aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/basic/basic.lookup/basic.lookup.elab/templateid.cpp
AgeCommit message (Expand)Author
2010-01-26Fix two redefinitions in test cases that weren't diagnosed yet, but will be s...Sebastian Redl
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-11Track a class template specialization's point of instantiation separatelyJohn McCall
2009-09-11Support elaborated dependent types and diagnose tag mismatches.John McCall
2009-09-04Correctly handle elaborated template ids. Still not handled properly for fri...John McCall