index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CXX
/
temp
/
temp.decls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Canonical template arguments that are template template parameters by
Douglas Gregor
2009-11-23
1
-1
/
+22
*
Cope with extraneous "template" keyword when providing an out-of-line
Douglas Gregor
2009-11-20
2
-1
/
+11
*
Instantiate class template friends better; fixes PR5332.
Douglas Gregor
2009-10-30
1
-0
/
+2
*
Implement support for semantic checking and template instantiation of
Douglas Gregor
2009-10-29
1
-2
/
+37
*
Class template partial specializations can be declared anywhere that
Douglas Gregor
2009-10-07
1
-0
/
+20
*
Make sure that out-of-line function and variable definitions are not
Douglas Gregor
2009-09-28
1
-0
/
+17
*
Rework the Parse-Sema interaction for friends to better support friend
Douglas Gregor
2009-09-26
1
-1
/
+3
*
Improved representation and support for friend class templates. Angst about ...
John McCall
2009-09-16
2
-2
/
+18
*
Slightly improved template argument deduction for use in partial
Douglas Gregor
2009-09-15
1
-0
/
+16
*
Skeletal support for friend class templates.
John McCall
2009-09-14
1
-0
/
+6
*
Implement partial ordering of function template specializations
Douglas Gregor
2009-09-14
2
-0
/
+35
*
Support templateids in friend declarations. Fixes bug 4859.
John McCall
2009-09-08
1
-0
/
+5
*
Borrow a friend class's previous declaration's access specifier regardless of
John McCall
2009-09-02
1
-0
/
+3
*
Fix a little crasher in friend decls. Thanks again to Eli for finding this.
John McCall
2009-09-02
1
-0
/
+4
*
Fix a last-minute typo and make the test not emit temporaries.
John McCall
2009-08-29
1
-2
/
+2
*
Ensure code generation for friend declarations in class templates.
John McCall
2009-08-29
1
-2
/
+2
*
Omnibus friend decl refactoring. Instead of cloning AST classes for friend
John McCall
2009-08-28
1
-3
/
+27
*
When checking whether one declaration context encloses another, make sure to ...
Douglas Gregor
2009-08-27
1
-0
/
+3
*
Improve diagnostics and recovery when the nested-name-specifier of a
Douglas Gregor
2009-08-26
1
-1
/
+1
*
Eli points out that we really must diagnose "void* > 0" as an extension.
Chris Lattner
2009-08-23
1
-1
/
+1
*
Refactor instantiation of destructors to use the common CXXMethodDecl
Douglas Gregor
2009-08-21
1
-0
/
+11
*
Add test for out-of-line definition of a conversion function
Douglas Gregor
2009-08-21
1
-0
/
+7
*
Fix parsing for out-of-line definitions of constructors and
Douglas Gregor
2009-08-21
1
-1
/
+10
*
Basic nested-template implementation.
John McCall
2009-08-20
1
-0
/
+16
*
Support friend declarations in templates and test that argdep lookup
John McCall
2009-08-14
1
-0
/
+20
*
When we encounter a dependent type that was parsed before we know that
Douglas Gregor
2009-08-06
1
-1
/
+0
*
Make the recanonicalization-for-an-out-of-line-definition test case a bit tri...
Douglas Gregor
2009-07-31
1
-1
/
+18
*
Support out-of-line definitions of the members of class template
Douglas Gregor
2009-07-30
2
-0
/
+40
*
Use the new statement/expression profiling code to unique dependent
Douglas Gregor
2009-07-29
1
-1
/
+0
*
Add a template test that requires canonical expression comparison
Douglas Gregor
2009-07-28
1
-0
/
+17
*
Update for LLVM API change.
Owen Anderson
2009-07-27
5
-5
/
+5
*
Template instantiation for static data members that are defined out-of-line.
Douglas Gregor
2009-07-24
2
-2
/
+30
*
Implement support for out-of-line definitions of the class members of class
Douglas Gregor
2009-07-22
1
-0
/
+27
*
Implement parsing and semantic analysis for out-of-line definitions of static
Douglas Gregor
2009-07-22
1
-0
/
+26
*
Test template instantiation for member functions of class templates defined
Douglas Gregor
2009-07-22
1
-0
/
+17
*
Complain if we're entering the context of a dependent nested-name-specifier but
Douglas Gregor
2009-07-22
1
-0
/
+4
*
Basic parsing and semantic analysis for out-of-line definitions of the
Douglas Gregor
2009-07-21
2
-0
/
+57
*
Prep for new warning.
Mike Stump
2009-07-21
1
-3
/
+3
*
Implement matching of function templates, so that one can declare overloaded ...
Douglas Gregor
2009-06-24
2
-0
/
+40