[PATCH] D30599: [ubsan] Extend the nonnull argument check to ObjC
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 5 21:40:26 PST 2017
vsk marked an inline comment as done.
vsk added a comment.
Thanks for the reviews!
================
Comment at: lib/CodeGen/CodeGenFunction.h:308
+ /// \brief An abstract representation of regular/ObjC call/message targets.
+ class AbstractCallee {
----------------
aprantl wrote:
> The \brief is redundant (we use autobrief) and shouldn't be used any more.
I will fix this before committing.
Repository:
rL LLVM
https://reviews.llvm.org/D30599
More information about the cfe-commits
mailing list