================
@@ -15,9 +15,19 @@
 #endif
 
 #ifdef __cplusplus
+#include <cstddef>
----------------
jhuber6 wrote:

I'm unsure if there's ever a reason to include the C++ wrappers in a 
freestanding environment. Without C++, these go straight to the `clang` 
resource directly. With the C++ versions they go through the system which 
hopefully ends up at the resource directory intact.

https://github.com/llvm/llvm-project/pull/69806
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to