Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two redefinitions in test cases that weren't diagnosed yet, but will be ↵ | Sebastian Redl | 2010-01-26 | 1 | -1/+1 |
| | | | | | | soon. llvm-svn: 94565 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Track a class template specialization's point of instantiation separately | John McCall | 2009-09-11 | 1 | -4/+2 |
| | | | | | | | | | | 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 | ||||
* | Support elaborated dependent types and diagnose tag mismatches. | John McCall | 2009-09-11 | 1 | -1/+3 |
| | | | | llvm-svn: 81504 | ||||
* | Correctly handle elaborated template ids. Still not handled properly for ↵ | John McCall | 2009-09-04 | 1 | -0/+18 |
friends. llvm-svn: 80977 |