| commit | b2b0795c9fb3e01a60e5592a3ec8816a3d2addb0 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Sat Dec 03 03:49:52 2011 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Sat Dec 03 03:49:52 2011 +0000 |
| tree | 26df581083fe6dfd8927854db7eed0fb046c895a | |
| parent | 0042b6f925ab4ae0805acfdaa6db324a67add07c [diff] |
[PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized when deserialized, fixing random crashes in libclang. Also simplifies how OpaqueValueExprs are [de]serialized. The reader/writer automatically retains pointer equality of sub-statements (when a statement node is referenced in multiple nodes), so no need to manually handle it. llvm-svn: 145752