]> granicus.if.org Git - clang/commit
Teach the ASTReader how to avoid cycles when loading declarations that
authorDouglas Gregor <dgregor@apple.com>
Fri, 26 Aug 2011 22:04:51 +0000 (22:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 26 Aug 2011 22:04:51 +0000 (22:04 +0000)
commit2ea054fbc59ed19b8e3304e7e7cbdd56a5a5120f
treee80b34a4dada54a2f7f25e3f715f4876991889a0
parentee99c8191cc0d9778d733da51be2f52c7b732d76
Teach the ASTReader how to avoid cycles when loading declarations that
are lexically within a particular DeclContext. Test forthcoming.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138668 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/Lex/ModuleLoader.h [new file with mode: 0644]
lib/Serialization/ASTReader.cpp