[all-commits] [llvm/llvm-project] 9e154f: [SROA] Pass Twine by const reference. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Oct 30 04:41:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9e154f1aca5b1fe59fc4a5c6b70ebf879f4358a3
https://github.com/llvm/llvm-project/commit/9e154f1aca5b1fe59fc4a5c6b70ebf879f4358a3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/SROA.cpp
Log Message:
-----------
[SROA] Pass Twine by const reference. NFCI.
Fixes clang-tidy warnings.
Commit: 888969f62abe6df9c9bafd593a6ba345577198b3
https://github.com/llvm/llvm-project/commit/888969f62abe6df9c9bafd593a6ba345577198b3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Log Message:
-----------
[clangd] Fix MSVC implicit capture build failure.
MSVC builds were failing because the constexpr wasn't couldn't be captured by the lamdba.
Fix an implicit double to float truncation warning as well.
Compare: https://github.com/llvm/llvm-project/compare/3c3071d5e7dd...888969f62abe
More information about the All-commits
mailing list