[clang] [clang-tools-extra] Remove `StringLiteral` in favor of `StringRef` (PR #122366)
Benoit Jacob via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 12:48:47 PST 2025
================
@@ -57,7 +57,7 @@ class DeclarationFragments {
Keyword,
Attribute,
NumberLiteral,
- StringLiteral,
+ StringRef,
----------------
bjacob wrote:
good catch! i'll pore over the actual diff line by line to catch more things like this, but I wanted to first see if this PR would be shot down at a higher level :-)
https://github.com/llvm/llvm-project/pull/122366
More information about the cfe-commits
mailing list