[all-commits] [llvm/llvm-project] e9dbf3: [NFCI][Sanitizer] Convert Matcher::Globs from Stri...
Qinkun Bao via All-commits
all-commits at lists.llvm.org
Fri May 23 17:23:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9dbf31be5475a691fca26e56ba8b27337ba31b6
https://github.com/llvm/llvm-project/commit/e9dbf31be5475a691fca26e56ba8b27337ba31b6
Author: Qinkun Bao <qinkun at google.com>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M clang/lib/Basic/Diagnostic.cpp
M llvm/include/llvm/Support/SpecialCaseList.h
M llvm/lib/Support/SpecialCaseList.cpp
Log Message:
-----------
[NFCI][Sanitizer] Convert Matcher::Globs from StringMap to vector. (#140964)
As discussed in https://github.com/llvm/llvm-project/pull/139772 and
https://github.com/llvm/llvm-project/pull/140529, Matcher::Globs can
keep the order when parsing the case list.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list