summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-decl-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR20346: fix aggregate initialization / template instantiation bug:Richard Smith2014-07-171-0/+20
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* A dependent initializer with zero arguments should return a NULLDouglas Gregor2010-02-051-0/+10
* When a function or variable somehow depends on a type or declarationDouglas Gregor2010-02-031-0/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't reprocess non-dependent initializers of non-dependent VarDecls. Fixes P...Sebastian Redl2009-11-081-0/+22