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 38f93cb commit f729055Copy full SHA for f729055
clang/lib/CodeGen/HLSLBufferLayoutBuilder.h
@@ -34,9 +34,8 @@ class HLSLBufferLayoutBuilder {
34
// Returns LLVM target extension type with the name LayoutTypeName
35
// for given structure type and layout data. The first number in
36
// the Layout is the size followed by offsets for each struct element.
37
- llvm::TargetExtType *
38
- createLayoutType(const RecordType *StructType,
39
- const CGHLSLOffsetInfo &OffsetInfo);
+ llvm::TargetExtType *createLayoutType(const RecordType *StructType,
+ const CGHLSLOffsetInfo &OffsetInfo);
40
41
private:
42
bool layoutField(const clang::FieldDecl *FD, unsigned &EndOffset,
0 commit comments