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 ea3af8a commit 54f93cbCopy full SHA for 54f93cb
clang/include/clang/AST/ASTContext.h
@@ -665,8 +665,7 @@ class ASTContext : public RefCountedBase<ASTContext> {
665
666
// A simple helper function to short circuit pointer auth checks.
667
bool isPointerAuthenticationAvailable() const {
668
- return LangOpts.PointerAuthCalls || LangOpts.PointerAuthIntrinsics ||
669
- LangOpts.PointerAuthVTPtrAddressDiscrimination;
+ return LangOpts.PointerAuthCalls || LangOpts.PointerAuthIntrinsics;
670
}
671
PointerAuthContent findPointerAuthContent(QualType T);
672
llvm::DenseMap<const RecordDecl *, PointerAuthContent>
0 commit comments