]> granicus.if.org Git - clang/commitdiff
Moved HTMLDiagnostics to lib/Driver.
authorZhongxing Xu <xuzhongxing@gmail.com>
Sun, 24 Aug 2008 02:33:36 +0000 (02:33 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sun, 24 Aug 2008 02:33:36 +0000 (02:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55274 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/ASTConsumers.cpp
Driver/AnalysisConsumer.cpp
Driver/clang.cpp
include/clang/Driver/HTMLDiagnostics.h [moved from Driver/HTMLDiagnostics.h with 100% similarity]
lib/Driver/HTMLDiagnostics.cpp [moved from Driver/HTMLDiagnostics.cpp with 99% similarity]

index 3206bfd48880104eedea16069c1d8c258e06730f..97c0b7f60ef646ba6e8060dbca1ae9a777cf5881 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "ASTConsumers.h"
-#include "HTMLDiagnostics.h"
+#include "clang/Driver/HTMLDiagnostics.h"
 #include "clang/AST/TranslationUnit.h"
 #include "clang/Basic/Diagnostic.h"
 #include "clang/Basic/SourceManager.h"
index 0700c00f495dd4b9fb72bf805c1770b2c2a11b73..9b84aa37a37054741176b34e88c6b46a97df9433 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "ASTConsumers.h"
-#include "HTMLDiagnostics.h"
+#include "clang/Driver/HTMLDiagnostics.h"
 #include "clang/AST/ASTConsumer.h"
 #include "clang/AST/Decl.h"
 #include "clang/AST/DeclObjC.h"
index 419fa980c698fa00f0b838587b1037a9be6529ff..fad1624ef2b6aff8fedb07d785838169e95c9ff5 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "clang.h"
 #include "ASTConsumers.h"
-#include "HTMLDiagnostics.h"
+#include "clang/Driver/HTMLDiagnostics.h"
 #include "clang/Driver/InitHeaderSearch.h"
 #include "clang/Driver/TextDiagnosticBuffer.h"
 #include "clang/Driver/TextDiagnosticPrinter.h"
similarity index 99%
rename from Driver/HTMLDiagnostics.cpp
rename to lib/Driver/HTMLDiagnostics.cpp
index 0675ec277da58d7ebea4066b7f1479fbcd5d9655..e69188209845413224427f21aee7b4cf07f39828 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "HTMLDiagnostics.h"
+#include "clang/Driver/HTMLDiagnostics.h"
 #include "clang/Analysis/PathDiagnostic.h"
 #include "clang/AST/ASTContext.h"
 #include "clang/AST/Decl.h"