We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159ce71 commit 1c983b5Copy full SHA for 1c983b5
clang/include/clang/Sema/SemaHLSL.h
@@ -153,7 +153,8 @@ class SemaHLSL : public SemaBase {
153
ActOnFinishRootSignatureDecl(SourceLocation Loc, IdentifierInfo *DeclIdent,
154
ArrayRef<hlsl::RootSignatureElement> Elements);
155
156
- // Returns true when D is invalid and a diagnostic was produced
+ // Returns true if any RootSignatureElement is invalid and a diagnostic was
157
+ // produced
158
bool
159
handleRootSignatureElements(ArrayRef<hlsl::RootSignatureElement> Elements);
160
void handleRootSignatureAttr(Decl *D, const ParsedAttr &AL);
0 commit comments