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
...
*
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
[prev]