[PATCH] D108029: [clang][Codegen] Introduce the disable_sanitizer_instrumentation attribute
Alexander Potapenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 20 04:10:47 PDT 2021
glider added a comment.
In D108029#2954604 <https://reviews.llvm.org/D108029#2954604>, @glider wrote:
> In D108029#2954566 <https://reviews.llvm.org/D108029#2954566>, @melver wrote:
>
>> llvm/docs/LangRef.rst also needs a corresponding change.
>
> Right, will do. I thought LangRef was missing the sanitizer bits as well, and was planning to add them together, but apparently I was just looking for the wrong attributes.
I've added the function attribute description to LangRef. Looks like global attributes aren't listed explicitly.
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