[clang] [clang] Introduce "binary" StringLiteral for #embed data (PR #127629)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 18 09:05:13 PDT 2025


================
@@ -1752,7 +1752,8 @@ enum class StringLiteralKind {
   UTF8,
   UTF16,
   UTF32,
-  Unevaluated
+  Unevaluated,
+  Binary
----------------
Fznamznon wrote:

I added some comment. Do you think it turned out helpful?

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


More information about the cfe-commits mailing list