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 h,cpp -- clang/include/clang/Parse/ParseHLSLRootSignature.h clang/lib/Parse/ParseHLSLRootSignature.cpp clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/clang/lib/Parse/ParseHLSLRootSignature.cpp b/clang/lib/Parse/ParseHLSLRootSignature.cpp index 62d29baea..27b53aa79 100644 --- a/clang/lib/Parse/ParseHLSLRootSignature.cpp +++ b/clang/lib/Parse/ParseHLSLRootSignature.cpp @@ -136,7 +136,9 @@ bool RootSignatureParser::parseDescriptorTableClause() { } // Helper struct defined to use the overloaded notation of std::visit. -template <class... Ts> struct ParseMethods : Ts... { using Ts::operator()...; }; +template <class... Ts> struct ParseMethods : Ts... { + using Ts::operator()...; +}; template <class... Ts> ParseMethods(Ts...) -> ParseMethods<Ts...>; bool RootSignatureParser::parseParam(ParamType Ref) { `````````` </details> https://github.com/llvm/llvm-project/pull/133800 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits