| commit | 12c8f6540886bcf7d375f42c334f6034f56aa439 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Fri Mar 27 00:55:05 2015 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Fri Mar 27 00:55:05 2015 +0000 |
| tree | ee25e0df75e78d6f2bec8cf581e882071ba842cb | |
| parent | acbbeb9782445a9f02b8f38c49b49aba2fb525b8 [diff] |
[Modules] Make Sema's map of referenced selectors have a deterministic order based on order of insertion. This should cause both our warnings about these and the modules serialization to be deterministic as a consequence. Found by inspection. llvm-svn: 233343