]> granicus.if.org Git - clang/commit
Make sure that ScopedDecls passed to DeclContext::addDecl are added into their lexica...
authorDouglas Gregor <dgregor@apple.com>
Fri, 9 Jan 2009 18:51:29 +0000 (18:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 9 Jan 2009 18:51:29 +0000 (18:51 +0000)
commita8cc8ce044e5d2589128f0c1a84e586cce743b27
tree4adb92ceade9162327c38ca3335c964676b8357f
parent1b95a6546d1f3847da29da0d1e8dc5d77b1a7fbb
Make sure that ScopedDecls passed to DeclContext::addDecl are added into their lexical context

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