aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/class-template-ctor-initializer.cpp
AgeCommit message (Expand)Author
2012-09-25Don't produce diagnostics for missing ctor-initializers during templateRichard Smith
2012-01-05PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith
2010-06-16If a non-dependent base class initializer fails to match any direct orDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-01Patch to implement template types in ctor-initializer list.Fariborz Jahanian