Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][Clang][TableGen] Use StringRef in FlattenedSpelling (llvm#113809)
- Change FlattenedSpelling to use StringRef instead of std::String. - Use range for loops and enumerate(). - Use ArrayRef<> instead of std::vector reference as function arguments. - Use {} for all if/else branch bodies if one of them uses it.
- Loading branch information