[all-commits] [llvm/llvm-project] b0764e: [flang] Recode a line to dodge a clang warning

Peter Klausler via All-commits all-commits at lists.llvm.org
Sat Oct 29 16:02:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b0764e0b2d8d129f73b2946c062150f1362ebb88
      https://github.com/llvm/llvm-project/commit/b0764e0b2d8d129f73b2946c062150f1362ebb88
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-10-29 (Sat, 29 Oct 2022)

  Changed paths:
    M flang/lib/Semantics/expression.cpp

  Log Message:
  -----------
  [flang] Recode a line to dodge a clang warning

Rewrite a correct use of "&" -- conjunction without short-circuiting --
from a recent patch into multiple lines so that clang doesn't warn
about it.




More information about the All-commits mailing list