[clang] clang_EvalResult_getAsCXString impl (PR #134551)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 7 04:42:44 PDT 2025


================
@@ -14,6 +14,7 @@
 #ifndef LLVM_CLANG_C_CXSTRING_H
 #define LLVM_CLANG_C_CXSTRING_H
 
+#include <stddef.h>
----------------
AaronBallman wrote:

Better to put this at the end of the include list; that leaves less chance for those headers to accidentally transitively include stddef.h without including it themselves.

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


More information about the cfe-commits mailing list