[PATCH] D30599: [ubsan] Extend the nonnull argument check to ObjC

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 4 11:02:28 PST 2017


aprantl added inline comments.


================
Comment at: lib/CodeGen/CodeGenFunction.h:308
 
+  /// \brief An abstract representation of regular/ObjC call/message targets.
+  class AbstractCallee {
----------------
The \brief is redundant (we use autobrief) and shouldn't be used any more.


https://reviews.llvm.org/D30599





More information about the cfe-commits mailing list