index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaTemplateInstantiate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make our marking of virtual members functions in a class be
Douglas Gregor
2010-01-06
1
-0
/
+7
*
When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr
Douglas Gregor
2009-12-24
1
-1
/
+0
*
When we see a CXXDefaultArgExpr during template instantiation, rebuild
Douglas Gregor
2009-12-23
1
-1
/
+3
*
The refactor of implicit member access expressions means we don't need this
John McCall
2009-12-08
1
-13
/
+7
*
DeclRefExpr stores a ValueDecl internally.
John McCall
2009-12-08
1
-19
/
+2
*
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
1
-3
/
+3
*
Move RequireCompleteType requirement for fields early into ActOnField so that
Eli Friedman
2009-12-07
1
-3
/
+3
*
Fix "using typename" and the instantiation of non-dependent using declarations.
John McCall
2009-12-04
1
-2
/
+0
*
Unify the end-of-class code paths used by the parser and template
Douglas Gregor
2009-12-03
1
-4
/
+1
*
When instantiating a class, if a base specifier is not dependent we still nee...
Anders Carlsson
2009-12-03
1
-0
/
+7
*
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-11-28
1
-2
/
+1
*
Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and
John McCall
2009-11-24
1
-47
/
+1
*
Centralize and complete the computation of value- and type-dependence for Dec...
Douglas Gregor
2009-11-23
1
-3
/
+1
*
Reorganize the intermediate BuildDeclarationNameExpr routines again.
John McCall
2009-11-22
1
-6
/
+10
*
Consider a FunctionTemplate to be an overload all on its lonesome. Track
John McCall
2009-11-22
1
-16
/
+7
*
"Incremental" progress on using expressions, by which I mean totally ripping
John McCall
2009-11-21
1
-44
/
+54
*
Instead of hanging a using declaration's target decls directly off the using
John McCall
2009-11-17
1
-4
/
+40
*
When instantiating a reference to a non-type template parameter of pointer to
Douglas Gregor
2009-11-12
1
-2
/
+32
*
Improve diagnostics when a default template argument does not match
Douglas Gregor
2009-11-11
1
-46
/
+105
*
Before checking a template template argument against its corresponding
Douglas Gregor
2009-11-11
1
-8
/
+70
*
Introduce a new representation for template template
Douglas Gregor
2009-11-11
1
-6
/
+6
*
Improve instantiation of default template arguments for nested
Douglas Gregor
2009-11-09
1
-1
/
+10
*
Special-case default argument expression in instantiation. This should fix PR...
Sebastian Redl
2009-11-08
1
-0
/
+12
*
When performing template instantiation (transformation) of
Douglas Gregor
2009-11-04
1
-6
/
+10
*
Implement "incremental" template instantiation for non-type template
Douglas Gregor
2009-10-31
1
-49
/
+50
*
Track source information for template arguments and template specialization
John McCall
2009-10-29
1
-3
/
+4
*
Implement support for semantic checking and template instantiation of
Douglas Gregor
2009-10-29
1
-47
/
+58
*
An explicit instantiation definition only instantiations those class
Douglas Gregor
2009-10-27
1
-34
/
+88
*
Only set the point of instantiation for an implicit or explicit
Douglas Gregor
2009-10-27
1
-12
/
+19
*
Eliminate QualifiedDeclRefExpr, which captured the notion of a
Douglas Gregor
2009-10-23
1
-2
/
+13
*
Clone Sema::SubstType for DeclaratorInfos.
John McCall
2009-10-21
1
-0
/
+16
*
Rewrite TreeTransform to transform types as DeclaratorInfos rather than as bare
John McCall
2009-10-21
1
-11
/
+26
*
Handle substitutions into the "first qualifier in scope" of a
Douglas Gregor
2009-10-20
1
-0
/
+29
*
When performing template-substitution into a type, don't just replace the
John McCall
2009-10-18
1
-1
/
+5
*
Improve point-of-instantiation location information for members of class temp...
Douglas Gregor
2009-10-15
1
-2
/
+2
*
Check the interactions between explicit instantiations and template
Douglas Gregor
2009-10-15
1
-0
/
+7
*
Testing and some minor fixes for explicit template instantiation.
Douglas Gregor
2009-10-14
1
-2
/
+5
*
When explicitly specializing a member that is a template, mark the
Douglas Gregor
2009-10-13
1
-5
/
+27
*
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-08
1
-4
/
+19
*
For instantiations of static data members of class templates, keep
Douglas Gregor
2009-10-08
1
-3
/
+6
*
Make sure to set the template specialization kind of an explicit
Douglas Gregor
2009-10-08
1
-3
/
+3
*
Keep track of whether a member function instantiated from a member
Douglas Gregor
2009-10-07
1
-4
/
+11
*
Slightly improve the semantics of extern templates for member functions of cl...
Douglas Gregor
2009-09-29
1
-2
/
+3
*
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-24
1
-1
/
+1
*
Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even
Douglas Gregor
2009-09-16
1
-3
/
+4
*
Slightly improved template argument deduction for use in partial
Douglas Gregor
2009-09-15
1
-0
/
+3
*
Implement partial ordering of class template partial specializations
Douglas Gregor
2009-09-15
1
-10
/
+43
*
Slight improvement for extern templates, so that an explicit
Douglas Gregor
2009-09-11
1
-4
/
+21
*
Track a class template specialization's point of instantiation separately
John McCall
2009-09-11
1
-1
/
+1
*
Support elaborated dependent types and diagnose tag mismatches.
John McCall
2009-09-11
1
-1
/
+31
[next]