[clang] [clang] Implement `__is_virtual_base_of()` intrinsic (PR #100393)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 24 11:45:40 PDT 2024


================
@@ -822,6 +822,7 @@ bool Parser::isRevertibleTypeTrait(const IdentifierInfo *II,
     REVERTIBLE_TYPE_TRAIT(__is_unbounded_array);
     REVERTIBLE_TYPE_TRAIT(__is_union);
     REVERTIBLE_TYPE_TRAIT(__is_unsigned);
+    REVERTIBLE_TYPE_TRAIT(__is_virtual_base_of);
----------------
Endilll wrote:

Removed.

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


More information about the cfe-commits mailing list