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 da5a86b53e7d6e7ff7407b16c2c869894493ee99 
4a60eb0da7d74ca002040aede6ffc9220314ca33 -- clang/include/clang/Sema/SemaHLSL.h 
clang/include/clang/Sema/Sema.h clang/lib/Parse/ParseHLSL.cpp 
clang/lib/Sema/Sema.cpp clang/lib/Sema/SemaHLSL.cpp
``````````

</details>

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

``````````diff
diff --git a/clang/lib/Sema/SemaHLSL.cpp b/clang/lib/Sema/SemaHLSL.cpp
index 099c71bd72..264d9be204 100644
--- a/clang/lib/Sema/SemaHLSL.cpp
+++ b/clang/lib/Sema/SemaHLSL.cpp
@@ -13,7 +13,7 @@
 
 using namespace clang;
 
-SemaHLSL::SemaHLSL(Sema &S) : SemaBase(S) {};
+SemaHLSL::SemaHLSL(Sema &S) : SemaBase(S){};
 
 Decl *SemaHLSL::ActOnStartHLSLBuffer(Scope *BufferScope, bool CBuffer,
                                      SourceLocation KwLoc,

``````````

</details>


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

Reply via email to