]> granicus.if.org Git - clang/commit
ccc: Add support for "alias" options.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 23 Jan 2009 00:14:46 +0000 (00:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 23 Jan 2009 00:14:46 +0000 (00:14 +0000)
commit990bd1edb54d439c6f59ec3917c873f61ad21fb7
tree44cde5998a36ab513038916437edd7d6b3cd96de
parentfbc33388c199d6f731170bf55719d57373a09c1f
ccc: Add support for "alias" options.
 - Unlike groups (which gather distinct but related options), aliases
   are for options like '--all-warnings' which are effectively treated
   like some other option ('-Wall') both in the driver logic and when
   passing to tools.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62820 91177308-0d34-0410-b5e6-96231b3b80d8
tools/ccc/ccclib/Arguments.py