https://github.com/qinkunbao updated https://github.com/llvm/llvm-project/pull/142027
>From b4871ccd92c7006fa771d61dfbadeaeeaa2c170d Mon Sep 17 00:00:00 2001 From: Qinkun Bao <qin...@google.com> Date: Thu, 29 May 2025 19:59:38 +0000 Subject: [PATCH] format. Created using spr 1.3.6 --- clang/include/clang/Basic/NoSanitizeList.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/NoSanitizeList.h b/clang/include/clang/Basic/NoSanitizeList.h index 4a546351bb66d..266dfc0d217cb 100644 --- a/clang/include/clang/Basic/NoSanitizeList.h +++ b/clang/include/clang/Basic/NoSanitizeList.h @@ -29,8 +29,9 @@ class SanitizerSpecialCaseList; class NoSanitizeList { std::unique_ptr<SanitizerSpecialCaseList> SSCL; SourceManager &SM; - bool containsPrefix(SanitizerMask Mask,StringRef Prefix, StringRef Name, + bool containsPrefix(SanitizerMask Mask, StringRef Prefix, StringRef Name, StringRef Category = StringRef()) const; + public: NoSanitizeList(const std::vector<std::string> &NoSanitizeListPaths, SourceManager &SM); _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits