[PATCH] D150632: [IR] Adds Instruction::setNoSanitizeMetadata()
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 21:04:37 PDT 2023
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/include/llvm/IR/Instruction.h:353
+ /// Sets the nosanitize metadata on this instruction.
+ void setNoSanitizeMetadata();
----------------
`Set`.
Imperative sentences are more common in comments. Ignore `Sets` above that's inconsistent with other places in this file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150632/new/
https://reviews.llvm.org/D150632
More information about the llvm-commits
mailing list