[clang] clang_EvalResult_getAsCXString impl (PR #134551)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 4 22:15:01 PST 2026


================
@@ -14,8 +14,11 @@
 #ifndef LLVM_CLANG_C_CXSTRING_H
 #define LLVM_CLANG_C_CXSTRING_H
 
+#include <stddef.h>
+
 #include "clang-c/ExternC.h"
 #include "clang-c/Platform.h"
+#include <stddef.h>
----------------
shafik wrote:

This looks like a double include of `stddef.h`

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


More information about the cfe-commits mailing list