[cfe-commits] [PATCH] Driver: remove sole Driver-specific include from arg parsing
nobled
nobled at dreamwidth.org
Tue Jan 3 08:52:31 PST 2012
Requires one small refactor of an API. Now everything
Arg-parsing-related can fit into libBasic. (Patch to migrate it there to follow)
Okay to commit?
---
include/clang/Driver/ArgList.h | 5 ++-
lib/Driver/ArgList.cpp | 7 ++---
lib/Frontend/CompilerInvocation.cpp | 41 ++++++++++++++++++++--------------
tools/driver/cc1as_main.cpp | 3 +-
4 files changed, 32 insertions(+), 24 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Driver-remove-sole-Driver-specific-include-from-arg-.patch
Type: text/x-patch
Size: 10622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120103/92901b93/attachment.bin>
More information about the cfe-commits
mailing list