| commit | caf4826e2edd31da89e7c0f1bd1b5f557918d850 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Mon Feb 20 16:12:14 2012 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Mon Feb 20 16:12:14 2012 +0000 |
| tree | 0c6b327588acf4775fdc76ae4b9096216f33efbc | |
| parent | 7adb1895384553144aa54d37ad1ed9166ece7644 [diff] |
Deserialize the direct-initialization range of a "new" expression properly. Previously, we deserialized it but failed to set the corresponding member in CXXNewExpr. Fixes <rdar://problem/10893600>. llvm-svn: 150963