[PATCH] D49734: [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into DeclContext
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 24 09:57:01 PDT 2018
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
More information about the cfe-commits
mailing list