[llvm] [compiler-rt] [test][msan] Precommit tests for vararg improvements (PR #72612)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 22:10:35 PST 2023


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 865c1fda6f3e258b47a4f7992bb19ca2e9edcfa1 3457282e21c1f61f19e01fcc03ee7d8c03a006a6 -- compiler-rt/test/msan/vararg_shadow.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/compiler-rt/test/msan/vararg_shadow.cpp b/compiler-rt/test/msan/vararg_shadow.cpp
index 00c5002a9b..25fed89188 100644
--- a/compiler-rt/test/msan/vararg_shadow.cpp
+++ b/compiler-rt/test/msan/vararg_shadow.cpp
@@ -221,19 +221,19 @@ int main(int argc, char *argv[]) {
 
   TEST(int);
   // RUN: %run %t int 2>&1 | FileCheck %s --implicit-check-not="ArgShadow" --check-prefixes=CHECK
-  
+
   TEST(float);
   // RUN: %run %t float 2>&1 | FileCheck %s --implicit-check-not="ArgShadow" --check-prefixes=CHECK
 
   TEST(double);
   // RUN: %run %t double 2>&1 | FileCheck %s --implicit-check-not="ArgShadow" --check-prefixes=CHECK
-  
+
   TEST(long double);
   // RUN: %run %t "long double" 2>&1 | FileCheck %s --implicit-check-not="ArgShadow" --check-prefixes=CHECK
 
   TEST(IntInt);
   // RUN: %run %t IntInt 2>&1 | FileCheck %s --implicit-check-not="ArgShadow" --check-prefixes=CHECK
-  
+
   TEST(Int64Int64);
   // RUN: %run %t Int64Int64 2>&1 | FileCheck %s --implicit-check-not="ArgShadow" --check-prefixes=CHECK
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/72612


More information about the llvm-commits mailing list