]> granicus.if.org Git - clang/commit
Lazily load the next friend in the chain of FriendDecls, to eliminate
authorDouglas Gregor <dgregor@apple.com>
Wed, 27 Oct 2010 20:23:41 +0000 (20:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 27 Oct 2010 20:23:41 +0000 (20:23 +0000)
commit69aecc6252bf4a5ee59f9b51c3728ea07b6342bf
tree78afe5106b08dc881546fb8811f76c12b02bb8e6
parent500b782d51541a5f20f3113305bc3842fba8b77a
Lazily load the next friend in the chain of FriendDecls, to eliminate
some excessive recursion and deserialization.

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