[all-commits] [llvm/llvm-project] 7808bf: NFC: Make sure function arguments have the same na...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Mon Jun 15 01:45:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7808bf843174017b5e147870f7f901a7ea7a0732
https://github.com/llvm/llvm-project/commit/7808bf843174017b5e147870f7f901a7ea7a0732
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
M mlir/include/mlir/Dialect/SPIRV/SPIRVTypes.h
Log Message:
-----------
NFC: Make sure function arguments have the same name in declaration and definition
This code generates Clang-Tidy warnings otherwise.
More information about the All-commits
mailing list