summaryrefslogtreecommitdiffstats
path: root/lib/Driver/DriverOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-4/+4
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-2/+2
* Update clang to match llvm r250901. OptTable constructor now takes an ArrayRe...Craig Topper2015-10-211-1/+1
* Remove the SUPPORT_ALIASARGS defineHans Wennborg2013-08-011-2/+0
* Option parsing tables: pick up AliasArgs from the OPTION macro.Hans Wennborg2013-07-311-2/+4
* Option parsing tables: remove some unnecessary #definesHans Wennborg2013-07-171-5/+2
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-1/+2
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-2/+3
* [Options] Add prefixes to options.Michael J. Spencer2012-10-221-3/+11
* [Options] Store the option ID in OptTable::Info.Michael J. Spencer2012-09-251-1/+1
* Pack struct better.Benjamin Kramer2011-10-221-1/+1
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes2009-12-101-1/+1
* Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file.Daniel Dunbar2009-11-191-5/+0
* Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.Daniel Dunbar2009-11-191-1/+1
* Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar2009-11-191-0/+42