summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/DriverOptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* spread 'const' love to some variables. this considerably reduces the amount ↵Nuno Lopes2009-12-101-1/+1
| | | | | | of dirty data around. llvm-svn: 91002
* Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file.Daniel Dunbar2009-11-191-5/+0
| | | | llvm-svn: 89371
* Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.Daniel Dunbar2009-11-191-1/+1
| | | | llvm-svn: 89288
* Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar2009-11-191-0/+42
llvm-svn: 89283
OpenPOWER on IntegriCloud