summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/SpecialCaseList.cpp
AgeCommit message (Expand)Author
2025-11-19[Support] Use StringMap::contains (NFC) (#168673)Kazu Hirata
2025-11-14[NFC][SpecialCaseList] Convert `preprocess` into `LazyInit` (#167281)Vitaly Buka
2025-11-14[NFC][Support] Remove unused getLongestMatch from SpecialCaseList (#167193)Vitaly Buka
2025-11-11[NFC][SpecialCaseList] Move most of implementation in cpp file (#167280)Vitaly Buka
2025-11-11[NFC][SpecialCaseList] Store SectionStr as StringRef (#167278)Vitaly Buka
2025-11-10[NFC][SpecialCaseList] Refactor error handling (#167277)Vitaly Buka
2025-11-10[NFC][SpecialCaseList] Replace callback with return value (#165943)Vitaly Buka
2025-11-10[NFC][SpecialCaseList] Hide Section internals in private section (#167276)Vitaly Buka
2025-10-27[SpecialCaseList] Add RadixTree for substring matching (#164545)Vitaly Buka
2025-10-25[SpecialCaseList] Filtering Globs with matching prefix and suffix (#164543)Vitaly Buka
2025-10-25[SpecialCaseList] Filtering Globs with matching prefix (#164531)Vitaly Buka
2025-10-22[NFC][SpecialCaseList] Remove LLVM_ABI from SpecialCaseList::Matcher::preproc...Vitaly Buka
2025-10-14[SpecialCaseList] Support early return from matching (#163279)Vitaly Buka
2025-10-08[NFC][SpecialCaseList] Use BumpPtrAllocator to own strings (#162304)Vitaly Buka
2025-10-08[NFC][SpecialCaseList] Split Matcher into RegexMatcher and GlobMatcher (#162303)Vitaly Buka
2025-10-08[NFC][SpecialCaseList] Move "LongestMatch" logic from WarningsSpecialCaseList...Vitaly Buka
2025-10-08[SpecialCaseList] Remove ./ from file path (#162437)Vitaly Buka
2025-10-08[NFC][SpecialCaseList] Add Name into Regex version (#162408)Vitaly Buka
2025-10-08[NFC][SpecialCaseList] Extract findMatcher and ::match with callback (#162397)Vitaly Buka
2025-10-08[NFC][SpecialCaseList] Make default version 2 instead of max() (#162398)Vitaly Buka
2025-10-07[NFC][SpecialCaseList] Rename SpecialCaseList::inSectionBlame and move into S...Vitaly Buka
2025-10-07[NFC][SpecialCaseList] Generalize "#!special-case-list-v" parsing (#162350)Vitaly Buka
2025-10-07[NFC][SpecialCaseList] Remove unnecessary indirection (#162211)Vitaly Buka
2025-07-25Revert "fix: replace report_fatal_error with Diags and exit" (#150662)Aaron Ballman
2025-07-25fix: replace report_fatal_error with Diags and exit (#147959)woruyu
2025-05-28[NFCI] Change SpecialCaseList::inSectionBlame to return pair<uint, uint> (Fil...Qinkun Bao
2025-05-27[SpecialCaseList] Iterate sections and matchers in reverse orderQinkun Bao
2025-05-23[NFCI][Sanitizer] Convert Matcher::Globs from StringMap to vector. (#140964)Qinkun Bao
2025-05-17[NFC] Run code formatter on Diagnostic.h/cpp ProfileList.cpp SpecialCaseList.cppQinkun Bao
2025-05-16[NFCI][Sanitizer] Convert SpecialCaseList::Sections from StringMap to vector.Qinkun Bao
2023-12-11[SpecialCaseList] Use glob by default (#74809)Fangrui Song
2023-11-03[Support] Use StringRef::starts_with/ends_with instead of startswith/endswith...Simon Pilgrim
2023-09-01[SpecialCaseList] Add option to use Globs instead of Regex to match patternsEllis Hoag
2023-06-19[SpecialCaseList] Remove TrigramIndexEllis Hoag
2023-03-14[llvm] Use *{Set,Map}::contains (NFC)Kazu Hirata
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-09-06[Support] Qualify auto (NFC)Kazu Hirata
2020-06-20As part of using inclusive language within the llvm project,Eric Christopher
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-11-21Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov
2019-11-21Revert "[Driver] Use VFS to check if sanitizer blacklists exist"Ilya Biryukov
2019-11-21[Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov
2019-11-08[clang] Add VFS support for sanitizers' blacklistsJan Korous
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-07Extend SpecialCaseList to allow users to blame matches on entries in the file.Mitch Phillips
2017-10-24Check special-case-list regex before insertion.Mitch Phillips
2017-09-25Add section headers to SpecialCaseListsVlad Tsyrklevich