| commit | c9d2990b914ffbb63258b078c4e31d7c35f59f38 | [log] [tgz] |
|---|---|---|
| author | Erich Keane <erich.keane@intel.com> | Wed Aug 01 21:16:54 2018 +0000 |
| committer | Erich Keane <erich.keane@intel.com> | Wed Aug 01 21:16:54 2018 +0000 |
| tree | c397434aaf938d4c1f3678f5909ce6816a2fb224 | |
| parent | 6699fc34dd985209bb2d0a35e2e41f6f92f35940 [diff] |
[AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclareReductionDecl into DeclContext This patch follows https://reviews.llvm.org/D49729 and https://reviews.llvm.org/D49732, and is followed by https://reviews.llvm.org/D49734. Move the bits from BlockDecl, LinkageSpecDecl and OMPDeclareReductionDecl into DeclContext. Differential Revision: https://reviews.llvm.org/D49733 Patch By: bricci llvm-svn: 338639