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 5272ae6 commit 1851858Copy full SHA for 1851858
clang/lib/AST/Interp/InterpFrame.h
@@ -139,7 +139,7 @@ class InterpFrame final : public Frame {
139
return reinterpret_cast<Block *>(Locals.get() + Offset - sizeof(Block));
140
}
141
142
- // Returns the inline descriptor of the local.
+ /// Returns the inline descriptor of the local.
143
InlineDescriptor *localInlineDesc(unsigned Offset) const {
144
return reinterpret_cast<InlineDescriptor *>(Locals.get() + Offset);
145
0 commit comments