aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Option
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-095-21/+22
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-233-5/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-0/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-294-19/+21
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+6
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-281-1/+3
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-3/+1
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-1/+3
* Options: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-132-0/+4
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-313-0/+13
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-191-2/+14
* OptParser.td: typoHans Wennborg2013-07-171-2/+2
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-151-3/+2
* [Option] Store arg strings in a set backed by a BumpPtrAllocatorReid Kleckner2013-07-151-2/+3
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-132-4/+16
* Documentation warning: \param, not \parmDmitri Gribenko2013-05-091-3/+3
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-105-10/+10
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-022-3/+2
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-056-0/+1067