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 9256485 commit 2dc4b27Copy full SHA for 2dc4b27
clang/include/clang/AST/TypeLoc.h
@@ -397,6 +397,7 @@ class ConcreteTypeLoc : public Base {
397
unsigned extraAlign = asDerived()->getExtraLocalDataAlignment();
398
size = llvm::alignTo(size, extraAlign);
399
size += asDerived()->getExtraLocalDataSize();
400
+ size = llvm::alignTo(size, asDerived()->getLocalDataAlignment());
401
return size;
402
}
403
0 commit comments