OSDN Git Service

[unittests] Change std::sort to llvm::sort in response to r327219
[android-x86/external-llvm.git] / unittests / Support / SpecialCaseListTest.cpp
2017-11-07 Mitch PhillipsExtend SpecialCaseList to allow users to blame matches...
2017-10-24 Mitch PhillipsCheck special-case-list regex before insertion.
2017-09-25 Vlad TsyrklevichAdd section headers to SpecialCaseLists
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2016-12-02 Ivan KrasinSupport escaping in TrigramIndex.
2016-12-01 Ivan KrasinUse trigrams to speed up SpecialCaseList.
2016-09-02 Reid KlecknerTry to fix some temp file leaks in SupportTests, PR18335
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2014-11-20 Alexey SamsonovRemove support for undocumented SpecialCaseList entries.
2014-09-02 David Blaikieunique_ptrify the result of SpecialCaseList::create
2014-08-27 David BlaikieConvert a few more cases of direct intialization of...
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...