aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Option
Commit message (Expand)AuthorAgeFilesLines
* 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