]> granicus.if.org Git - clang/commit
When initializing a context from a particular AST file, check whether
authorDouglas Gregor <dgregor@apple.com>
Thu, 11 Aug 2011 22:18:49 +0000 (22:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 11 Aug 2011 22:18:49 +0000 (22:18 +0000)
commit5f95728e0d37709402ab83abe085f40686a4007b
treee8fc940ee527314733ec17e91b13de0e62192d05
parent8425126b7b8b8ae9fac68ff3072f42a3bce7b487
When initializing a context from a particular AST file, check whether
either "special" type has already been initialized. Previously, we did
this check based on just the first special type (__builtin_va_list),
but now we have some NULL special type entries to content with.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137373 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp