Author: szelethus Date: Sat Dec 15 09:12:38 2018 New Revision: 349278 URL: http://llvm.org/viewvc/llvm-project?rev=349278&view=rev Log: Fix a compilation error in examples/
Modified: cfe/trunk/examples/analyzer-plugin/MainCallChecker.cpp Modified: cfe/trunk/examples/analyzer-plugin/MainCallChecker.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/analyzer-plugin/MainCallChecker.cpp?rev=349278&r1=349277&r2=349278&view=diff ============================================================================== --- cfe/trunk/examples/analyzer-plugin/MainCallChecker.cpp (original) +++ cfe/trunk/examples/analyzer-plugin/MainCallChecker.cpp Sat Dec 15 09:12:38 2018 @@ -1,6 +1,6 @@ #include "clang/StaticAnalyzer/Core/Checker.h" #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" -#include "clang/StaticAnalyzer/Core/CheckerRegistry.h" +#include "clang/StaticAnalyzer/Frontend/CheckerRegistry.h" #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" using namespace clang; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits