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
/
SemaTemplateVariadic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2011-01-03
1
-10
/
+28
*
When instantiating a non-type template parameter pack, be sure to
Douglas Gregor
2010-12-24
1
-1
/
+1
*
Add an AST representation for non-type template parameter
Douglas Gregor
2010-12-23
1
-4
/
+17
*
Implement parsing of function parameter packs and non-type template
Douglas Gregor
2010-12-23
1
-0
/
+69
*
Implement template argument deduction for pack expansions whose
Douglas Gregor
2010-12-22
1
-0
/
+6
*
Implement instantiation of pack expansions whose pattern is a type-id
Douglas Gregor
2010-12-21
1
-0
/
+80
*
Give the RecursiveASTVisitor a configuration function
Douglas Gregor
2010-12-20
1
-0
/
+2
*
Implement basic support for template instantiation of pack expansions
Douglas Gregor
2010-12-20
1
-14
/
+25
*
Introduce a new type, PackExpansionType, to capture types that are
Douglas Gregor
2010-12-20
1
-0
/
+60
*
Tweak a comment
Douglas Gregor
2010-12-16
1
-1
/
+1
*
Check for unexpanded parameter packs in default arguments.
Douglas Gregor
2010-12-16
1
-0
/
+16
*
Fix a regression I caused in r121930. It turns out that
Douglas Gregor
2010-12-16
1
-3
/
+7
*
Check for unexpanded parameter packs in using declarations. As a
Douglas Gregor
2010-12-16
1
-1
/
+51
*
Test that all of the relevant types properly compute the "contains
Douglas Gregor
2010-12-15
1
-3
/
+8
*
Introduce a RecursiveASTVisitor subclass that finds all unexpanded
Douglas Gregor
2010-12-15
1
-6
/
+141
*
Move the work-in-progress implementation of variadic templates to its own fil...
Douglas Gregor
2010-12-15
1
-0
/
+46