[all-commits] [llvm/llvm-project] 0784de: [clang] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Oct 15 12:50:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0784de20e2ad5a91f07f952ae6d9887e380bccd6
https://github.com/llvm/llvm-project/commit/0784de20e2ad5a91f07f952ae6d9887e380bccd6
Author: Kazu Hirata <kazu at google.com>
Date: 2022-10-15 (Sat, 15 Oct 2022)
Changed paths:
M clang/lib/Sema/SemaLambda.cpp
Log Message:
-----------
[clang] Fix a warning
This patch fixes:
clang/lib/Sema/SemaLambda.cpp:922:39: warning: suggest parentheses
around ‘&&’ within ‘||’ [-Wparentheses]
More information about the All-commits
mailing list