index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaTemplateDeduction.cpp
Age
Commit message (
Expand
)
Author
2009-06-25
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-23
Check in a new template argument list builder that should work better for var...
Anders Carlsson
2009-06-18
Some cleanups suggested by Chris
Douglas Gregor
2009-06-17
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-16
Since integral template arguments can't have dependent types we don't need an...
Anders Carlsson
2009-06-16
Make DeduceNonTypeTemplateArgument take an APSInt instead of an APInt.
Anders Carlsson
2009-06-15
Add a new 'Pack' argument kind to TemplateArgument. This is not yet used.
Anders Carlsson
2009-06-14
Introduce a SFINAE "trap" that keeps track of the number of errors
Douglas Gregor
2009-06-13
Remove a bunch of unnecessary template argument deduction code that was
Douglas Gregor
2009-06-13
When some template parameters of a class template partial
Douglas Gregor
2009-06-12
Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us...
Anders Carlsson
2009-06-12
It looks like we've finished off matching of class template partial specializ...
Douglas Gregor
2009-06-12
Improve template argument deduction to keep track of why template
Douglas Gregor
2009-06-12
Deducation and instantiation of block types.
Anders Carlsson
2009-06-11
Once we have deduced the template arguments of a class template
Douglas Gregor
2009-06-10
Template argument deduction for member pointers.
Douglas Gregor
2009-06-09
Implement template argument deduction for class template
Douglas Gregor
2009-06-08
Address comments from Doug.
Anders Carlsson
2009-06-08
Document the template argument deduction patterns that Anders' patch supports
Douglas Gregor
2009-06-08
Template argument deduction for function types.
Anders Carlsson
2009-06-05
Make TemplateArgumentListBuilder take an ASTContext (because we're probably g...
Anders Carlsson
2009-06-05
Make the TemplateArgumentList take a TemplateArgumentListBuilder.
Anders Carlsson
2009-06-05
Several improvements to template argument deduction:
Douglas Gregor
2009-06-04
Template argument deduction for incomplete and constant array types. Doug, pl...
Anders Carlsson
2009-06-04
Template argument deduction for references
Douglas Gregor
2009-06-04
When performing template argument deduction, ensure that multiple
Douglas Gregor
[prev]