vitalybuka added inline comments.

================
Comment at: clang/include/clang/Basic/SanitizerBlacklist.h:20
 #include <memory>
 #include <vector>
 
----------------
This file should go into a separate patch. It touches multiple files with 
simple changes but unlikely will case rollback.
It's unrelated to most critical change in Options.td which may need some 
discussion.
Options.td so I am ready accept such changes here changes ASAP.


================
Comment at: clang/include/clang/Basic/SanitizerBlacklist.h:28
 
-class SanitizerBlacklist {
+class SanitizerBlocklist {
   std::unique_ptr<SanitizerSpecialCaseList> SSCL;
----------------
NoSanitizeList ?


================
Comment at: clang/include/clang/Basic/SanitizerBlacklist.h:36
+  ~SanitizerBlocklist();
+  bool isBlocklistedGlobal(SanitizerMask Mask, StringRef GlobalName,
                            StringRef Category = StringRef()) const;
----------------
containsGlobal
containsType




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96203/new/

https://reviews.llvm.org/D96203

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to