erichkeane added a comment.

Same comment as the other 3.



================
Comment at: include/clang/AST/DeclObjC.h:190
+  /// InvalidObjCMethodFamily cast into an ObjCMethodFamily.
+  ObjCMethodFamily getFamilyImpl() const {
+    return static_cast<ObjCMethodFamily>(ObjCMethodDeclBits.Family);
----------------
I'd again omit these.


Repository:
  rC Clang

https://reviews.llvm.org/D49734



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

Reply via email to