Thanks, I just checked out clang-tool-extras and was in the process of doing that :)
— Mehdi > On Jul 18, 2016, at 12:21 PM, Benjamin Kramer via cfe-commits > <cfe-commits@lists.llvm.org> wrote: > > Author: d0k > Date: Mon Jul 18 14:21:22 2016 > New Revision: 275886 > > URL: http://llvm.org/viewvc/llvm-project?rev=275886&view=rev > Log: > Unbreak extra tools build post r275882. > > Modified: > clang-tools-extra/trunk/clang-tidy/ClangTidy.cpp > clang-tools-extra/trunk/include-fixer/tool/ClangIncludeFixer.cpp > > Modified: clang-tools-extra/trunk/clang-tidy/ClangTidy.cpp > URL: > http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/ClangTidy.cpp?rev=275886&r1=275885&r2=275886&view=diff > ============================================================================== > --- clang-tools-extra/trunk/clang-tidy/ClangTidy.cpp (original) > +++ clang-tools-extra/trunk/clang-tidy/ClangTidy.cpp Mon Jul 18 14:21:22 2016 > @@ -32,6 +32,7 @@ > #include "clang/Lex/Preprocessor.h" > #include "clang/Rewrite/Frontend/FixItRewriter.h" > #include "clang/Rewrite/Frontend/FrontendActions.h" > +#include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h" > #include "clang/StaticAnalyzer/Frontend/AnalysisConsumer.h" > #include "clang/Tooling/Refactoring.h" > #include "clang/Tooling/ReplacementsYaml.h" > > Modified: clang-tools-extra/trunk/include-fixer/tool/ClangIncludeFixer.cpp > URL: > http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/include-fixer/tool/ClangIncludeFixer.cpp?rev=275886&r1=275885&r2=275886&view=diff > ============================================================================== > --- clang-tools-extra/trunk/include-fixer/tool/ClangIncludeFixer.cpp > (original) > +++ clang-tools-extra/trunk/include-fixer/tool/ClangIncludeFixer.cpp Mon Jul > 18 14:21:22 2016 > @@ -19,6 +19,7 @@ > #include "clang/Tooling/Core/Replacement.h" > #include "clang/Tooling/Tooling.h" > #include "llvm/Support/CommandLine.h" > +#include "llvm/Support/Path.h" > #include "llvm/Support/YAMLTraits.h" > > using namespace clang; > > > _______________________________________________ > cfe-commits mailing list > cfe-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits