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
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
1
-3
/
+28
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-28
/
+3
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-3
/
+28
*
SemaTemplateDeduction - silence static analyzer getAs<> null dereference warn...
Simon Pilgrim
2019-10-21
1
-7
/
+3
*
Rename TypeNodes.def to TypeNodes.inc for consistency across all
John McCall
2019-10-02
1
-2
/
+2
*
[CUDA][HIP] Enable kernel function return type deduction.
Michael Liao
2019-09-25
1
-0
/
+7
*
[c++20] Disallow template argument deduction from a braced-init-list
Richard Smith
2019-08-31
1
-0
/
+12
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
1
-4
/
+10
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-3
/
+3
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-7
/
+26
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Sema] Call CheckPlaceholderExpr to resolve typeof or decltype
Akira Hatanaka
2019-01-10
1
-0
/
+4
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-3
/
+2
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-2
/
+3
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-3
/
+2
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-0
/
+4
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-4
/
+0
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-0
/
+4
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-4
/
+0
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-0
/
+4
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-4
/
+0
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-0
/
+4
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-4
/
+0
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-0
/
+4
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-3
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[clang:sema] de-duplicate getDepthAndIndex helpers
Nick Desaulniers
2018-07-25
1
-23
/
+0
*
Fix template argument deduction when a parameter pack has a value
Richard Smith
2018-07-19
1
-107
/
+183
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+56
*
PR38136: improve handling of template argument deduction of non-trailing
Richard Smith
2018-07-12
1
-28
/
+52
*
Add tests for function conversions in conversion function template
Richard Smith
2018-07-12
1
-0
/
+3
*
Fix deduction for conversion function templates converting to reference
Richard Smith
2018-07-11
1
-4
/
+29
*
Fix determination of whether one set of cvr-qualifiers is compatible
Richard Smith
2018-07-11
1
-6
/
+6
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-57
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+57
*
[Sema] When the address of a member function is used as a template
Akira Hatanaka
2018-06-13
1
-2
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-60
/
+60
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
[Sema] Do not match function type with const T in template argument deduction
Lei Liu
2018-05-03
1
-0
/
+6
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-02-22
1
-28
/
+71
*
Fix assert when template argument deduction's original call arg checking trig...
Richard Smith
2018-02-20
1
-1
/
+1
*
PR35045: Convert injected-class-name to its corresponding simple-template-id
Richard Smith
2018-01-04
1
-0
/
+4
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-140
/
+37
*
Add explicit break (PR35700).
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+1
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-5
/
+5
*
[c++17] When deducing the type of a non-type template parameter from the type
Richard Smith
2017-12-01
1
-2
/
+3
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-3
/
+2
[next]