]> granicus.if.org Git - clang/commit
Fix a crash when ASTReader emits diagnostic when another one is in flight. Fixes...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 25 Apr 2011 22:23:56 +0000 (22:23 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 25 Apr 2011 22:23:56 +0000 (22:23 +0000)
commit8d8f2c20f3e21c7516e5d27293f08283913904d1
tree6ace3034c2e79b9a123890fddbf954b12aa76e78
parent357f6ee9f1f6f8e5027377cb3e5907c62c4fe3df
Fix a crash when ASTReader emits diagnostic when another one is in flight. Fixes rdar//9334563.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130162 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp
test/PCH/modified-header-crash.c [new file with mode: 0644]
test/PCH/modified-header-crash.h [new file with mode: 0644]