Explicitly cast OCLMemOrderKind members from std::memory_order in C++20 case#3254
Explicitly cast OCLMemOrderKind members from std::memory_order in C++20 case#3254MrSidims merged 1 commit intoKhronosGroup:mainfrom
Conversation
…20 case Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way. Compilation failed: https://godbolt.org/z/3PYqsETdc Compilation successful: https://godbolt.org/z/bjeYK376s
|
/backport llvm_release_140 |
|
@jaladreips now (with the PR merged) backport command should work |
|
/backport llvm_release_140 |
|
Attempting to create backport to |
…20 case (#3254) Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way. Compilation failed: https://godbolt.org/z/3PYqsETdc Compilation successful: https://godbolt.org/z/bjeYK376s
|
Success. Backport PR created: #3256 |
|
/backport llvm_release_150 |
|
Attempting to create backport to |
…20 case (#3254) Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way. Compilation failed: https://godbolt.org/z/3PYqsETdc Compilation successful: https://godbolt.org/z/bjeYK376s
|
Success. Backport PR created: #3257 |
|
/backport llvm_release_160 |
|
Attempting to create backport to |
…20 case (#3254) Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way. Compilation failed: https://godbolt.org/z/3PYqsETdc Compilation successful: https://godbolt.org/z/bjeYK376s
|
Success. Backport PR created: #3258 |
|
/backport llvm_release_170 |
|
Attempting to create backport to |
…20 case (#3254) Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way. Compilation failed: https://godbolt.org/z/3PYqsETdc Compilation successful: https://godbolt.org/z/bjeYK376s
|
Success. Backport PR created: #3259 |
|
/backport llvm_release_180 |
|
Attempting to create backport to |
|
Success. Backport PR created: #3260 |
…20 case (#3254) Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way. Compilation failed: https://godbolt.org/z/3PYqsETdc Compilation successful: https://godbolt.org/z/bjeYK376s
|
/backport llvm_release_190 |
|
Attempting to create backport to |
…20 case (#3254) Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way. Compilation failed: https://godbolt.org/z/3PYqsETdc Compilation successful: https://godbolt.org/z/bjeYK376s
|
Success. Backport PR created: #3261 |
|
/backport llvm_release_200 |
|
Attempting to create backport to |
…20 case (#3254) Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way. Compilation failed: https://godbolt.org/z/3PYqsETdc Compilation successful: https://godbolt.org/z/bjeYK376s
|
Success. Backport PR created: #3262 |
Clang does not like the current way of directly assigning members of one enum to another and requires explicit static_cast on the way.
Compilation failed:
https://godbolt.org/z/3PYqsETdc
Compilation successful:
https://godbolt.org/z/bjeYK376s