summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.param/p1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When we run into a template parameter that should have a defaultDouglas Gregor2011-01-271-0/+6
| | | | | | | | | | argument but doesn't (because previous template parameters had default arguments), clear out all of the default arguments so that we maintain the invariant that a template parameter has a default argument only if subsequence template parameters also have default arguments. Fixes a crash-on-invalid <rdar://problem/8913649>. llvm-svn: 124345
* Diagnose the declaration of template template parameters thatDouglas Gregor2010-10-211-2/+4
| | | | | | | | themselves have no template parameters. This is actually a restriction due to the grammar of template template parameters, but we choose to diagnose it in Sema to provide better recovery. llvm-svn: 117032
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+1
| | | | llvm-svn: 86432
* Make having no RUN line a failure.Daniel Dunbar2009-07-251-0/+3
| | | | | | | Doug, please look at decltype-crash and instantiate-function-1.mm, I'm not sure if they are actually testing the right thing / anything. llvm-svn: 77070
* Move a bunch of tests into temp.param, and write a few tests for paragraphs ↵Douglas Gregor2009-06-131-0/+1
that hadn't been touched before llvm-svn: 73288
OpenPOWER on IntegriCloud