summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Option/Arg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Let unaliased Args track which Alias they were created from, and use that in ...Nico Weber2019-07-091-0/+3
* 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
* [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...Eugene Zelenko2017-06-161-5/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher2015-12-181-9/+12
* Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"Vedant Kumar2015-12-181-12/+9
* [Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgsVedant Kumar2015-12-181-9/+12
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-13/+12
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-8/+4
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-2/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+2
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+0
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-051-0/+123
OpenPOWER on IntegriCloud