summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-decl-init.cpp
AgeCommit message (Expand)Author
2014-07-17PR20346: fix aggregate initialization / template instantiation bug:Richard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2010-02-05A dependent initializer with zero arguments should return a NULLDouglas Gregor
2010-02-03When a function or variable somehow depends on a type or declarationDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Don't reprocess non-dependent initializers of non-dependent VarDecls. Fixes P...Sebastian Redl