summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls
Commit message (Expand)AuthorAgeFilesLines
* Canonical template arguments that are template template parameters byDouglas Gregor2009-11-231-1/+22
* Cope with extraneous "template" keyword when providing an out-of-lineDouglas Gregor2009-11-202-1/+11
* Instantiate class template friends better; fixes PR5332.Douglas Gregor2009-10-301-0/+2
* Implement support for semantic checking and template instantiation ofDouglas Gregor2009-10-291-2/+37
* Class template partial specializations can be declared anywhere thatDouglas Gregor2009-10-071-0/+20
* Make sure that out-of-line function and variable definitions are notDouglas Gregor2009-09-281-0/+17
* Rework the Parse-Sema interaction for friends to better support friendDouglas Gregor2009-09-261-1/+3
* Improved representation and support for friend class templates. Angst about ...John McCall2009-09-162-2/+18
* Slightly improved template argument deduction for use in partialDouglas Gregor2009-09-151-0/+16
* Skeletal support for friend class templates.John McCall2009-09-141-0/+6
* Implement partial ordering of function template specializations Douglas Gregor2009-09-142-0/+35
* Support templateids in friend declarations. Fixes bug 4859.John McCall2009-09-081-0/+5
* Borrow a friend class's previous declaration's access specifier regardless ofJohn McCall2009-09-021-0/+3
* Fix a little crasher in friend decls. Thanks again to Eli for finding this.John McCall2009-09-021-0/+4
* Fix a last-minute typo and make the test not emit temporaries.John McCall2009-08-291-2/+2
* Ensure code generation for friend declarations in class templates.John McCall2009-08-291-2/+2
* Omnibus friend decl refactoring. Instead of cloning AST classes for friendJohn McCall2009-08-281-3/+27
* When checking whether one declaration context encloses another, make sure to ...Douglas Gregor2009-08-271-0/+3
* Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor2009-08-261-1/+1
* Eli points out that we really must diagnose "void* > 0" as an extension. Chris Lattner2009-08-231-1/+1
* Refactor instantiation of destructors to use the common CXXMethodDeclDouglas Gregor2009-08-211-0/+11
* Add test for out-of-line definition of a conversion functionDouglas Gregor2009-08-211-0/+7
* Fix parsing for out-of-line definitions of constructors andDouglas Gregor2009-08-211-1/+10
* Basic nested-template implementation.John McCall2009-08-201-0/+16
* Support friend declarations in templates and test that argdep lookupJohn McCall2009-08-141-0/+20
* When we encounter a dependent type that was parsed before we know thatDouglas Gregor2009-08-061-1/+0
* Make the recanonicalization-for-an-out-of-line-definition test case a bit tri...Douglas Gregor2009-07-311-1/+18
* Support out-of-line definitions of the members of class templateDouglas Gregor2009-07-302-0/+40
* Use the new statement/expression profiling code to unique dependentDouglas Gregor2009-07-291-1/+0
* Add a template test that requires canonical expression comparisonDouglas Gregor2009-07-281-0/+17
* Update for LLVM API change.Owen Anderson2009-07-275-5/+5
* Template instantiation for static data members that are defined out-of-line.Douglas Gregor2009-07-242-2/+30
* Implement support for out-of-line definitions of the class members of classDouglas Gregor2009-07-221-0/+27
* Implement parsing and semantic analysis for out-of-line definitions of staticDouglas Gregor2009-07-221-0/+26
* Test template instantiation for member functions of class templates definedDouglas Gregor2009-07-221-0/+17
* Complain if we're entering the context of a dependent nested-name-specifier butDouglas Gregor2009-07-221-0/+4
* Basic parsing and semantic analysis for out-of-line definitions of theDouglas Gregor2009-07-212-0/+57
* Prep for new warning.Mike Stump2009-07-211-3/+3
* Implement matching of function templates, so that one can declare overloaded ...Douglas Gregor2009-06-242-0/+40
OpenPOWER on IntegriCloud