================
@@ -13594,6 +13594,9 @@ def warn_acc_var_referenced_lacks_op
"reference has no effect">,
InGroup<DiagGroup<"openacc-var-lacks-operation">>,
DefaultError;
+def warn_out_of_scope_var_usage
+ : Warning<"variable %0 used in else/else if block is out of scope">,
----------------
arrowten wrote:
@Alcaro As you said 'variable %s declared in if block is {null|zero|falsey|etc}
in this branch'. Should we write if/if-else instead of if, because the variable
can be declared in if-else block too right?
https://github.com/llvm/llvm-project/pull/156436
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits