summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/stress1/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When loading a template specialization, re-canonicalize its templateRichard Smith2015-08-091-0/+1
| | | | | | | | arguments because the reloaded form might have become non-canonical across the serialization/deserialization step (this particularly happens when the canonical form of the type involves an expression). llvm-svn: 244409
* [Modules] Make the DeclUpdates map be processed in insertion order.Chandler Carruth2015-03-251-0/+6
This fixes my stress tests non-determinism so far. However, I've not started playing with templates, friends, or terrible macros. I've found at least two more seeming instabilities and am just waiting for a test case to actually trigger them. llvm-svn: 233162
OpenPOWER on IntegriCloud