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 HEAD~1 HEAD --extensions cpp,h -- llvm/include/llvm/Frontend/HLSL/HLSLRootSignatureUtils.h clang/lib/AST/TextNodeDumper.cpp clang/lib/CodeGen/CGHLSLRuntime.cpp llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h llvm/unittests/Frontend/HLSLRootSignatureDumpTest.cpp llvm/lib/Frontend/HLSL/HLSLRootSignatureUtils.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/llvm/lib/Frontend/HLSL/HLSLRootSignatureUtils.cpp b/llvm/lib/Frontend/HLSL/HLSLRootSignatureUtils.cpp index f533d8d3d..aa1f1957d 100644 --- a/llvm/lib/Frontend/HLSL/HLSLRootSignatureUtils.cpp +++ b/llvm/lib/Frontend/HLSL/HLSLRootSignatureUtils.cpp @@ -10,9 +10,9 @@ /// //===----------------------------------------------------------------------===// +#include "llvm/Frontend/HLSL/HLSLRootSignatureUtils.h" #include "llvm/ADT/SmallString.h" #include "llvm/ADT/bit.h" -#include "llvm/Frontend/HLSL/HLSLRootSignatureUtils.h" #include "llvm/IR/IRBuilder.h" #include "llvm/IR/Metadata.h" #include "llvm/IR/Module.h" `````````` </details> https://github.com/llvm/llvm-project/pull/142491 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits