[cfe-commits] [PATCH] Driver: remove sole Driver-specific include from arg parsing

Chandler Carruth chandlerc at google.com
Tue Jan 3 09:02:34 PST 2012


What is your end goal here? I don't really want to see wider use of these
APIs, they have many design warts and gotchas...
On Jan 3, 2012 8:59 AM, "nobled" <nobled at dreamwidth.org> wrote:

> 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(-)
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120103/df7e872b/attachment.html>


More information about the cfe-commits mailing list