| commit | 794671dc2fafa51fda0940b39bb8cd148322cdbb | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu May 30 23:59:46 2013 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu May 30 23:59:46 2013 +0000 |
| tree | 5033f263e98e123b60716f608a57c00c87f8e5f0 | |
| parent | fb5138bd4f5f4e8d879b8897f701ed4a79e35329 [diff] |
[PCH] Fix crash with valid code, related to anonymous field initializers. In a certain code-path we were not deserializing an anonymous field initializer correctly, leading to a crash when trying to IRGen it. This is a simpler version of a patch by Yunzhong Gao! llvm-svn: 182974