[clang] clang_EvalResult_getAsCXString impl (PR #134551)

Damian Andrei via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 28 10:04:27 PDT 2025


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

Should we love space for possible expansion?

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


More information about the cfe-commits mailing list