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-11-17
Instead of hanging a using declaration's target decls directly off the using
John McCall
2009-11-12
When instantiating a reference to a non-type template parameter of pointer to
Douglas Gregor
2009-11-11
Improve diagnostics when a default template argument does not match
Douglas Gregor
2009-11-11
Before checking a template template argument against its corresponding
Douglas Gregor
2009-11-11
Introduce a new representation for template template
Douglas Gregor
2009-11-09
Improve instantiation of default template arguments for nested
Douglas Gregor
2009-11-08
Special-case default argument expression in instantiation. This should fix PR...
Sebastian Redl
2009-11-04
When performing template instantiation (transformation) of
Douglas Gregor
2009-10-31
Implement "incremental" template instantiation for non-type template
Douglas Gregor
2009-10-29
Track source information for template arguments and template specialization
John McCall
2009-10-29
Implement support for semantic checking and template instantiation of
Douglas Gregor
2009-10-27
An explicit instantiation definition only instantiations those class
Douglas Gregor
2009-10-27
Only set the point of instantiation for an implicit or explicit
Douglas Gregor
2009-10-23
Eliminate QualifiedDeclRefExpr, which captured the notion of a
Douglas Gregor
2009-10-21
Clone Sema::SubstType for DeclaratorInfos.
John McCall
2009-10-21
Rewrite TreeTransform to transform types as DeclaratorInfos rather than as bare
John McCall
2009-10-20
Handle substitutions into the "first qualifier in scope" of a
Douglas Gregor
2009-10-18
When performing template-substitution into a type, don't just replace the
John McCall
2009-10-15
Improve point-of-instantiation location information for members of class temp...
Douglas Gregor
2009-10-15
Check the interactions between explicit instantiations and template
Douglas Gregor
2009-10-14
Testing and some minor fixes for explicit template instantiation.
Douglas Gregor
2009-10-13
When explicitly specializing a member that is a template, mark the
Douglas Gregor
2009-10-08
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-08
For instantiations of static data members of class templates, keep
Douglas Gregor
2009-10-08
Make sure to set the template specialization kind of an explicit
Douglas Gregor
2009-10-07
Keep track of whether a member function instantiated from a member
Douglas Gregor
2009-09-29
Slightly improve the semantics of extern templates for member functions of cl...
Douglas Gregor
2009-09-24
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-16
Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even
Douglas Gregor
2009-09-15
Slightly improved template argument deduction for use in partial
Douglas Gregor
2009-09-15
Implement partial ordering of class template partial specializations
Douglas Gregor
2009-09-11
Slight improvement for extern templates, so that an explicit
Douglas Gregor
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
[next]