diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-11-03 22:31:48 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-11-03 22:31:48 +0000 |
commit | ad99dbfc1d9178f9f5c415a81ad5bd39bd09d4b6 (patch) | |
tree | d8e62121d06919a615ae98ad60fa8c3a928908ed /lib/Driver/HTMLDiagnostics.cpp | |
parent | 18fe56863be253a27b940022d27a3101778adaf6 (diff) |
Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/HTMLDiagnostics.cpp')
-rw-r--r-- | lib/Driver/HTMLDiagnostics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/HTMLDiagnostics.cpp b/lib/Driver/HTMLDiagnostics.cpp index 72870fefe0..4fac41c1bf 100644 --- a/lib/Driver/HTMLDiagnostics.cpp +++ b/lib/Driver/HTMLDiagnostics.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include "clang/Driver/HTMLDiagnostics.h" +#include "clang/Driver/PathDiagnosticClients.h" #include "clang/Analysis/PathDiagnostic.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" |