| 1806c279 | 11-Sep-2009 |
John McCall <[email protected]> |
Track a class template specialization's point of instantiation separately from its location. Initialize appropriately.
When implicitly creating a declaration of a class template specialization afte
Track a class template specialization's point of instantiation separately from its location. Initialize appropriately.
When implicitly creating a declaration of a class template specialization after encountering the first reference to it, use the pattern class's location instead of the location of the first reference.
llvm-svn: 81515
show more ...
|