]> granicus.if.org Git - clang/commit
[AST][NFC] Add missing doc for ObjCMethodDecl and ObjCContainerDecl
authorBruno Ricci <riccibrun@gmail.com>
Fri, 3 Aug 2018 13:47:12 +0000 (13:47 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Fri, 3 Aug 2018 13:47:12 +0000 (13:47 +0000)
commit26f7cc04a81604fdec8752c91db761120ffe5489
treeb5b1a3441fbea471d519f95e8d1fa43c79e9b58e
parentb42d60ed740a26a9c6ee32f78181ce7d389cb998
[AST][NFC] Add missing doc for ObjCMethodDecl and ObjCContainerDecl

Add a comment in ObjCMethodDecl and ObjCContainerDecl stating that
we store some bits in ObjCMethodDeclBits and ObjCContainerDeclBits.

This was missed by the recent move in
r338641 : [AST][4/4] Move the bit-fields from ObjCMethodDecl
          and ObCContainerDecl into DeclContext

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338888 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h