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
/
SemaOverload.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix template argument deduction when a parameter pack has a value
Richard Smith
2018-07-19
1
-0
/
+19
*
DR330: look through array types when forming the cv-decomposition of a type.
Richard Smith
2018-07-11
1
-13
/
+3
*
PR37979: integral promotions in C++ treat enum bit-fields like enums,
Richard Smith
2018-06-28
1
-0
/
+13
*
DR1687: When overload resolution selects a built-in operator, implicit
Richard Smith
2018-06-27
1
-13
/
+14
*
Revert "Append new attributes to the end of an AttributeList."
Michael Kruse
2018-06-25
1
-13
/
+34
*
[Sema] Updated note for address spaces to print the type.
Anastasia Stulova
2018-06-22
1
-3
/
+1
*
[Sema] Fix overloaded static functions for templates
Ivan Donchevskii
2018-06-21
1
-41
/
+39
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-06-19
1
-34
/
+13
*
Fix overload resolution between Ptr-To-Member and Bool
Erich Keane
2018-06-12
1
-0
/
+1
*
[Sema] Use %sub to cleanup overload diagnostics
Eric Fiselier
2018-05-30
1
-105
/
+116
*
Allow dllimport non-type template arguments in C++17
Reid Kleckner
2018-05-10
1
-3
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-39
/
+39
*
[C++2a] Implement operator<=> CodeGen and ExprConstant
Eric Fiselier
2018-05-07
1
-9
/
+48
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-3
/
+3
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+2
*
[Sema] Disable built-in increment operator for bool in overload resolution in...
Jan Korous
2018-04-18
1
-5
/
+11
*
Limit types of builtins that can be redeclared.
Erich Keane
2018-04-16
1
-0
/
+7
*
[Sema] Fix built-in decrement operator overload resolution
Jan Korous
2018-04-11
1
-3
/
+5
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-4
/
+4
*
Revert "Set calling convention for CUDA kernel"
Artem Belevich
2018-04-03
1
-0
/
+1
*
Set calling convention for CUDA kernel
Yaxun Liu
2018-03-29
1
-1
/
+0
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-2
/
+2
*
[SemaOverload] Fixed crash on code completion
Ilya Biryukov
2018-03-09
1
-6
/
+11
*
[Sema] Classify conversions from enum to float as narrowing
Mikhail Maltsev
2018-02-21
1
-1
/
+2
*
[NFC] Fixup comment with function name, actually incorrect name!
Erich Keane
2018-01-29
1
-3
/
+2
*
[Sema] Allow conversion between long double and __float128.
Benjamin Kramer
2018-01-17
1
-2
/
+2
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-3
/
+3
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+30
*
No -fsanitize=function warning when calling noexcept function through non-noe...
Stephan Bergmann
2018-01-05
1
-4
/
+2
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-3
/
+0
*
[Sema] Improve diagnostics for const- and ref-qualified member functions
Jacob Bandes-Storch
2017-12-31
1
-2
/
+21
*
Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...
Jacob Bandes-Storch
2017-12-31
1
-21
/
+2
*
[Sema] Improve diagnostics for const- and ref-qualified member functions
Jacob Bandes-Storch
2017-12-31
1
-2
/
+21
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-5
/
+5
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-1
/
+1
*
[c++2a] P0515R3: Support for overloaded operator<=>.
Richard Smith
2017-12-01
1
-0
/
+3
*
BuiltinOperatorOverloadBuilder: Don't consider types that are unavailable on ...
Hans Wennborg
2017-11-15
1
-71
/
+70
*
[Sema] Stable sort OverloadCandidates to remove non-deterministic ordering
Mandeep Singh Grang
2017-11-14
1
-1
/
+1
*
[c++17] Refine resolution of constructor / conversion function disambiguation.
Richard Smith
2017-11-01
1
-14
/
+12
*
Fix overloaded static functions in SemaCodeComplete
Benjamin Kramer
2017-10-26
1
-8
/
+20
*
[C++17] Fix PR34970 - tweak overload resolution for class template deduction-...
Faisal Vali
2017-10-22
1
-6
/
+17
*
Fix two-phase name lookup for non-dependent overloaded operators.
Richard Smith
2017-10-05
1
-7
/
+9
*
Fix uninitialized member found by msan build bot.
Richard Smith
2017-09-26
1
-1
/
+1
*
Resolve a defect in C++17 copy omission.
Richard Smith
2017-09-26
1
-29
/
+57
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
1
-2
/
+23
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-23
/
+2
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-2
/
+23
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-23
/
+2
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-2
/
+23
*
[Sema] Mark a virtual CXXMethodDecl as used if a call to it can be
Akira Hatanaka
2017-07-13
1
-9
/
+13
[next]