]> granicus.if.org Git - clang/commit
Revise the representation of parameter scope data so that the
authorJohn McCall <rjmccall@apple.com>
Mon, 2 May 2011 00:30:12 +0000 (00:30 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 2 May 2011 00:30:12 +0000 (00:30 +0000)
commit7079886ab5a9df450ed773419f0ae81f8404e2aa
treeaaf9b7748fde61ea32cd3ad8a2d1742047704cd8
parent3aa8140bde5b9bedf13e46ec0a668daa54814196
Revise the representation of parameter scope data so that the
scope depth overlaps with the ObjCDeclQualifier, dropping
memory usage back to previous levels.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130671 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/Sema/SemaDeclObjC.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp