diff options
author | Longsheng Mou <longshengmou@gmail.com> | 2025-07-07 09:09:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-07 09:09:43 +0800 |
commit | 718e647a0c8f86c443e034c61028e7959c75a671 (patch) | |
tree | 3d466a9086acf775c64390f369b91c5435473bed /clang/lib/Basic/SourceManager.cpp | |
parent | 7b0f70a9b26ab082e02abd908d1622105fa1ec42 (diff) | |
download | llvm-718e647a0c8f86c443e034c61028e7959c75a671.zip llvm-718e647a0c8f86c443e034c61028e7959c75a671.tar.gz llvm-718e647a0c8f86c443e034c61028e7959c75a671.tar.bz2 |
[mlir] Fix Wparentheses warning (#146893)
warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
265 | isa<VectorType>(operandType) &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
266 | "Unexpected non-vector ShapedType");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions