Skip to content

Commit 8cc8384

Browse files
ojhuntahmedbougacha
authored andcommitted
Respond to review comments
1 parent 387803d commit 8cc8384

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/AST/ASTContext.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,8 @@ class ASTContext : public RefCountedBase<ASTContext> {
12641264
/// space.
12651265
QualType removeAddrSpaceQualType(QualType T) const;
12661266

1267-
/// Return the "other" type-specific discriminator for the given type.
1267+
/// Return the "other" discriminator used for the pointer auth schema used for
1268+
/// vtable pointers in instances of the requested type.
12681269
uint16_t
12691270
getPointerAuthVTablePointerDiscriminator(const CXXRecordDecl *record);
12701271

0 commit comments

Comments
 (0)