[PATCH] D17335: [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 22 08:07:48 PST 2016


hokein marked 2 inline comments as done.

================
Comment at: clang-tidy/ClangTidyDiagnosticConsumer.cpp:122
@@ -121,3 +121,3 @@
       IsWarningAsError(IsWarningAsError) {}
 
 // Returns true if GlobList starts with the negative indicator ('-'), removes it
----------------
Done. Now there is no need to add `BuildDirectory` in each `ClangTidyError`.


http://reviews.llvm.org/D17335





More information about the cfe-commits mailing list