[PATCH] D19249: Fix include path in ClangTidy.cpp.

Chih-Hung Hsieh via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 15:04:40 PDT 2016


chh updated this revision to Diff 54587.

http://reviews.llvm.org/D19249

Files:
  clang-tidy/ClangTidy.cpp

Index: clang-tidy/ClangTidy.cpp
===================================================================
--- clang-tidy/ClangTidy.cpp
+++ clang-tidy/ClangTidy.cpp
@@ -58,7 +58,7 @@
 #define GET_CHECKERS
 #define CHECKER(FULLNAME, CLASS, DESCFILE, HELPTEXT, GROUPINDEX, HIDDEN)       \
   FULLNAME,
-#include "../../../lib/StaticAnalyzer/Checkers/Checkers.inc"
+#include "clang/StaticAnalyzer/Checkers/Checkers.inc"
 #undef CHECKER
 #undef GET_CHECKERS
 };


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19249.54587.patch
Type: text/x-patch
Size: 451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160421/c624b93e/attachment.bin>


More information about the cfe-commits mailing list