summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-template-decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar2009-11-291-1/+1
* Implement support for default template arguments of function templates.Douglas Gregor2009-11-251-1/+1
* Improve diagnostics when parsing something likeDouglas Gregor2009-10-301-0/+4
* Disabling some MS extensions which cause these tests to failJohn Thompson2009-10-271-1/+1
* Improve checking for specializations of member classes of classDouglas Gregor2009-10-081-3/+6
* WIP implementation of explicit instantiation of function templates,Douglas Gregor2009-09-251-1/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Implement support for out-of-line definitions of the class members of classDouglas Gregor2009-07-221-6/+2
* Implement parsing and semantic analysis for out-of-line definitions of staticDouglas Gregor2009-07-221-1/+2
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-251-2/+2
* Make sure that the template parameter lists get from the parser down to ActOn...Douglas Gregor2009-06-241-1/+1
* Diagnose class members that shadow a template parameter. FixesDouglas Gregor2009-06-171-0/+11
* Parse typeof-specifier the same way as sizeof/alignof are parsed.Argyrios Kyrtzidis2009-05-221-0/+5
* Refactor the parsing of declarations so that template declarations canDouglas Gregor2009-05-121-2/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make "implicit int" an error in C++ (unless we're allowing MicrosoftDouglas Gregor2009-02-161-8/+10
* Implement parsing, semantic analysis and ASTs for default templateDouglas Gregor2009-02-101-2/+2
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-3/+3
* Diagnose declarations that don't declare anything, and fix PR3020.Sebastian Redl2008-12-281-4/+6
* Keep track of template arguments when we parse them. Right now, we don't actu...Douglas Gregor2008-12-241-1/+2
* Representation of template type parameters and non-type templateDouglas Gregor2008-12-051-1/+25
* A little more scaffolding for parsing templates:Douglas Gregor2008-12-021-3/+2
* Basic support for parsing templates, from Andrew SuttonDouglas Gregor2008-12-011-0/+50
OpenPOWER on IntegriCloud