summaryrefslogtreecommitdiffstats
path: root/clang/tools/ccc/ccclib/Arguments.py
Commit message (Expand)AuthorAgeFilesLines
...
* ccc: Bug fix, '-f...' should be part of the '-f' group.Daniel Dunbar2009-01-131-1/+2
* ccc: Darwin/Link also runs dsymutil in one very particular situation.Daniel Dunbar2009-01-131-0/+2
* ccc: Add option groups.Daniel Dunbar2009-01-131-43/+88
* ccc: Even more Darwin/cc1 argument translation support.Daniel Dunbar2009-01-121-2/+2
* ccc: (Darwin) More argument translation for Darwin/Compile tool.Daniel Dunbar2009-01-121-3/+5
* ccc: (Darwin) More argument translation for Darwin/Compile tool.Daniel Dunbar2009-01-121-8/+19
* ccc: (Darwin) Start implementing argument translation forDaniel Dunbar2009-01-121-15/+50
* ccc: Implement the rest of Darwin/Assembler argument translation.Daniel Dunbar2009-01-121-3/+21
* ccc: Support arguments which behave like linker inputs.Daniel Dunbar2009-01-121-12/+58
* ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC++ or -fobjc isDaniel Dunbar2009-01-121-4/+3
* ccc: Add several convenience methods for argument translation.Daniel Dunbar2009-01-111-0/+29
* ccc: Add and name a host of arguments.Daniel Dunbar2009-01-111-31/+125
* ccc: Make proper synthetic arguments in places we have to constructDaniel Dunbar2009-01-071-20/+20
* ccc: Extend ArgList to support indexing into a synthetic arg arrayDaniel Dunbar2009-01-071-3/+28
* ccc: Refactor so that all accesses to actual input strings go throughDaniel Dunbar2009-01-071-18/+20
* ccc: Remove ValueArg::setValue, this is no longer used.Daniel Dunbar2009-01-061-20/+2
* ccc: Track last actual argument instance for each option & changeDaniel Dunbar2009-01-061-192/+196
* ccc: Use dummy InputOption and UnknownOption classes instead ofDaniel Dunbar2009-01-061-29/+48
* ccc: Introduce ArgList for keeping input argv & parsed Args together.Daniel Dunbar2009-01-061-5/+35
* Add prototype ccc rewrite.Daniel Dunbar2009-01-051-0/+446
OpenPOWER on IntegriCloud