[clang] [llvm] Make sanitizer special case list slash-agnostic (PR #149886)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 14 21:23:04 PDT 2026
================
@@ -406,6 +415,15 @@ bool SpecialCaseList::parse(unsigned FileIdx, const MemoryBuffer *MB,
bool UseGlobs = MinVersion(2);
bool RemoveDotSlash = MinVersion(3);
bool WarnDotSlash = MinVersion(4) && !MinVersion(5);
+ // FIXME: Improve efficiency on Windows.
----------------
MaskRay wrote:
Inefficiency should use TODO instead of FIXME
https://github.com/llvm/llvm-project/pull/149886
More information about the cfe-commits
mailing list