summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR25501/a2.h
Commit message (Collapse)AuthorAgeFilesLines
* PR25501: Delay loading visible updates for a declaration until after we'veRichard Smith2016-04-081-0/+3
processed update records. If an update record adds a definition, we need to merge that with any pre-existing definition to determine which the canonical definition is before we apply the visible update, otherwise we wouldn't know where to apply it. Thanks to Vassil Vassilev for help reducing this and tracking down the problem. llvm-svn: 265848
OpenPOWER on IntegriCloud