[all-commits] [llvm/llvm-project] 370e9b: [mlir] Fix warnings about extra '; '
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Nov 1 10:25:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 370e9b5ae64b5d7f2411124aa21c6af278e127be
https://github.com/llvm/llvm-project/commit/370e9b5ae64b5d7f2411124aa21c6af278e127be
Author: Kazu Hirata <kazu at google.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M mlir/include/mlir/Bytecode/BytecodeImplementation.h
M mlir/include/mlir/Bytecode/BytecodeWriter.h
Log Message:
-----------
[mlir] Fix warnings about extra ';'
This patch fixes:
mlir/include/mlir/Bytecode/BytecodeImplementation.h:415:4: warning:
extra ‘;’ [-Wpedantic]
mlir/include/mlir/Bytecode/BytecodeWriter.h:110:4: warning: extra
‘;’ [-Wpedantic]
More information about the All-commits
mailing list