Satiate the sanitizer build bot
[oota-llvm.git] / include / llvm / Option / ArgList.h
2014-07-09 Tim NorthoverUse simpler constructor for range adapter.
2014-07-09 Tim NorthoverGeneric: add range-adapter for option parsing.
2014-06-20 Justin BognerArgList: use MakeArgList overloads in subclasses and...
2014-04-20 David BlaikieProtect the ArgList dtor
2014-04-20 David BlaikieUse unique_ptr to handle ownership of synthesized args...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-07-15 Reid KlecknerRevert "[Option] Store arg strings in a set backed...
2013-07-15 Reid Kleckner[Option] Store arg strings in a set backed by a BumpPtr...
2013-06-13 Reid KlecknerMerge changes to clang's Driver code into LLVM's Option...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.