Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-11 | Track a class template specialization's point of instantiation separately | John McCall | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81515 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-09-11 | Support elaborated dependent types and diagnose tag mismatches. | John McCall | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81504 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-09-04 | Correctly handle elaborated template ids. Still not handled properly for ↵ | John McCall | |
friends. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80977 91177308-0d34-0410-b5e6-96231b3b80d8 |