summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Option/Option.cpp
Commit message (Expand)AuthorAgeFilesLines
* Option parsing: properly handle flag aliases for joined options (PR23394)Hans Wennborg2015-05-041-0/+5
* Remove explicit no-op dtor in favor of the implicit dtor so as not to disable...David Blaikie2015-03-031-3/+0
* Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner2014-08-221-4/+8
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-10/+10
* Options: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-131-0/+11
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-311-2/+20
* Silence gcc warning.Richard Trieu2013-07-221-1/+1
* Option parsing: allow aliases in groupsHans Wennborg2013-07-221-6/+4
* Fix a crash bug in dumping options with groupsReid Kleckner2013-06-261-4/+6
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-3/+1
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-051-0/+204
OpenPOWER on IntegriCloud