]> granicus.if.org Git - clang/commit
CFieldCallback doesn't need to create an ExtensionRAIIObject: it's actually
authorJohn McCall <rjmccall@apple.com>
Tue, 3 Nov 2009 21:13:47 +0000 (21:13 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 3 Nov 2009 21:13:47 +0000 (21:13 +0000)
commit4ba397170fb07ccee48f9d116d44643c234eb0ee
tree1c1561f5300b2e7771ffcc2bbdcee6feb6eb9807
parent1e40caa95e217507909d96d933e55cf37cbad266
CFieldCallback doesn't need to create an ExtensionRAIIObject:  it's actually
automatically shadowed by the ExtensionRAIIObject created by
ParseStructDeclaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85941 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp