aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Option/Arg.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher1-9/+12
2015-12-18Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"Vedant Kumar1-12/+9
2015-12-18[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgsVedant Kumar1-9/+12
2015-03-16Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie1-13/+12
2015-02-17Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer1-8/+4
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-2/+4
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-4/+2
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth1-1/+0
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer1-0/+123