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 b343f3f3faf5b732cc19c9c51d392389677477ce 
e8c3d6da73e95fd03e5ccdf8e08bdc99ff52e6f0 --extensions h,cpp -- 
clang/include/clang/Basic/AddressSpaces.h clang/lib/AST/TypePrinter.cpp 
clang/lib/Basic/TargetInfo.cpp clang/lib/Basic/Targets/AArch64.h 
clang/lib/Basic/Targets/AMDGPU.cpp clang/lib/Basic/Targets/DirectX.h 
clang/lib/Basic/Targets/NVPTX.h clang/lib/Basic/Targets/SPIR.h 
clang/lib/Basic/Targets/SystemZ.h clang/lib/Basic/Targets/TCE.h 
clang/lib/Basic/Targets/WebAssembly.h clang/lib/Basic/Targets/X86.h 
clang/test/SemaTemplate/address_space-dependent.cpp 
llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp 
llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp 
llvm/lib/Target/SPIRV/SPIRVUtils.cpp llvm/lib/Target/SPIRV/SPIRVUtils.h
``````````

</details>

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

``````````diff
diff --git a/clang/lib/Basic/Targets/WebAssembly.h 
b/clang/lib/Basic/Targets/WebAssembly.h
index 6c2fe8049f..d8ed88b4c8 100644
--- a/clang/lib/Basic/Targets/WebAssembly.h
+++ b/clang/lib/Basic/Targets/WebAssembly.h
@@ -22,26 +22,26 @@ namespace clang {
 namespace targets {
 
 static const unsigned WebAssemblyAddrSpaceMap[] = {
-    0, // Default
-    0, // opencl_global
-    0, // opencl_local
-    0, // opencl_constant
-    0, // opencl_private
-    0, // opencl_generic
-    0, // opencl_global_device
-    0, // opencl_global_host
-    0, // cuda_device
-    0, // cuda_constant
-    0, // cuda_shared
-    0, // sycl_global
-    0, // sycl_global_device
-    0, // sycl_global_host
-    0, // sycl_local
-    0, // sycl_private
-    0, // ptr32_sptr
-    0, // ptr32_uptr
-    0, // ptr64
-    0, // hlsl_groupshared
+    0,  // Default
+    0,  // opencl_global
+    0,  // opencl_local
+    0,  // opencl_constant
+    0,  // opencl_private
+    0,  // opencl_generic
+    0,  // opencl_global_device
+    0,  // opencl_global_host
+    0,  // cuda_device
+    0,  // cuda_constant
+    0,  // cuda_shared
+    0,  // sycl_global
+    0,  // sycl_global_device
+    0,  // sycl_global_host
+    0,  // sycl_local
+    0,  // sycl_private
+    0,  // ptr32_sptr
+    0,  // ptr32_uptr
+    0,  // ptr64
+    0,  // hlsl_groupshared
     20, // wasm_funcref
 };
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/118312
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to