summaryrefslogtreecommitdiff
path: root/lib/Option/Arg.cpp
AgeCommit message (Expand)Author
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-06-16[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-28Cleanup dump() functions.Matthias Braun
2015-12-18Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher
2015-12-18Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"Vedant Kumar
2015-12-18[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgsVedant Kumar
2015-03-16Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie
2015-02-17Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer