vsk added reviewers: eugenis, kcc.
vsk added inline comments.

================
Comment at: clang/include/clang/Basic/Sanitizers.h:89
+  /// * Hardware Kernel ASan
+  bool hasASanOrKASanOrHWASanOrHWKASan() const {
+    return hasASanOrKASan() || hasHWASanOrHWKASan();
----------------
Sorry to bike-shed, but this seems a bit hard to read. How about: 'hasAnyASan'?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57722



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

Reply via email to