]> granicus.if.org Git - clang/commit
Final phase of converting BlockDecls over to DeclContext. This is unfortunately a...
authorSteve Naroff <snaroff@apple.com>
Fri, 10 Oct 2008 01:28:17 +0000 (01:28 +0000)
committerSteve Naroff <snaroff@apple.com>
Fri, 10 Oct 2008 01:28:17 +0000 (01:28 +0000)
commit090276f5e164d491a1bb3f541bafdb394f5e6f04
treeae729e4967e16751a9ace0c4037c4b3f847972f4
parentf02e9ddf5efc75917af712b3c7f909581205f0a5
Final phase of converting BlockDecls over to DeclContext. This is unfortunately a largish/complex diff, however it was necessry to pass all the current block tests.

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