aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-template-decl.cpp
AgeCommit message (Expand)Author
2009-10-30Improve diagnostics when parsing something likeDouglas Gregor
2009-10-27Disabling some MS extensions which cause these tests to failJohn Thompson
2009-10-08Improve checking for specializations of member classes of classDouglas Gregor
2009-09-25WIP implementation of explicit instantiation of function templates,Douglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-22Implement support for out-of-line definitions of the class members of classDouglas Gregor
2009-07-22Implement parsing and semantic analysis for out-of-line definitions of staticDouglas Gregor
2009-06-25Improved semantic analysis and AST respresentation for functionDouglas Gregor
2009-06-24Make sure that the template parameter lists get from the parser down to ActOn...Douglas Gregor
2009-06-17Diagnose class members that shadow a template parameter. FixesDouglas Gregor
2009-05-22Parse typeof-specifier the same way as sizeof/alignof are parsed.Argyrios Kyrtzidis
2009-05-12Refactor the parsing of declarations so that template declarations canDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16Make "implicit int" an error in C++ (unless we're allowing MicrosoftDouglas Gregor
2009-02-10Implement parsing, semantic analysis and ASTs for default templateDouglas Gregor
2009-02-04Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor
2008-12-28Diagnose declarations that don't declare anything, and fix PR3020.Sebastian Redl
2008-12-24Keep track of template arguments when we parse them. Right now, we don't actu...Douglas Gregor
2008-12-05Representation of template type parameters and non-type templateDouglas Gregor
2008-12-02A little more scaffolding for parsing templates:Douglas Gregor
2008-12-01Basic support for parsing templates, from Andrew SuttonDouglas Gregor