]> granicus.if.org Git - clang/commitdiff
Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the
authorTed Kremenek <kremenek@apple.com>
Tue, 31 Mar 2009 18:58:14 +0000 (18:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 31 Mar 2009 18:58:14 +0000 (18:58 +0000)
low-level frontend driver.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68131 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-cc/CMakeLists.txt
tools/clang-cc/CacheTokens.cpp
tools/clang-cc/DependencyFile.cpp
tools/clang-cc/DiagChecker.cpp
tools/clang-cc/PrintParserCallbacks.cpp
tools/clang-cc/PrintPreprocessedOutput.cpp
tools/clang-cc/RewriteMacros.cpp
tools/clang-cc/RewriteTest.cpp
tools/clang-cc/SerializationTest.cpp
tools/clang-cc/clang-cc.cpp [moved from tools/clang-cc/clang.cpp with 99% similarity]
tools/clang-cc/clang-cc.h [moved from tools/clang-cc/clang.h with 93% similarity]

index 70e260a8561910f52be994113f29b35a1e90beef..a4b40d21a35b431fcc09a7d0c94583e024454823 100644 (file)
@@ -26,7 +26,7 @@ add_clang_executable(clang-cc
   ASTConsumers.cpp
   Backend.cpp
   CacheTokens.cpp
-  clang.cpp
+  clang-cc.cpp
   DependencyFile.cpp
   DiagChecker.cpp
   HTMLPrint.cpp
index 6e693bbfe6bf8fc91be8e8d29252cd77cd8e1c31..88f29384e523607204f9e3a9a00914c874351379 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang.h"
+#include "clang-cc.h"
 #include "clang/Basic/FileManager.h"
 #include "clang/Basic/SourceManager.h"
 #include "clang/Basic/IdentifierTable.h"
index 2cfd4645d129db4898ec2e0a1e2cc2871c680f1e..34b6ecfcab8615fadadf68c4d3d21c3797c82336 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang.h"
+#include "clang-cc.h"
 #include "clang/Basic/SourceManager.h"
 #include "clang/Basic/FileManager.h"
 #include "clang/Lex/Preprocessor.h"
index e5be10abd5215aac5db441788ecf12fec545be17..3482d12280413c511703a0df8f7fff18a9e5fdf5 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang.h"
+#include "clang-cc.h"
 #include "ASTConsumers.h"
 #include "clang/Frontend/TextDiagnosticBuffer.h"
 #include "clang/Sema/ParseAST.h"
index dc25f54f3f1ab6e3ed7c38166313a14a1249b52a..55d0d7f4f96b23df95dd7803d290837d44369fa9 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang.h"
+#include "clang-cc.h"
 #include "clang/Parse/Action.h"
 #include "clang/Parse/DeclSpec.h"
 #include "llvm/Support/Streams.h"
index 34974bfd7d04961d16c5a54d8d8b05331ead1662..6ac31a51242d6e4c6a2b3bfd008c4c7e0278a401 100644 (file)
@@ -13,7 +13,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "clang/Basic/SourceManager.h"
-#include "clang.h"
+#include "clang-cc.h"
 #include "clang/Lex/MacroInfo.h"
 #include "clang/Lex/PPCallbacks.h"
 #include "clang/Lex/Preprocessor.h"
index 809a3b510b2285ded5cdc5cbe2334c6ac2c48915..149a73c44ba67d5852d3e6a06e161a7fefe475d3 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang.h"
+#include "clang-cc.h"
 #include "clang/Rewrite/Rewriter.h"
 #include "clang/Lex/Preprocessor.h"
 #include "clang/Basic/SourceManager.h"
index 1d0c6f9e9c0dca67c36ba2f2cad62852133d2c10..00cb4c8a9522d108465c6f60e3dd2576894064ce 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang.h"
+#include "clang-cc.h"
 #include "clang/Lex/Preprocessor.h"
 #include "clang/Rewrite/TokenRewriter.h"
 #include <iostream>
index fda8d8801aafb42cf1b47e00f9f2af0558909e2a..b4fd8d7a7580afd8d4f757708bc71808f4630e32 100644 (file)
@@ -19,7 +19,7 @@
 #include "clang/AST/CFG.h"
 #include "clang/AST/Decl.h"
 #include "clang/AST/DeclGroup.h"
-#include "clang.h"
+#include "clang-cc.h"
 #include "ASTConsumers.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/ADT/OwningPtr.h"
similarity index 99%
rename from tools/clang-cc/clang.cpp
rename to tools/clang-cc/clang-cc.cpp
index bd6456b960e550e3868fc54a9d4824566cc28b6f..072924bdeb000417147521fc99f9ad5b8b992e21 100644 (file)
@@ -22,7 +22,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang.h"
+#include "clang-cc.h"
 #include "ASTConsumers.h"
 #include "clang/Frontend/CompileOptions.h"
 #include "clang/Frontend/FrontendDiagnostic.h"
similarity index 93%
rename from tools/clang-cc/clang.h
rename to tools/clang-cc/clang-cc.h
index 1e39897d0f508da39390665496a1c2a50e9969a2..eee310bd2fb7e8ca99adcfbd0b846541ce1de77d 100644 (file)
@@ -1,4 +1,4 @@
-//===--- clang.h - C-Language Front-end -----------------------------------===//
+//===--- clang-cc.h - C-Language Front-end --------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CLANG_CLANG_H
-#define LLVM_CLANG_CLANG_H
+#ifndef LLVM_CLANG_CLANG_CC_H
+#define LLVM_CLANG_CLANG_CC_H
 
 #include <vector>
 #include <string>