diff options
author | David Blaikie <dblaikie@gmail.com> | 2011-09-27 01:43:33 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2011-09-27 01:43:33 +0000 |
commit | f39d962cf84f46d2c0512157259ae1d41a1a5173 (patch) | |
tree | ed12c0bbe9339db33ab2bfe9ed90c7bae742ac16 /lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp | |
parent | 104be6fc8de206c9b79b241b36ebaf9407b3be08 (diff) |
Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp b/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp index 22a1719038..3543f7ff13 100644 --- a/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp +++ b/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include "clang/StaticAnalyzer/Core/PathDiagnosticClients.h" +#include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h" #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h" #include "clang/Lex/Preprocessor.h" #include "llvm/Support/raw_ostream.h" |