| commit | 6739a10cec3d5681cc1c0f793be58756dfe0537a | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu May 05 00:56:12 2016 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu May 05 00:56:12 2016 +0000 |
| tree | e2742beb3f5a7c2dd218150a1deeaebee1005f18 | |
| parent | d55bc4c7abeff02a8641918dfa65cac16d9c8818 [diff] |
[modules] Enforce the rules that an explicit or partial specialization must be declared before it is used. Because we don't use normal name lookup to find these, the normal code to filter out non-visible names from name lookup results does not apply. llvm-svn: 268585