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
*
Finish pushing source-location information though TreeTransform's
Douglas Gregor
2010-03-01
1
-2
/
+2
*
When looking for the instantiated declaration that corresponds to a
Douglas Gregor
2010-03-01
1
-6
/
+7
*
Restore the invariant that a nested-name-specifier can only contain
Douglas Gregor
2010-02-25
1
-1
/
+1
*
Implement support for parsing pseudo-destructor expression with a nested-name...
Douglas Gregor
2010-02-21
1
-1
/
+1
*
Improve parsing and instantiation of destructor names, so that we can
Douglas Gregor
2010-02-16
1
-2
/
+4
*
Fix instantiation of template functions with local classes that contain virtual
Chandler Carruth
2010-02-15
1
-1
/
+10
*
More vtable layout dumper improvements. Handle destructors, dump the complete...
Anders Carlsson
2010-02-11
1
-2
/
+1
*
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
Douglas Gregor
2010-02-11
1
-4
/
+4
*
When substituting a declaration non-type template argument for a
Douglas Gregor
2010-02-08
1
-8
/
+14
*
Thread a source location into the template-argument deduction routines. There
John McCall
2010-02-08
1
-3
/
+5
*
Use a substituted type when determining how to substitute in non-type template
John McCall
2010-02-06
1
-35
/
+32
*
Extract a function to instantiate references to value template parameters.
John McCall
2010-02-06
1
-109
/
+116
*
Fix a bogus assertion after adjusting the type of a substituted
Douglas Gregor
2010-02-05
1
-1
/
+3
*
Fix two issues with the substitution of template template parameters
Douglas Gregor
2010-02-05
1
-8
/
+8
*
Default function arguments for function template specializations
Douglas Gregor
2010-02-05
1
-3
/
+12
*
When substituting the template argument for a pointer non-type
Douglas Gregor
2010-02-04
1
-10
/
+41
*
Handle instantiation of templates with non-type arguments expressed with an
Chandler Carruth
2010-01-31
1
-0
/
+16
*
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
[next]