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
/
SemaTemplateDeduction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Once we've collected the template arguments for a
Douglas Gregor
2013-01-18
1
-3
/
+7
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-6
/
+6
*
Fix http://stackoverflow.com/questions/13521163
Richard Smith
2012-12-06
1
-13
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+5
*
SemaTemplateDeduction.cpp: Prune two obsolete descriptions. [-Wdocumentation]
NAKAMURA Takumi
2012-11-14
1
-9
/
+0
*
When template deduction fails on a derived class, try a template deduction on
Richard Trieu
2012-11-07
1
-1
/
+6
*
Fix assertion failure with auto and nested initializer list; PR14272.
Eli Friedman
2012-11-06
1
-2
/
+3
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-10
/
+56
*
Fix a small FIXME involving template partial ordering and
Eli Friedman
2012-09-19
1
-16
/
+13
*
Fix function template partial ordering rules for static vs. non-static
Eli Friedman
2012-09-19
1
-9
/
+12
*
Remove Context argument from TemplateDeductionInfo constructor. It was no lon...
Craig Topper
2012-09-19
1
-5
/
+5
*
Don't perform template argument deduction against invalid templates;
Douglas Gregor
2012-09-13
1
-0
/
+12
*
PR9023: A template template parameter whose template parameter list contains an
Richard Smith
2012-09-07
1
-1
/
+1
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-2
/
+0
*
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-23
1
-1
/
+5
*
When performing the deduced/actual argument type check for C++
Douglas Gregor
2012-07-18
1
-0
/
+10
*
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument
Richard Smith
2012-07-16
1
-5
/
+10
*
PR13136:
Richard Smith
2012-07-09
1
-3
/
+11
*
PR13243: When deducing a non-type template parameter which is specified as an
Richard Smith
2012-07-08
1
-2
/
+11
*
PR13293: Defer deduction of an auto type with a dependent declarator, such as...
Richard Smith
2012-07-08
1
-4
/
+39
*
Documentation cleanup: making \param docs match the code.
James Dennett
2012-06-22
1
-2
/
+2
*
Diagnostics cleanup: Fixing \params to match the code.
James Dennett
2012-06-22
1
-3
/
+3
*
Still more Doxygen documentation fixes:
James Dennett
2012-06-14
1
-2
/
+2
*
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-07
1
-5
/
+6
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-3
/
+1
*
Implement C++11 [expr.prim.general]p3, which permits the use of 'this'
Douglas Gregor
2012-04-16
1
-15
/
+34
*
Implement support for null non-type template arguments for non-type
Douglas Gregor
2012-04-06
1
-6
/
+4
*
When performing template argument deduction for an initializer list,
Douglas Gregor
2012-04-04
1
-8
/
+14
*
Support deducing template arguments from nested initializer lists. PR12119.
Sebastian Redl
2012-03-15
1
-3
/
+37
*
C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded
Douglas Gregor
2012-03-12
1
-18
/
+30
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-6
/
+6
*
When template argument deduction is ignoring qualifiers, perform deep
Douglas Gregor
2012-03-11
1
-15
/
+28
*
ArrayRef'ize various functions in the AST/Parser/Sema.
Ahmed Charles
2012-02-25
1
-5
/
+5
*
More ArrayRef-ification of methods.
Bill Wendling
2012-02-22
1
-1
/
+1
*
ArrayRef-icize the function arguments.
Bill Wendling
2012-02-22
1
-1
/
+1
*
Introduce support for template instantiation of lambda
Douglas Gregor
2012-02-13
1
-0
/
+5
*
Track whether a function type has a trailing return type as type sugar. Use this
Richard Smith
2012-02-10
1
-17
/
+29
*
Make sure template argument deduction is consistently performed in an unevalu...
Eli Friedman
2012-02-08
1
-9
/
+14
*
SmallBitVectorize the deduced parameter set.
Benjamin Kramer
2012-01-30
1
-22
/
+16
*
Minor fixups for auto deduction of initializer lists.
Sebastian Redl
2012-01-23
1
-12
/
+10
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-7
/
+5
*
Replace a dubious use of SmallVectorImpl with a proper copy.
Benjamin Kramer
2012-01-20
1
-3
/
+4
*
Auto deduction support for std::initializer_list, including for-range support...
Sebastian Redl
2012-01-17
1
-6
/
+34
*
Template argument deduction for std::initializer_list arguments from initiali...
Sebastian Redl
2012-01-17
1
-10
/
+50
*
Rename the first of 11 DeduceTemplateArguments overloads.
Sebastian Redl
2012-01-17
1
-114
/
+117
*
Introduce a static Sema::MarkDeducedTemplateParameters() that only depends
Argyrios Kyrtzidis
2012-01-17
1
-51
/
+53
*
Add feature to diagnostics that will provide more information on function
Richard Trieu
2011-11-23
1
-4
/
+10
*
Resolve placeholder expressions before trying to deduce
John McCall
2011-11-15
1
-1
/
+7
*
When we determine that a function template specialization produced as
Douglas Gregor
2011-10-12
1
-9
/
+9
*
Per the note in C++0x [temp.deduct.call]p4, don't attempt template
Douglas Gregor
2011-10-09
1
-6
/
+9
[prev]
[next]