[PATCH] D108029: [clang][Codegen] Introduce the no_sanitizer_instrumentation attribute

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 13 11:59:29 PDT 2021


eugenis added a comment.

The new attribute should be very rare, and not something that a typical end user should even know about.
That's why I'd prefer if the name reflected how the attribute affects code generation rather than user-visible behavior: disable_sanitizer_instrumentation sounds perfect to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108029



More information about the cfe-commits mailing list