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 9730760 commit 4cea3c3Copy full SHA for 4cea3c3
clang/lib/AST/RecordLayoutBuilder.cpp
@@ -818,7 +818,7 @@ class ItaniumRecordLayoutBuilder {
818
void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); }
819
void setSize(uint64_t NewSize) { Size = NewSize; }
820
821
- CharUnits getAligment() const { return Alignment; }
+ CharUnits getAlignment() const { return Alignment; }
822
823
CharUnits getDataSize() const {
824
assert(DataSize % Context.getCharWidth() == 0);
0 commit comments