Skip to content

Commit d296902

Browse files
committed
[Clang] Remove __is_nullptr from the list of type traits
1 parent 27ad4b0 commit d296902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Basic/TokenKinds.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ TYPE_TRAIT_1(__is_trivially_relocatable, IsTriviallyRelocatable, KEYCXX)
542542
TYPE_TRAIT_1(__is_trivially_equality_comparable, IsTriviallyEqualityComparable, KEYCXX)
543543
TYPE_TRAIT_1(__is_bounded_array, IsBoundedArray, KEYCXX)
544544
TYPE_TRAIT_1(__is_unbounded_array, IsUnboundedArray, KEYCXX)
545-
TYPE_TRAIT_1(__is_nullptr, IsNullPointer, KEYCXX)
546545
TYPE_TRAIT_1(__is_scoped_enum, IsScopedEnum, KEYCXX)
547546
TYPE_TRAIT_1(__is_referenceable, IsReferenceable, KEYCXX)
548547
TYPE_TRAIT_1(__can_pass_in_regs, CanPassInRegs, KEYCXX)

0 commit comments

Comments
 (0)