]> granicus.if.org Git - clang/commitdiff
Fix a compilation error in examples/
authorKristof Umann <dkszelethus@gmail.com>
Sat, 15 Dec 2018 17:12:38 +0000 (17:12 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Sat, 15 Dec 2018 17:12:38 +0000 (17:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349278 91177308-0d34-0410-b5e6-96231b3b80d8

examples/analyzer-plugin/MainCallChecker.cpp

index 74fe663e981f58ed50a9fb241d92702fb1b5e663..adb4e7da30ca0cd684737edbef70414838e239b0 100644 (file)
@@ -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;