================ @@ -8,7 +8,6 @@ #include "clang-c/Documentation.h" #include "clang-c/Index.h" #include "clang/Config/config.h" -#include "llvm/Support/AutoConvert.h" ---------------- abhina-sree wrote:
Inside that header we guard the C++ code inside an `#ifdef __cplusplus` so it should work for both C and C++. Are you hitting any errors as a result of this header file? it is also guarded with `__MVS__` so no other platforms outside of z/OS should be using these functions https://github.com/llvm/llvm-project/pull/112814 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits