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
/
lib
/
Sema
/
SemaTemplateDeduction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve template argument deduction for reference parameters when
Douglas Gregor
2009-06-26
1
-4
/
+42
*
Implicit instantiation for function template specializations.
Douglas Gregor
2009-06-26
1
-0
/
+4
*
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-25
1
-0
/
+156
*
Check in a new template argument list builder that should work better for var...
Anders Carlsson
2009-06-23
1
-4
/
+4
*
Some cleanups suggested by Chris
Douglas Gregor
2009-06-18
1
-15
/
+15
*
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
1
-1
/
+1
*
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-17
1
-0
/
+8
*
Since integral template arguments can't have dependent types we don't need an...
Anders Carlsson
2009-06-16
1
-32
/
+9
*
Make DeduceNonTypeTemplateArgument take an APSInt instead of an APInt.
Anders Carlsson
2009-06-16
1
-14
/
+9
*
Add a new 'Pack' argument kind to TemplateArgument. This is not yet used.
Anders Carlsson
2009-06-15
1
-0
/
+6
*
Introduce a SFINAE "trap" that keeps track of the number of errors
Douglas Gregor
2009-06-14
1
-0
/
+4
*
Remove a bunch of unnecessary template argument deduction code that was
Douglas Gregor
2009-06-13
1
-159
/
+15
*
When some template parameters of a class template partial
Douglas Gregor
2009-06-13
1
-0
/
+175
*
Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us...
Anders Carlsson
2009-06-12
1
-0
/
+2
*
It looks like we've finished off matching of class template partial specializ...
Douglas Gregor
2009-06-12
1
-2
/
+8
*
Improve template argument deduction to keep track of why template
Douglas Gregor
2009-06-12
1
-189
/
+346
*
Deducation and instantiation of block types.
Anders Carlsson
2009-06-12
1
-0
/
+15
*
Once we have deduced the template arguments of a class template
Douglas Gregor
2009-06-11
1
-27
/
+153
*
Template argument deduction for member pointers.
Douglas Gregor
2009-06-10
1
-0
/
+39
*
Implement template argument deduction for class template
Douglas Gregor
2009-06-09
1
-0
/
+102
*
Address comments from Doug.
Anders Carlsson
2009-06-08
1
-3
/
+10
*
Document the template argument deduction patterns that Anders' patch supports
Douglas Gregor
2009-06-08
1
-0
/
+3
*
Template argument deduction for function types.
Anders Carlsson
2009-06-08
1
-0
/
+31
*
Make TemplateArgumentListBuilder take an ASTContext (because we're probably g...
Anders Carlsson
2009-06-05
1
-1
/
+1
*
Make the TemplateArgumentList take a TemplateArgumentListBuilder.
Anders Carlsson
2009-06-05
1
-2
/
+8
*
Several improvements to template argument deduction:
Douglas Gregor
2009-06-05
1
-9
/
+221
*
Template argument deduction for incomplete and constant array types. Doug, pl...
Anders Carlsson
2009-06-04
1
-0
/
+29
*
Template argument deduction for references
Douglas Gregor
2009-06-04
1
-8
/
+35
*
When performing template argument deduction, ensure that multiple
Douglas Gregor
2009-06-04
1
-0
/
+121