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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to