[llvm-branch-commits] [clang] [clang] Implement pointer authentication for C++ virtual functions, v-tables, and VTTs (PR #94056)

Anton Korobeynikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 3 11:05:11 PDT 2024


================
@@ -1261,6 +1262,10 @@ class ASTContext : public RefCountedBase<ASTContext> {
   /// space.
   QualType removeAddrSpaceQualType(QualType T) const;
 
+  /// Return the "other" type-specific discriminator for the given type.
----------------
asl wrote:

The comment here looks a bit misleading without knowing what function is doing. Could it be reformulated in some better way?

https://github.com/llvm/llvm-project/pull/94056


More information about the llvm-branch-commits mailing list