[PATCH] D13426: Move types in the LLVM C API from Core to Support

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 07:55:04 PDT 2015


jyknight added inline comments.

================
Comment at: include/llvm-c/Core.h:19
@@ -19,2 +18,3 @@
+#include "llvm-c/Types.h"
 
 #ifdef __cplusplus
----------------
Would be good to add:
 #include "llvm-c/ErrorHandling.h"
here, to continue defining those functions when including this header, so users don't need to do version-conditions to include a brand new header for existing functions.


http://reviews.llvm.org/D13426





More information about the llvm-commits mailing list