[llvm-branch-commits] [llvm] [clang] [HLSL] Define RasterizerOrderedBuffer resource (PR #74897)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 8 15:43:55 PST 2023
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 a1eb5b8dcff5edc356c60c4387d921500c117701 982396fab9d8140ada5e8abc2c2a556014acc14d -- clang/lib/Sema/HLSLExternalSemaSource.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/lib/Sema/HLSLExternalSemaSource.cpp b/clang/lib/Sema/HLSLExternalSemaSource.cpp
index a9c4c6f67e..1a1febf7a3 100644
--- a/clang/lib/Sema/HLSLExternalSemaSource.cpp
+++ b/clang/lib/Sema/HLSLExternalSemaSource.cpp
@@ -508,7 +508,6 @@ void HLSLExternalSemaSource::defineHLSLTypesWithForwardDeclarations() {
.addArraySubscriptOperators()
.completeDefinition();
});
-
}
void HLSLExternalSemaSource::onCompletion(CXXRecordDecl *Record,
``````````
</details>
https://github.com/llvm/llvm-project/pull/74897
More information about the llvm-branch-commits
mailing list