[all-commits] [llvm/llvm-project] b3718e: [Support] Fix clang-tidy auto warnings. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jan 27 07:45:05 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3718eee0eb1ff2c8673782efee13aeef86e084e
https://github.com/llvm/llvm-project/commit/b3718eee0eb1ff2c8673782efee13aeef86e084e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M llvm/lib/Support/CommandLine.cpp
Log Message:
-----------
[Support] Fix clang-tidy auto warnings. NFCI.
Use auto pointer/reference to fix llvm-qualified-auto remarks.
Commit: 30829a27ca4cfafa6bf1262b690bab1e5e49ff69
https://github.com/llvm/llvm-project/commit/30829a27ca4cfafa6bf1262b690bab1e5e49ff69
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M llvm/lib/Support/CommandLine.cpp
Log Message:
-----------
[Support] CommandLine.cpp - Fix clang-tidy namespace comment warnings. NFCI.
Ensure namespace braces have the correct comment with them
Commit: 5ded5ab78f9d6f4214b1a387331b5e072d74b08e
https://github.com/llvm/llvm-project/commit/5ded5ab78f9d6f4214b1a387331b5e072d74b08e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/ExecutionDomainFix.cpp
Log Message:
-----------
ExecutionDomainFix.cpp - use const refs in for-range loops. NFCI.
Avoid unnecessary copies. Reported by clang-tidy.
Compare: https://github.com/llvm/llvm-project/compare/51a25846c198...5ded5ab78f9d
More information about the All-commits
mailing list