Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [modules] When loading a template specialization, re-canonicalize its template | Richard Smith | 2015-08-09 | 1 | -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 Carruth | 2015-03-25 | 1 | -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 |