]> granicus.if.org Git - clang/commit
Revert r120808, my previous implementation of caching for the linkage
authorDouglas Gregor <dgregor@apple.com>
Mon, 6 Dec 2010 17:49:01 +0000 (17:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 6 Dec 2010 17:49:01 +0000 (17:49 +0000)
commitb5f35bae05f1ce3ae62ca52b266a086fd019e89b
tree1c1cf8fa52a6b48cadcd272ce140d704ffaf2963
parentd016ec204c54d766c4561d43548551ffde0e6b43
Revert r120808, my previous implementation of caching for the linkage
and visibility of declarations, because it was extremely messy and it
increased the size of NamedDecl.

An improved implementation is forthcoming.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121012 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclTemplate.h
include/clang/AST/Redeclarable.h
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/Serialization/ASTReaderDecl.cpp