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
/
AST
/
TemplateBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Objective-ARC++: infer template type arguments of
Douglas Gregor
2011-06-17
1
-1
/
+3
*
Silence more -Wnon-pod-memset given its current implementation. I may be
Chandler Carruth
2011-04-28
1
-1
/
+1
*
Push nested-name-specifier source location information into template
Douglas Gregor
2011-03-02
1
-5
/
+5
*
Clean up some gross code in the printer here. No more string stream
Chandler Carruth
2011-02-25
1
-13
/
+5
*
Improve bool and char integral template argument printing in
Chandler Carruth
2011-02-19
1
-1
/
+34
*
Teach template template argument pack expansions to keep track of the
Douglas Gregor
2011-01-14
1
-2
/
+10
*
Teach PackExpansionExpr to keep track of the number of pack expansions
Douglas Gregor
2011-01-14
1
-1
/
+1
*
Keep track of the number of expansions to be produced from a type pack
Douglas Gregor
2011-01-14
1
-0
/
+4
*
PR3558: mark "logically const" accessor methods in ASTContext as const,
Jay Foad
2011-01-12
1
-1
/
+1
*
Add TemplateArgument::CreatePackCopy() to create a new parameter pack
Douglas Gregor
2011-01-11
1
-0
/
+12
*
When default-initializing a TemplateArgumentLocInfo, make sure that we
Douglas Gregor
2011-01-06
1
-1
/
+9
*
Replace the representation of template template argument pack
Douglas Gregor
2011-01-05
1
-38
/
+49
*
Add semantic analysis for the creation of and an AST representation
Douglas Gregor
2011-01-05
1
-31
/
+41
*
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2011-01-03
1
-6
/
+12
*
Implement template argument deduction for pack expansions whose
Douglas Gregor
2010-12-22
1
-0
/
+22
*
Add a hack to work around the lack of proper type-source info in a pack expan...
Douglas Gregor
2010-12-21
1
-1
/
+8
*
Implement basic support for template instantiation of pack expansions
Douglas Gregor
2010-12-20
1
-0
/
+64
*
Clean up the handling of template argument packs, especially in the
Douglas Gregor
2010-12-20
1
-4
/
+75
*
Variadic templates: extend the Expr class with a bit that specifies
Douglas Gregor
2010-12-15
1
-0
/
+36
*
Variadic templates: extend Type, NestedNameSpecifier, TemplateName,
Douglas Gregor
2010-12-13
1
-0
/
+33
*
Remove broken support for variadic templates, along with the various
Douglas Gregor
2010-11-07
1
-19
/
+0
*
fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chan...
Zhanyong Wan
2010-09-03
1
-5
/
+8
*
operator<< on a DiagnosticBuilder should *always* output exactly one thing.
John McCall
2010-08-05
1
-1
/
+3
*
Split DependentNameType into two types. DependentNameType represents the
John McCall
2010-06-11
1
-0
/
+27
*
Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...
Abramo Bagnara
2010-05-20
1
-1
/
+1
*
When printing a non-viable overload candidate that failed due to
Douglas Gregor
2010-05-08
1
-0
/
+40
*
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-12-07
1
-1
/
+1
*
Canonical template arguments that are template template parameters by
Douglas Gregor
2009-11-23
1
-2
/
+12
*
Fix speculative parsing of dependent template names in
Douglas Gregor
2009-11-11
1
-1
/
+2
*
Introduce a new representation for template template
Douglas Gregor
2009-11-11
1
-0
/
+13
*
A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat...
John McCall
2009-10-29
1
-7
/
+7
*
Track source information for template arguments and template specialization
John McCall
2009-10-29
1
-5
/
+23
*
Extract TemplateArgument into a new header just for common template
John McCall
2009-10-29
1
-0
/
+79