Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / unittests / Option / OptionParsingTest.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-13 Hans WennborgOptions: explicit handling of --
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
2013-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-22 Hans WennborgOption parsing: allow aliases in groups
2013-07-19 Reid KlecknerAdd some flag exclusion tests.
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-23 NAKAMURA TakumiWhitespace.
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.