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
*
Wdocumentation fix
Simon Pilgrim
2016-12-26
1
-2
/
+2
*
Fix assertion failure when deducing an auto-typed argument against a differen...
Richard Smith
2016-12-25
1
-1
/
+1
*
Fix some subtle wrong partial ordering bugs particularly with C++1z auto-typed
Richard Smith
2016-12-25
1
-67
/
+113
*
Factor out duplication between partial ordering for class template partial
Richard Smith
2016-12-24
1
-182
/
+90
*
ArrayRefize lists of TemplateArguments in template argument deduction.
Richard Smith
2016-12-23
1
-48
/
+33
*
Only substitute into type of non-type template parameter once, rather than
Richard Smith
2016-12-23
1
-34
/
+27
*
When merging two deduced non-type template arguments for the same parameter,
Richard Smith
2016-12-23
1
-28
/
+41
*
Speculative revert of r290310 to see if that's the change that's making some of
Richard Smith
2016-12-22
1
-27
/
+34
*
Sema: print qualified name for overload candidates
Saleem Abdulrasool
2016-12-22
1
-5
/
+5
*
Only substitute into type of non-type template parameter once, rather than
Richard Smith
2016-12-22
1
-34
/
+27
*
Factor out checking of template arguments after deduction into a separate
Richard Smith
2016-12-21
1
-148
/
+135
*
PR31081: ignore exception specifications when deducing function template
Richard Smith
2016-12-01
1
-34
/
+79
*
p0012: Teach resolving address of overloaded function with dependent exception
Richard Smith
2016-11-01
1
-0
/
+9
*
[c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for
Richard Smith
2016-10-22
1
-3
/
+9
*
P0012R1: Make exception specifications be part of the type system. This
Richard Smith
2016-10-16
1
-6
/
+5
*
P0127R2: Support type deduction for types of non-type template parameters in
Richard Smith
2016-09-28
1
-22
/
+61
*
Fix bug where template argument deduction of a non-type template parameter used
Richard Smith
2016-09-28
1
-1
/
+30
*
Fix Wdocumentation unknown parameter warning
Simon Pilgrim
2016-08-12
1
-116
/
+114
*
P0217R3: Perform semantic checks and initialization for the bindings in a
Richard Smith
2016-08-11
1
-23
/
+17
*
Reapply r276069 with workaround for MSVC 2013
Hubert Tong
2016-07-30
1
-2
/
+2
*
Revert r276069: MSVC bots not happy
Hubert Tong
2016-07-20
1
-2
/
+2
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
1
-2
/
+2
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-4
/
+2
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-03
1
-21
/
+12
*
[Sema] Disallow ambigious base classes in template argument deduction
Erik Pilkington
2016-06-28
1
-22
/
+31
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-5
/
+3
*
Apply some suggestions from clang-tidy's performance-unnecessary-value-param.
Benjamin Kramer
2016-06-15
1
-7
/
+4
*
Fix PR27601 by reverting [r267453] - Refactor traversal of bases in deduction...
Faisal Vali
2016-05-19
1
-26
/
+45
*
Refactor traversal of bases in deduction of template parameters from base
Richard Smith
2016-04-25
1
-45
/
+26
*
When deducing template parameters from base classes of an argument type, don't
Richard Smith
2016-04-25
1
-76
/
+83
*
[Sema] Make type deduction work with some overloadable functions
George Burgess IV
2016-03-19
1
-0
/
+5
*
Fix the template instantiation of ExtParameterInfos; tests to follow.
John McCall
2016-03-01
1
-4
/
+10
*
Ensure that we substitute into the declaration of a template parameter pack
Richard Smith
2016-02-03
1
-4
/
+32
*
Refactor conversion of deduced template arguments to reduce repetition.
Richard Smith
2016-02-03
1
-103
/
+49
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+2
*
Improve diagnostic for the case where a function template candidate is rejected
Richard Smith
2015-12-31
1
-2
/
+6
*
Implement [temp.deduct.type]p6: if the nested-name-specifier of a type is
Richard Smith
2015-12-30
1
-10
/
+14
*
ArrayRef-ize TemplateParameterList. NFC
David Majnemer
2015-12-27
1
-1
/
+1
*
[TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...
James Y Knight
2015-12-24
1
-1
/
+1
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-2
/
+4
*
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call
Richard Smith
2015-12-18
1
-1
/
+1
*
[NFC] Improve a comment from my previous commit (r255221)
Faisal Vali
2015-12-10
1
-1
/
+1
*
Add parentheses to suppress a -Wparentheses warning.
Craig Topper
2015-12-10
1
-2
/
+2
*
Fix PR24694 (CWG1591): Deducing array bound and element type from initializer...
Faisal Vali
2015-12-10
1
-13
/
+52
*
[MS Compat] Adjust thiscall to cdecl when deducing template arguments
David Majnemer
2015-11-30
1
-2
/
+11
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-1
/
+11
*
Convert a few classes over to use the new TrailingObjects helper.
James Y Knight
2015-08-06
1
-10
/
+9
*
[AST] ArrayRefize template argument packs. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-5
/
+5
*
[Sema] Don't crash when deduction fails for decltype(auto)
David Majnemer
2015-07-01
1
-0
/
+2
*
Consolidate and unify initializer list deduction
Hubert Tong
2015-06-25
1
-33
/
+49
[next]