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
/
SemaTemplateInstantiate.cpp
Age
Commit message (
Expand
)
Author
2009-08-06
Implement transformation of template names within the generic tree
Douglas Gregor
2009-08-06
Implement transformation of nested-name-specifiers within the general
Douglas Gregor
2009-08-04
Move the template instantiation logic for template arguments into the
Douglas Gregor
2009-08-04
Refactor template instantiation for types into a generic tree
Douglas Gregor
2009-08-02
Keep track of the template arguments deduced when matching a class
Douglas Gregor
2009-07-24
Template instantiation for static data members that are defined out-of-line.
Douglas Gregor
2009-07-22
Improve template argument deduction for array types, so that a parameter
Douglas Gregor
2009-07-22
Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes
Fariborz Jahanian
2009-07-18
Remove ObjCQualifiedInterfaceType:-)
Steve Naroff
2009-07-18
Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p...
Argyrios Kyrtzidis
2009-07-06
Keep track of the Expr used to describe the size of an array type,
Douglas Gregor
2009-07-01
Keep track of more information within the template instantiation stack, e.g.,
Douglas Gregor
2009-07-01
Cope with explicitly-specified function template arguments when there
Douglas Gregor
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-29
Improvements to decltype. We now don't crash anymore when the expr is an over...
Anders Carlsson
2009-06-26
A little template argument deduction test uncovered an "oops". As part
Douglas Gregor
2009-06-26
Fix PR4448.
Anders Carlsson
2009-06-26
Implicit instantiation for function template specializations.
Douglas Gregor
2009-06-24
Add a DecltypeType type.
Anders Carlsson
2009-06-22
Rework the way we track which declarations are "used" during
Douglas Gregor
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
Keep track of whether a type parameter type is a parameter pack.
Anders Carlsson
2009-06-15
Add a new 'Pack' argument kind to TemplateArgument. This is not yet used.
Anders Carlsson
2009-06-14
Update LLVM.
Douglas Gregor
2009-06-13
Fix for PR4382: allow instantiating dependent nested name specifiers.
Eli Friedman
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
Finish implementing checking of class template partial specializations
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-11
Separate TemplateArgument instantiation logic into its own function. No funct...
Douglas Gregor
2009-06-10
Template argument deduction for member pointers.
Douglas Gregor
2009-06-09
Handle member pointer types with dependent class types (e.g., int
Douglas Gregor
2009-06-05
Several improvements to template argument deduction:
Douglas Gregor
2009-06-04
When performing template argument deduction, ensure that multiple
Douglas Gregor
2009-05-31
Initial infrastructure for class template partial specialization. Here
Douglas Gregor
2009-05-29
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-29
Reduce the amount of stack space we use in SmallVectors during
Douglas Gregor
2009-05-27
Simplify, and improve the performance of, template instantiation for
Douglas Gregor
2009-05-27
Initial stab at a generalized operation for determining the
Douglas Gregor
2009-05-26
Template instantiation for "typeof" for both types and expressions.
Douglas Gregor
2009-05-26
Make sure that CodeGen sees template instantiations.
Douglas Gregor
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-18
When instantiating the definition of a member function of a class
Douglas Gregor
2009-05-16
Reflow some comments.
Mike Stump
2009-05-14
Introduce basic support for instantiating the definitions of member
Douglas Gregor
[prev]
[next]