[clang] clang_EvalResult_getAsCXString impl (PR #134551)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 30 06:04:27 PDT 2025


================
@@ -44,6 +45,11 @@ typedef struct {
   unsigned Count;
 } CXStringSet;
 
+typedef struct {
+  const char *string;
+  size_t length;
+} CStringInfo;
----------------
AaronBallman wrote:

Because we can now feel a bit more free to add a different `private_flags` value, I think we're fine to not leave space for future expansion. WDYT?

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


More information about the cfe-commits mailing list