summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/pch-opaque-value.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initializedArgyrios Kyrtzidis2011-12-031-0/+16
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
OpenPOWER on IntegriCloud