| commit | 4a941e25f2b57f85eef00a9cbfbc2569639570ad | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Feb 14 22:25:15 2012 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Feb 14 22:25:15 2012 +0000 |
| tree | 920286473f5d3ee77543cb0b4203a083f40a76aa | |
| parent | 7e747957cdfd49b7f6d3f1cce7f373f093f52e11 [diff] |
If a constexpr function template specialization is referenced, and then the template is defined, and then the specialization is referenced again, don't forget to instantiate the template on the second reference. Use the source location of the first reference as the point of instantiation, though. llvm-svn: 150518