Skip to content

Commit

Permalink
[clang] Add missing documentation entry for `__is_pointer_interconver…
Browse files Browse the repository at this point in the history
…tible_base_of()`
  • Loading branch information
Endilll committed Apr 13, 2024
1 parent a33a754 commit 0412a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/docs/LanguageExtensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,7 @@ The following type trait primitives are supported by Clang. Those traits marked
* ``__is_pod`` (C++, GNU, Microsoft, Embarcadero):
Note, the corresponding standard trait was deprecated in C++20.
* ``__is_pointer`` (C++, Embarcadero)
* ``__is_pointer_interconvertible_base_of`` (C++, GNU, Microsoft)
* ``__is_polymorphic`` (C++, GNU, Microsoft, Embarcadero)
* ``__is_reference`` (C++, Embarcadero)
* ``__is_referenceable`` (C++, GNU, Microsoft, Embarcadero):
Expand Down

0 comments on commit 0412a86

Please sign in to comment.