aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/template-id-expr.cpp
AgeCommit message (Expand)Author
2012-02-06Fixed instantiation of DependentScopeDeclRefExpr.Abramo Bagnara
2010-06-16Fix the recently-added warning about 'typename' and 'template'Douglas Gregor
2010-06-14Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor
2010-05-05 Support for 'template' as a disambiguator (PR7030)Douglas Gregor
2010-02-05When we're parsing an expression that may have looked like aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-04When instantiating a MemberExpr, be sure to instantiate theDouglas Gregor
2009-10-29Yet more instantiation-location information. Fixes PR5336.Douglas Gregor