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
/
SemaTemplateInstantiateDecl.cpp
Age
Commit message (
Expand
)
Author
2009-10-30
When a friend is declared in a dependent context, don't even try to
Douglas Gregor
2009-10-30
Instantiate class template friends better; fixes PR5332.
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
Introduce FunctionDecl::isInlined() to tell whether a function should
Douglas Gregor
2009-10-27
Rename FunctionDecl::isInline/setInline to
Douglas Gregor
2009-10-27
Explicit instantiation suppresses the instantiation of non-inline
Douglas Gregor
2009-10-27
An explicit instantiation definition only instantiations those class
Douglas Gregor
2009-10-24
Preserve type source information in TypedefDecls. Preserve it across
John McCall
2009-10-23
Implement template instantiation for non-type template
Douglas Gregor
2009-10-23
Remove OriginalTypeParmDecl; the original type is the one specified
John McCall
2009-10-22
Preserve type source information when substituting into FieldDecls.
John McCall
2009-10-21
Revert those last two commits. Beware the treacherous semicolon.
John McCall
2009-10-21
Preserve type source information when substituting into ParmVarDecls.
John McCall
2009-10-21
Preserve type source information when substituting into FieldDecls.
John McCall
2009-10-21
Preserve source information when substituting into VarDecls.
John McCall
2009-10-15
Make sure that we're diagnosing duplicate explicit instantiation definitions.
Douglas Gregor
2009-10-15
Diagnose explicit instantiations of function templates and member
Douglas Gregor
2009-10-14
Give explicit and implicit instantiations of static data members of
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-13
Improve the internal representation and semantic analysis of friend
Douglas Gregor
2009-10-12
When declaring a class template whose name is qualified, make sure
Douglas Gregor
2009-10-12
Permit explicit specialization of member functions of class templates
Douglas Gregor
2009-10-09
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
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-07
Keep track of whether a member function instantiated from a member
Douglas Gregor
2009-10-07
Class template partial specializations can be declared anywhere that
Douglas Gregor
2009-09-28
Properly match instantiations of member function templates to the function te...
Douglas Gregor
2009-09-25
Sigh. Be *really* careful when copying a default function argument during tem...
Douglas Gregor
2009-09-25
Be careful about copying uninstantiated default arguments during template ins...
Douglas Gregor
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-16
Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even
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-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-04
Improve the AST representation and semantic analysis for extern
Douglas Gregor
2009-09-02
Fix a codegen crash when a class template has a constructor that does member ...
Anders Carlsson
2009-09-01
In CXXBaseOrMemberInitializer, don't confuse CtorTocall with
Douglas Gregor
2009-09-01
Implement proper substitution for OverloadedFunctionDecls, but substituting e...
Douglas Gregor
2009-09-01
Don't assume that a base is always a RecordType, it can also be a TemplateSpe...
Anders Carlsson
2009-09-01
Add pretty stack traces when instantiating functions and static data members.
Anders Carlsson
2009-09-01
Handle member initializers that point to fields in anonymous structs.
Anders Carlsson
2009-09-01
Don't assert when instantiating member references to fields in anonymous stru...
Anders Carlsson
2009-08-31
Fix bug 4784 and allow friend declarations to properly extend
John McCall
2009-08-30
Unbreak tests. I'll look into why this is necessary later.
Eli Friedman
2009-08-29
Make instantiating initializers for classes with a dependent base type
Eli Friedman
2009-08-29
Improve instantiation of UnresolvedUsingDecls.
Anders Carlsson
2009-08-29
Fix the breakage by handling indirect instantiations. This would be much
John McCall
[prev]
[next]