aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Option/OptTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-9/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+17
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+5
* Use startswith_lower() where possible.Jakub Staszak2013-11-041-8/+1
* Fix another mistake in r190442.Eli Friedman2013-09-101-0/+29
* Remove unused functions.Eli Friedman2013-09-101-30/+0
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-281-21/+41
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-48/+34
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-34/+48
* Options: explicit handling of --Hans Wennborg2013-08-131-16/+0
* Options: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-131-0/+3
* Option parsing: recognize the special -- tokenHans Wennborg2013-08-021-1/+16
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-191-6/+22
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-131-7/+14
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-2/+1
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-051-0/+388