]> granicus.if.org Git - clang/commit
Add "ScopedDecl" AST, used by ValueDecl and TypeDecl.
authorSteve Naroff <snaroff@apple.com>
Thu, 13 Sep 2007 18:10:37 +0000 (18:10 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 13 Sep 2007 18:10:37 +0000 (18:10 +0000)
commitc752d041b5d9bdd31dfb8ec9b059e6be9247b5af
tree97c0a2a7ba7d58754567ff6243f93e3bcd1bd2d5
parentca2617c0e1f87c9da4d9aa3db4ea854ee2f6a1da
Add "ScopedDecl" AST, used by ValueDecl and TypeDecl.

This allows us to sink the "Next" field, which isn't used by FieldDecl and ObjcIvarDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41931 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/Sema.h
Sema/SemaDecl.cpp
include/clang/AST/Decl.h