| commit | d61d4acd703630b62e29b2541574a1842b35d7f2 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Aug 22 20:13:39 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Aug 22 20:13:39 2015 +0000 |
| tree | 5cc143367055d61ff90985ec1caadc920d130619 | |
| parent | b17bb06914abe652c5aa30cb94382907f3f78962 [diff] |
[modules] Further simplification and speedup of redeclaration chain loading. Instead of eagerly deserializing a list of DeclIDs when we load a module file and doing a binary search to find the redeclarations of a decl, store a list of redeclarations of each chain before the first declaration and load it directly. llvm-svn: 245789