summaryrefslogtreecommitdiff
path: root/lib/Driver/DriverOptions.cpp
Commit message (Expand)AuthorAge
* Remove the SUPPORT_ALIASARGS defineHans Wennborg2013-08-01
* Option parsing tables: pick up AliasArgs from the OPTION macro.Hans Wennborg2013-07-31
* Option parsing tables: remove some unnecessary #definesHans Wennborg2013-07-17
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* [Options] Add prefixes to options.Michael J. Spencer2012-10-22
* [Options] Store the option ID in OptTable::Info.Michael J. Spencer2012-09-25
* Pack struct better.Benjamin Kramer2011-10-22
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-31
* spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes2009-12-10
* Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file.Daniel Dunbar2009-11-19
* Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.Daniel Dunbar2009-11-19
* Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar2009-11-19