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 h,cpp,c --
clang/lib/Basic/Targets/Sparc.h clang/lib/CodeGen/Targets/Sparc.cpp
clang/test/CodeGen/sparcv8-abi.c clang/test/Preprocessor/init.c
compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c
compiler-rt/test/sanitizer_common/TestCases/scanf-ldbl.c
compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp
compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp
llvm/lib/Target/Sparc/SparcISelLowering.cpp
llvm/unittests/ADT/ConcurrentHashtableTest.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/llvm/unittests/ADT/ConcurrentHashtableTest.cpp
b/llvm/unittests/ADT/ConcurrentHashtableTest.cpp
index da3086d36..05c480959 100644
--- a/llvm/unittests/ADT/ConcurrentHashtableTest.cpp
+++ b/llvm/unittests/ADT/ConcurrentHashtableTest.cpp
@@ -149,7 +149,6 @@ TEST(ConcurrentHashTableTest, AddStringMultiplueEntries) {
});
}
-
TEST(ConcurrentHashTableTest, AddStringMultiplueEntriesWithResize) {
PerThreadBumpPtrAllocator Allocator;
// Number of elements exceeds original size, thus hashtable should be
resized.
``````````
</details>
https://github.com/llvm/llvm-project/pull/162226
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits