summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/class-template-decl.cpp
AgeCommit message (Expand)Author
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2016-11-02Add a note that points to the linkage specifier for the C++ linkage errorsAlex Lorenz
2015-12-19Test for diagnostic quality improvement in r256049.Richard Smith
2015-01-15Sema: Recover when a function template is in an extern "C" blockDavid Majnemer
2014-08-19C++1y is now C++14!Aaron Ballman
2014-02-02Sema: Reject templates in all extern "C" contexts.Benjamin Kramer
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo
2012-04-21Fix test failure.Richard Smith
2012-04-21When declaring a template, check that the context doesn't already contain aRichard Smith
2012-04-20Replace r155185 with a better fix, which also addresses PR12557. When lookingRichard Smith
2012-04-20Fix a bug which creduce found reducing PR12585.Richard Smith
2011-11-07Drastically simplify the mapping from the declaration corresponding toDouglas Gregor
2011-11-04Revert r143551. It is causing g++.dg/template/crash52.C test failure.Devang Patel
2011-11-02Drastically simplify the mapping from the declaration corresponding toDouglas Gregor
2011-10-21When performing name lookup for the previous declaration of a field,Douglas Gregor
2011-07-14PR10359: Template declarations which define classes are not permitted to also...Richard Smith
2010-11-08Don't lose track of previous-declarations when instantiating a class template.Nick Lewycky
2010-04-12Fix a crash-on-invalid involving name lookup of tag names, where weDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-05Be a little more careful when trying to extract a TypeDecl from a enum/class/...Douglas Gregor
2009-11-05De-FIXME a testDouglas Gregor
2009-06-22Robustify a bunch of C++-related declaration actions.Douglas Gregor
2009-05-03One can use "class" and "struct" interchangeably to refer to a classDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-19Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2009-02-06Semantic checking for class template declarations andDouglas Gregor