[all-commits] [llvm/llvm-project] 41ac5d: [clang] Fix a warning
    kazutakahirata via All-commits 
    all-commits at lists.llvm.org
       
    Fri Oct 14 08:37:17 PDT 2022
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41ac5d258da3045c871344400aa9e59640ce76a5
      https://github.com/llvm/llvm-project/commit/41ac5d258da3045c871344400aa9e59640ce76a5
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)
  Changed paths:
    M clang/lib/CodeGen/CGCall.cpp
  Log Message:
  -----------
  [clang] Fix a warning
This patch fixes:
  clang/lib/CodeGen/CGCall.cpp:1867:64: error: '&&' within '||'
  [-Werror,-Wlogical-op-parentheses]
    
    
More information about the All-commits
mailing list