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