summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/InputInfo.h
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2013-06-14 17:17:23 +0000
committerReid Kleckner <reid@kleckner.net>2013-06-14 17:17:23 +0000
commit898229ab4b81ef14429ea79cdd1c4aa3b479ca5a (patch)
tree6ddef3925e73581ddf64d8139634a006fd75c8fc /clang/lib/Driver/InputInfo.h
parent3e3e040574b764aacd76828a7df6f9b3ad0eebd2 (diff)
downloadbcm5719-llvm-898229ab4b81ef14429ea79cdd1c4aa3b479ca5a.tar.gz
bcm5719-llvm-898229ab4b81ef14429ea79cdd1c4aa3b479ca5a.zip
[Driver] Refactor clang driver to use LLVM's Option library
The big changes are: - Deleting Driver/(Arg|Opt)* - Rewriting includes to llvm/Option/ and re-sorting - 'using namespace llvm::opt' in clang::driver - Fixing the autoconf build by adding option everywhere As discussed in the review, this change includes using directives in header files. I'll make follow up changes to remove those in favor of name specifiers. Reviewers: espindola Differential Revision: http://llvm-reviews.chandlerc.com/D975 llvm-svn: 183989
Diffstat (limited to 'clang/lib/Driver/InputInfo.h')
-rw-r--r--clang/lib/Driver/InputInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/InputInfo.h b/clang/lib/Driver/InputInfo.h
index a243d322ee2..f42a94c986e 100644
--- a/clang/lib/Driver/InputInfo.h
+++ b/clang/lib/Driver/InputInfo.h
@@ -10,8 +10,8 @@
#ifndef CLANG_LIB_DRIVER_INPUTINFO_H_
#define CLANG_LIB_DRIVER_INPUTINFO_H_
-#include "clang/Driver/Arg.h"
#include "clang/Driver/Types.h"
+#include "llvm/Option/Arg.h"
#include <cassert>
#include <string>
OpenPOWER on IntegriCloud