thakis closed this revision.
thakis marked 3 inline comments as done.
thakis added a comment.

Thanks! Add one and landed in r302247.



================
Comment at: include/clang/Sema/Sema.h:3760
 
+  /// \brief Warn when implicitly casting 0 to nullptr.
+  void diagnoseZeroToNullptrConversion(CastKind Kind, const Expr *E);
----------------
hans wrote:
> \brief is redudant here I believe and doesn't seem used for the surrounding 
> functions.
diagnoseNullableToNonnullConversion right above has it but the rest doesn't. 
removed.


https://reviews.llvm.org/D32914



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to