[unittest] Use Support/thread.h instead of <thread> (second try)
[oota-llvm.git] / unittests / Support / CommandLineTest.cpp
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-08-13 Rafael EspindolaThere is only one saver of strings.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Chris BienemanPutting all the standard tool options into a "Generic...
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-15 Sean SilvaRevert "[Support] Promote cl::StringSaver to a separate...
2014-08-15 Sean Silva[Support] Promote cl::StringSaver to a separate utility
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-29 Jordan RoseRemove C++11ism from r200407.
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-07-30 Rui UeyamaImplement TokenizeWindowsCommandLine.
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-08-13 Alexander KornienkoAdded test for non-static use of cl::opt (fixed in...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-24 Jeffrey YasskinRoll back r82348, which introduced an infinite loop...