]> granicus.if.org Git - clang/commit
If we get a TU_CONTEXT update from a chained PCH file before we
authorDouglas Gregor <dgregor@apple.com>
Fri, 1 Oct 2010 01:18:02 +0000 (01:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 1 Oct 2010 01:18:02 +0000 (01:18 +0000)
commit3747ee72e1751a4996711b9ae5e14f2ca5d4516f
tree8e5376c0ec0b32885000cef9e6549ab1c6536bbe
parent05adedcb5e199e377e35f576288caf5ceed40136
If we get a TU_CONTEXT update from a chained PCH file before we
actually have an ASTContext, delay the processing of that
update. Patch by Sebastian Redl! Fixes <rdar://problem/8499034>.

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