summaryrefslogtreecommitdiff
path: root/lib/Driver/CC1AsOptions.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
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* [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
* Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap...Daniel Dunbar2010-05-20