[clang] [clang-tools-extra] Remove `StringLiteral` in favor of `StringRef` (PR #122366)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 9 12:56:08 PST 2025


================
@@ -57,7 +57,7 @@ class DeclarationFragments {
     Keyword,
     Attribute,
     NumberLiteral,
-    StringLiteral,
+    StringRef,
----------------
nikic wrote:

Generally a lot of clang changes are wrong. There's a StringLiteral AST node, without relation to StringRef...

https://github.com/llvm/llvm-project/pull/122366


More information about the cfe-commits mailing list