================ @@ -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