summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/SpecialCaseListTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-211-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Extend SpecialCaseList to allow users to blame matches on entries in the file.Mitch Phillips2017-11-071-0/+24
* Check special-case-list regex before insertion.Mitch Phillips2017-10-241-0/+3
* Add section headers to SpecialCaseListsVlad Tsyrklevich2017-09-251-55/+83
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Support escaping in TrigramIndex.Ivan Krasin2016-12-021-0/+11
* Use trigrams to speed up SpecialCaseList.Ivan Krasin2016-12-011-0/+44
* Try to fix some temp file leaks in SupportTests, PR18335Reid Kleckner2016-09-021-0/+2
* SpecialCaseList: Add support for parsing multiple input files.Alexey Samsonov2015-02-041-6/+32
* Remove support for undocumented SpecialCaseList entries.Alexey Samsonov2014-11-201-19/+1
* unique_ptrify the result of SpecialCaseList::createDavid Blaikie2014-09-021-17/+18
* Convert a few more cases of direct intialization of unique_ptrs from MemoryBu...David Blaikie2014-08-271-1/+1
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-0/+126
OpenPOWER on IntegriCloud