| commit | a06c7e6da7f7367103d5522617cceb2525f2b431 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Aug 26 23:55:49 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Aug 26 23:55:49 2015 +0000 |
| tree | e5df244ce917e4918be143a5d1ee4b17d4d95ba7 | |
| parent | 03439a87cfd3988c37d2677e8b8f89a72a0e2ca4 [diff] |
[modules] The key to a DeclContext name lookup table is not actually a DeclarationName (because all ctor names are considered the same, and so on). Reflect this in the type used as the lookup table key. As a side-effect, remove one copy of the duplicated code used to compute the hash of the key. llvm-svn: 246124