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
/
SemaCast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Restrict addr space conversions in nested pointers
Anastasia Stulova
2020-02-12
1
-0
/
+18
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-1
/
+1
*
Refactor CompareReferenceRelationship and its callers in preparation for
Richard Smith
2019-12-18
1
-7
/
+3
*
Check whether the destination is a complete type in a static_cast (or
Richard Smith
2019-12-16
1
-3
/
+8
*
[Diagnostics] Improve some error messages related to bad use of dynamic_cast
Dávid Bolvanský
2019-11-04
1
-1
/
+1
*
When diagnosing an ambiguity, only note the candidates that contribute
Richard Smith
2019-10-24
1
-1
/
+1
*
Sema: Create a no-op implicit cast for lvalue function conversions.
Peter Collingbourne
2019-10-19
1
-1
/
+2
*
Fix behavior of __builtin_bit_cast when the From and To types are the
Richard Smith
2019-10-07
1
-5
/
+0
*
[Sema] Check __builtin_bit_cast operand for completeness before materializing...
Erik Pilkington
2019-08-12
1
-3
/
+4
*
[Sema] Require a complete type for __builtin_bit_cast operands
Erik Pilkington
2019-08-12
1
-0
/
+8
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-3
/
+3
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+70
*
[PR41567][Sema] Fixed cast kind in addr space conversions
Anastasia Stulova
2019-06-03
1
-0
/
+4
*
[Sema][OpenCL] Make address space conversions a bit stricter.
Anastasia Stulova
2019-05-08
1
-12
/
+34
*
SemaOverload: Complete candidates before emitting the error, to ensure diagno...
David Blaikie
2019-05-03
1
-5
/
+5
*
[Sema] Change addr space diagnostics in casts to follow C++ style.
Anastasia Stulova
2019-03-07
1
-16
/
+60
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-2
/
+3
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-3
/
+2
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-2
/
+3
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-3
/
+2
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-2
/
+3
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-3
/
+2
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-2
/
+3
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
[OpenCL][NFC] Unify ZeroToOCL* cast types
Andrew Savonichev
2018-10-23
1
-1
/
+1
*
[OpenCL] Fixed address space cast in C style cast of C++ parsing
Anastasia Stulova
2018-10-10
1
-14
/
+29
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-14
/
+14
*
Sema: Fix explicit address space cast involving void pointers
Yaxun Liu
2018-08-03
1
-7
/
+14
*
Remove trailing space
Fangrui Song
2018-07-30
1
-60
/
+60
*
[AST] Sink 'part of explicit cast' down into ImplicitCastExpr
Roman Lebedev
2018-07-27
1
-2
/
+2
*
[Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)
Roman Lebedev
2018-07-24
1
-0
/
+9
*
Sema: Fix explicit address space cast in C++
Yaxun Liu
2018-07-20
1
-0
/
+8
*
DR330: when determining whether a cast casts away constness, consider
Richard Smith
2018-07-18
1
-31
/
+64
*
DR330: look through array types when forming the cv-decomposition of a type.
Richard Smith
2018-07-11
1
-30
/
+28
*
Fix determination of whether a reinterpret_cast casts away constness.
Richard Smith
2018-07-10
1
-177
/
+184
*
[OpenCL] Restrict various keywords in OpenCL C++ mode
Sven van Haastregt
2018-05-09
1
-0
/
+6
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Allow the target field of a CK_ToUnion to be more easily recovered.
John McCall
2017-08-15
1
-13
/
+6
*
[Sema][ObjC] Fix spurious -Wcast-qual warnings.
Akira Hatanaka
2017-08-11
1
-1
/
+8
*
[clang] Implement -Wcast-qual for C++
Roman Lebedev
2017-07-03
1
-24
/
+70
*
Revert "[clang] Implement -Wcast-qual for C++"
Roman Lebedev
2017-06-10
1
-70
/
+24
*
[clang] Implement -Wcast-qual for C++
Roman Lebedev
2017-06-10
1
-24
/
+70
*
[Sema] Make typeof(OverloadedFunctionName) not a pointer.
George Burgess IV
2017-05-09
1
-1
/
+2
*
[Objective-C] Miscellaneous -fobjc-weak Fixes
Brian Kelley
2017-03-29
1
-2
/
+2
*
[Objective-C] Fix "weak-unavailable" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-12
/
+14
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-1
/
+2
*
Extend -Wcast-calling-convention to warn on declarations as well as definitions
Reid Kleckner
2017-01-31
1
-4
/
+3
[next]