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-09-11
Track a class template specialization's point of instantiation separately
John McCall
2009-09-11
Support elaborated dependent types and diagnose tag mismatches.
John McCall
2009-09-11
Instantiate PredefinedExprs correctly. Patch by Sam Weinig!
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-05
Report errors for member functions correctly.
Anders Carlsson
2009-09-05
Use a separate diagnostic for default function argument expressions.
Anders Carlsson
2009-09-04
Improve the AST representation and semantic analysis for extern
Douglas Gregor
2009-09-03
Improve template instantiation for member access expressions that
Douglas Gregor
2009-09-01
Implement proper substitution for OverloadedFunctionDecls, but substituting e...
Douglas Gregor
2009-08-29
Improve instantiation of UnresolvedUsingDecls.
Anders Carlsson
2009-08-29
Ensure code generation for friend declarations in class templates.
John McCall
2009-08-28
Implement template instantiation for member class templates.
Douglas Gregor
2009-08-28
Collect multiple levels of template arguments into a new type,
Douglas Gregor
2009-08-25
Clarify the difference between substitution and instantiation by renaming
John McCall
2009-08-24
Try to complete a type before looking for conversion functions within
Douglas Gregor
2009-08-20
Refactor the instantiation of statements into a generic tree
Douglas Gregor
2009-08-20
Basic nested-template implementation.
John McCall
2009-08-11
Refactor the template-instantiation logic for expressions into a
Douglas Gregor
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
[prev]
[next]