We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b828bc commit 19bb9ecCopy full SHA for 19bb9ec
flang/lib/Semantics/check-cuda.cpp
@@ -350,9 +350,7 @@ template <bool IsCUFKernelDo> class DeviceContextChecker {
350
void Check(const parser::ActionStmt &stmt, const parser::CharBlock &source) {
351
common::visit(
352
common::visitors{
353
- [&](const common::Indirection<parser::StopStmt> &) {
354
- return;
355
- },
+ [&](const common::Indirection<parser::StopStmt> &) { return; },
356
[&](const common::Indirection<parser::PrintStmt> &) {},
357
[&](const common::Indirection<parser::WriteStmt> &x) {
358
if (x.value().format) { // Formatted write to '*' or '6'
0 commit comments