[cfe-commits] [PATCH] Driver: remove sole Driver-specific include from arg parsing
nobled
nobled at dreamwidth.org
Tue Jan 3 10:52:31 CST 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: 10621 bytes
Desc: not available
Url : http://lists.cs.uiuc.edu/pipermail/cfe-commits/attachments/20120103/92901b93/attachment.bin
More information about the cfe-commits
mailing list