Skip to content

Commit 9a7be2c

Browse files
committed
Respond to review comments
1 parent 08e713d commit 9a7be2c

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
@@ -1262,7 +1262,8 @@ class ASTContext : public RefCountedBase<ASTContext> {
12621262
/// space.
12631263
QualType removeAddrSpaceQualType(QualType T) const;
12641264

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

0 commit comments

Comments
 (0)