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 08e713d commit 9a7be2cCopy full SHA for 9a7be2c
clang/include/clang/AST/ASTContext.h
@@ -1262,7 +1262,8 @@ class ASTContext : public RefCountedBase<ASTContext> {
1262
/// space.
1263
QualType removeAddrSpaceQualType(QualType T) const;
1264
1265
- /// Return the "other" type-specific discriminator for the given type.
+ /// Return the "other" discriminator used for the pointer auth schema used for
1266
+ /// vtable pointers in instances of the requested type.
1267
uint16_t
1268
getPointerAuthVTablePointerDiscriminator(const CXXRecordDecl *record);
1269
0 commit comments