aaron.ballman added inline comments.

================
Comment at: clang/docs/SanitizerCoverage.rst:319
+It is possible to disable coverage instrumentation for select functions via the
+function attribute ``__attribute__((no_sanitize("coverage")))``.
+
----------------
I would expect to see this documentation also in AttrDocs.td within the 
`NoSanitizeDocs`.


================
Comment at: clang/include/clang/Basic/Attr.td:2902-2906
+      for (auto SanitizerName : sanitizers()) {
+        if (SanitizerName == "coverage")
+          return true;
+      }
+      return false;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102772

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

Reply via email to