]> granicus.if.org Git - clang/commit
Always start tag definitions before completing them. Assert same.
authorJohn McCall <rjmccall@apple.com>
Fri, 5 Feb 2010 01:33:36 +0000 (01:33 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 5 Feb 2010 01:33:36 +0000 (01:33 +0000)
commit5cfa011e61e14e6f2e1659047d809706c0e4c6a3
tree76f49243d44cdc882a04f7ecf13fff34f0694712
parent82287d19ded35248c4ce6a425ce74116a13ce44e
Always start tag definitions before completing them.  Assert same.

Fixes latent and not-so-latent objc++ and blocks++ bugs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95340 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
lib/AST/Decl.cpp
lib/CodeGen/CodeGenTypes.cpp