summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Option/Option.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let unaliased Args track which Alias they were created from, and use that in ...Nico Weber2019-07-091-42/+73
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-0/+1
* [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...Eugene Zelenko2017-06-161-4/+6
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* Option parser: class for consuming a joined arg in addition to all remaining ...Hans Wennborg2016-04-151-0/+14
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher2015-12-181-14/+17
* 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