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-12-08
The refactor of implicit member access expressions means we don't need this
John McCall
2009-12-08
DeclRefExpr stores a ValueDecl internally.
John McCall
2009-12-07
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
Move RequireCompleteType requirement for fields early into ActOnField so that
Eli Friedman
2009-12-04
Fix "using typename" and the instantiation of non-dependent using declarations.
John McCall
2009-12-03
Unify the end-of-class code paths used by the parser and template
Douglas Gregor
2009-12-03
When instantiating a class, if a base specifier is not dependent we still nee...
Anders Carlsson
2009-11-28
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-11-24
Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and
John McCall
2009-11-23
Centralize and complete the computation of value- and type-dependence for Dec...
Douglas Gregor
2009-11-22
Reorganize the intermediate BuildDeclarationNameExpr routines again.
John McCall
2009-11-22
Consider a FunctionTemplate to be an overload all on its lonesome. Track
John McCall
2009-11-21
"Incremental" progress on using expressions, by which I mean totally ripping
John McCall
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
[next]