diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2017-10-30 22:31:57 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2017-10-30 22:31:57 +0000 |
commit | 0c3a7c2015d9f93755c7c161d50e047397c72b1b (patch) | |
tree | d9bf9c3d788ed1885783b5e6afbd8fd4dc78d584 /clang/lib | |
parent | 80b371361cd6ad7bd47504e5521fdea53047ddea (diff) | |
download | bcm5719-llvm-0c3a7c2015d9f93755c7c161d50e047397c72b1b.tar.gz bcm5719-llvm-0c3a7c2015d9f93755c7c161d50e047397c72b1b.zip |
[analyzer] Use the same filename for the header and the implementation of BugReporterVisitor
Differential Revision: https://reviews.llvm.org/D37935
llvm-svn: 316963
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp b/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp index 5f00b516fed..f651596006b 100644 --- a/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp +++ b/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp @@ -11,7 +11,7 @@ // enhance the diagnostics reported for a bug. // //===----------------------------------------------------------------------===// -#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h" +#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h" #include "clang/AST/Expr.h" #include "clang/AST/ExprObjC.h" #include "clang/Analysis/CFGStmtMap.h" |