summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/class-template-decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drastically simplify the mapping from the declaration corresponding toDouglas Gregor2011-11-071-0/+20
* Revert r143551. It is causing g++.dg/template/crash52.C test failure.Devang Patel2011-11-041-20/+0
* Drastically simplify the mapping from the declaration corresponding toDouglas Gregor2011-11-021-0/+20
* When performing name lookup for the previous declaration of a field,Douglas Gregor2011-10-211-0/+1
* PR10359: Template declarations which define classes are not permitted to also...Richard Smith2011-07-141-1/+1
* Don't lose track of previous-declarations when instantiating a class template.Nick Lewycky2010-11-081-0/+18
* Fix a crash-on-invalid involving name lookup of tag names, where weDouglas Gregor2010-04-121-0/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Be a little more careful when trying to extract a TypeDecl from a enum/class/...Douglas Gregor2009-11-051-0/+2
* De-FIXME a testDouglas Gregor2009-11-051-5/+1
* Robustify a bunch of C++-related declaration actions.Douglas Gregor2009-06-221-0/+6
* One can use "class" and "struct" interchangeably to refer to a classDouglas Gregor2009-05-031-4/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-1/+1
* Semantic checking for class template declarations andDouglas Gregor2009-02-061-0/+52