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

Stephen Hines via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 17:32:06 PDT 2016


srhines 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)
----------------
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).


http://reviews.llvm.org/D19393





More information about the cfe-commits mailing list