aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/dependent-base-member-init.cpp
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2010-07-24PR7698: Make sure we correctly handle the initialization of an array withEli Friedman
2010-01-19Another test case for PR6062Douglas Gregor
2010-01-19In a mem-initializer, a nested-name-specifier followed by anDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-26When we know that we are parsing a class-name, implicitly construct aDouglas Gregor
2009-08-24Fixes pr4763. Fariborz Jahanian
2009-07-29Refactor base/member initializers, and construct them correctly in cases Eli Friedman