summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-key-functions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix an iterator invalidation issue: deserializing a key function can write toRichard Smith2014-07-071-0/+97
the key functions table. Don't hold references to anything within that table across such an access. llvm-svn: 212437
OpenPOWER on IntegriCloud