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
*
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
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Silence Visual C++ warning C4189: 'Result' : local variable is initialized bu...
Yaron Keren
2015-05-13
1
-2
/
+4
*
Move private classes into anonymous namespaces
Benjamin Kramer
2015-03-23
1
-0
/
+2
*
PR22435: Correctly implement tiebreaker for reference ordering in function
Richard Smith
2015-02-20
1
-158
/
+47
*
Initial support for C++ parameter completion
Francisco Lopes da Silva
2015-01-21
1
-10
/
+16
*
restore fix for 18645, buildbot apparently gave a false positive.
Nathan Sidwell
2015-01-16
1
-30
/
+17
*
reverting due to build bot failure
Nathan Sidwell
2015-01-12
1
-17
/
+30
*
fix pr18645. Correct logic concerning 'T &&' deduction against lvalues.
Nathan Sidwell
2015-01-10
1
-30
/
+17
*
PR22117: Fix a case where we would get confused about which function parameter
Richard Smith
2015-01-09
1
-0
/
+3
*
Adding a -Wunused-value warning for expressions with side effects used in an ...
Aaron Ballman
2014-12-17
1
-1
/
+1
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...
David Blaikie
2014-10-16
1
-7
/
+4
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-2
/
+2
*
Wrap to 80 columns. No behavior change.
Nico Weber
2014-07-28
1
-20
/
+23
*
Added the pack_elements range accessor. Refactoring some for loops to use ran...
Aaron Ballman
2014-07-15
1
-8
/
+4
*
Fix PR18498: Support explicit template arguments with variadic generic lambdas
Faisal Vali
2014-06-01
1
-1
/
+11
*
PR12961 - Extend DR532 to cover C++98/03.
Nikola Smiljanic
2014-05-31
1
-19
/
+9
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-4
/
+4
*
PR19878: If a pack expansion appears within another pack expansion, correctly
Richard Smith
2014-05-29
1
-199
/
+178
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-27
/
+27
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-5
/
+3
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-5
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-40
/
+36
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-13
/
+12
*
Use the appropriate SourceLocation for the template backtrace when doing
Nick Lewycky
2014-01-11
1
-16
/
+12
*
Objective-C ARC++: Prefer references to __strong/__weak over __unsafe_unretai...
Douglas Gregor
2014-01-02
1
-0
/
+11
[next]