[all-commits] [llvm/llvm-project] ad8f22: [flang] Rework line of code to dodge clang 16 warning
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Oct 31 14:18:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad8f22c3fd4e92c69f6d0860ac5b3969f6a7aa9f
https://github.com/llvm/llvm-project/commit/ad8f22c3fd4e92c69f6d0860ac5b3969f6a7aa9f
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M flang/lib/Semantics/pointer-assignment.cpp
Log Message:
-----------
[flang] Rework line of code to dodge clang 16 warning
Recode a non-short-circuiting conjunction of two Boolean function calls
into separate statements to avoid a warning from clang 16.
More information about the All-commits
mailing list