[all-commits] [llvm/llvm-project] ea3e8d: [mlir] Remove extra '; ' outside of a function (NFC)
Jie Fu via All-commits
all-commits at lists.llvm.org
Wed Apr 12 02:20:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea3e8d3b5ab4869c2895c25666b0008e94c6e31d
https://github.com/llvm/llvm-project/commit/ea3e8d3b5ab4869c2895c25666b0008e94c6e31d
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
Log Message:
-----------
[mlir] Remove extra ';' outside of a function (NFC)
/data/llvm-project/mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp:342:2: error: extra ';' outside of a function is incompatible with C++
98 [-Werror,-Wc++98-compat-extra-semi]
}; // namespace
More information about the All-commits
mailing list