[llvm] [DirectX] Update CBuffer to refer to a `dx.Layout` type (PR #128697)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 03:21:57 PST 2025
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 f404047ab2ab7fc4755374692bb1159827e887f2 e065b6749a611b7b8602d675bc8030d79b90dd56 --extensions cpp,h -- llvm/include/llvm/Analysis/DXILResource.h llvm/lib/Analysis/DXILResource.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/Analysis/DXILResource.h b/llvm/include/llvm/Analysis/DXILResource.h
index 0d05db86d3..354e9c3cef 100644
--- a/llvm/include/llvm/Analysis/DXILResource.h
+++ b/llvm/include/llvm/Analysis/DXILResource.h
@@ -217,8 +217,6 @@ public:
}
};
-
-
//===----------------------------------------------------------------------===//
class ResourceTypeInfo {
``````````
</details>
https://github.com/llvm/llvm-project/pull/128697
More information about the llvm-commits
mailing list