[PATCH] D19393: Move Checkers.inc to clang/include/.../Checkers

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 18:56:42 PDT 2016


zaks.anna added inline comments.

================
Comment at: include/clang/StaticAnalyzer/Checkers/CMakeLists.txt:3
@@ +2,3 @@
+  -I ${CMAKE_CURRENT_SOURCE_DIR}/../../../
+  SOURCE ../../../../lib/StaticAnalyzer/Checkers/Checkers.td
+  TARGET ClangSACheckers)
----------------
srhines wrote:
> Anna should probably decide here, but I think it might be preferable to actually move Checkers.td into include/..., since it is indeed being used beyond just the lib/... directory it currently resides in (hence the original problem here of a bizarre include path in clang/tools/extra).
+1 
If you use it outside of lib/StaticAnalyzer, feel free to move it.


http://reviews.llvm.org/D19393





More information about the cfe-commits mailing list