commit | 8d8f2c20f3e21c7516e5d27293f08283913904d1 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Apr 25 22:23:56 2011 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Apr 25 22:23:56 2011 +0000 |
tree | 6ace3034c2e79b9a123890fddbf954b12aa76e78 | |
parent | 357f6ee9f1f6f8e5027377cb3e5907c62c4fe3df [diff] [blame] |
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
diff --git a/test/PCH/modified-header-crash.h b/test/PCH/modified-header-crash.h new file mode 100644 index 0000000..971746e --- /dev/null +++ b/test/PCH/modified-header-crash.h
@@ -0,0 +1 @@ +int foo;