Skip to content

Commit 0412a86

Browse files
committed
[clang] Add missing documentation entry for __is_pointer_interconvertible_base_of()
1 parent a33a754 commit 0412a86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,6 +1610,7 @@ The following type trait primitives are supported by Clang. Those traits marked
16101610
* ``__is_pod`` (C++, GNU, Microsoft, Embarcadero):
16111611
Note, the corresponding standard trait was deprecated in C++20.
16121612
* ``__is_pointer`` (C++, Embarcadero)
1613+
* ``__is_pointer_interconvertible_base_of`` (C++, GNU, Microsoft)
16131614
* ``__is_polymorphic`` (C++, GNU, Microsoft, Embarcadero)
16141615
* ``__is_reference`` (C++, Embarcadero)
16151616
* ``__is_referenceable`` (C++, GNU, Microsoft, Embarcadero):

0 commit comments

Comments
 (0)