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 origin/main HEAD --extensions cpp --
libunwind/src/libunwind.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libunwind/src/libunwind.cpp b/libunwind/src/libunwind.cpp
index 166074a8f..2128a60c3 100644
--- a/libunwind/src/libunwind.cpp
+++ b/libunwind/src/libunwind.cpp
@@ -138,9 +138,10 @@ _LIBUNWIND_HIDDEN int __unw_set_reg(unw_cursor_t *cursor,
unw_regnum_t regNum,
// For the forseeable future this will need to be a debug only
assertion
// so we just strip and assert to avoid the unnecessary auths in
release
// builds.
- unw_word_t stripped_value =
- (unw_word_t)ptrauth_strip((void *)value, ptrauth_key_return_address);
- assert(stripped_value >= info.start_ip && stripped_value <=
info.end_ip);
+ unw_word_t stripped_value = (unw_word_t)ptrauth_strip(
+ (void *)value, ptrauth_key_return_address);
+ assert(stripped_value >= info.start_ip &&
+ stripped_value <= info.end_ip);
// PC should have been signed with the sp, so we verify that
// roundtripping does not fail. The `ptrauth_auth_and_resign` is
``````````
</details>
https://github.com/llvm/llvm-project/pull/184041
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits