summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-02 06:16:29 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-02 06:16:29 +0000
commit51adf5824edac3743840f5fd9bcd04e6c2be0e5b (patch)
tree82f8de7be0604bf4f57b9601ce59859ca3fb71eb /clang/Driver/clang.cpp
parentb4e80a5b195c2e9eb2b594f48757614d8c488b36 (diff)
downloadbcm5719-llvm-51adf5824edac3743840f5fd9bcd04e6c2be0e5b.tar.gz
bcm5719-llvm-51adf5824edac3743840f5fd9bcd04e6c2be0e5b.zip
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
driver taking lib/Driver. llvm-svn: 65811
Diffstat (limited to 'clang/Driver/clang.cpp')
-rw-r--r--clang/Driver/clang.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp
index 3e7b9cde46f..f402a20c01c 100644
--- a/clang/Driver/clang.cpp
+++ b/clang/Driver/clang.cpp
@@ -24,11 +24,11 @@
#include "clang.h"
#include "ASTConsumers.h"
-#include "clang/Driver/CompileOptions.h"
-#include "clang/Driver/PathDiagnosticClients.h"
-#include "clang/Driver/InitHeaderSearch.h"
-#include "clang/Driver/TextDiagnosticBuffer.h"
-#include "clang/Driver/TextDiagnosticPrinter.h"
+#include "clang/Frontend/CompileOptions.h"
+#include "clang/Frontend/PathDiagnosticClients.h"
+#include "clang/Frontend/InitHeaderSearch.h"
+#include "clang/Frontend/TextDiagnosticBuffer.h"
+#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "clang/Analysis/PathDiagnostic.h"
#include "clang/AST/Decl.h"
#include "clang/AST/TranslationUnit.h"
OpenPOWER on IntegriCloud