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 01128d4 commit e4b9b78Copy full SHA for e4b9b78
clang/lib/AST/Interp/Pointer.h
@@ -246,7 +246,7 @@ class Pointer {
246
247
/// Returns the record descriptor of a class.
248
Record *getRecord() const { return getFieldDesc()->ElemRecord; }
249
- // Returns the element record type, if this is a non-primive array.
+ /// Returns the element record type, if this is a non-primive array.
250
Record *getElemRecord() const { return getFieldDesc()->ElemDesc->ElemRecord; }
251
/// Returns the field information.
252
const FieldDecl *getField() const { return getFieldDesc()->asFieldDecl(); }
0 commit comments