github-actions[bot] wrote: <!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning: <details> <summary> You can test this locally with the following command: </summary> ``````````bash git-clang-format --diff 2d9f3504491156282a3c785a562fcc0ba3c16161 2a068ce8dd6c54814a45151759e34f8e56181649 -- clang/lib/Analysis/UnsafeBufferUsage.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/clang/lib/Analysis/UnsafeBufferUsage.cpp b/clang/lib/Analysis/UnsafeBufferUsage.cpp index 50f5d9fb2b..68717312a0 100644 --- a/clang/lib/Analysis/UnsafeBufferUsage.cpp +++ b/clang/lib/Analysis/UnsafeBufferUsage.cpp @@ -2061,8 +2061,8 @@ fixUPCAddressofArraySubscriptWithSpan(const UnaryOperator *Node) { if (!IndexString) return std::nullopt; - SS << "&" << (*DreString).str() << ".data()" << "[" << (*IndexString).str() - << "]"; + SS << "&" << (*DreString).str() << ".data()" + << "[" << (*IndexString).str() << "]"; } return FixItList{ FixItHint::CreateReplacement(Node->getSourceRange(), SS.str())}; `````````` </details> https://github.com/llvm/llvm-project/pull/82027 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits