[PATCH] D135177: [clang] adds `__is_scoped_enum`, `__is_nullptr`, and `__is_referenceable`
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 8 05:41:48 PDT 2022
Mordante added inline comments.
================
Comment at: clang/include/clang/Basic/TokenKinds.def:525
+TYPE_TRAIT_1(__is_scoped_enum, IsScopedEnum, KEYCXX)
+TYPE_TRAIT_1(__is_referenceable, IsReferenceable, KEYCXX)
TYPE_TRAIT_2(__reference_binds_to_temporary, ReferenceBindsToTemporary, KEYCXX)
----------------
Shouldn't these traits be documented or is the documentation generated automatically from the def files?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135177/new/
https://reviews.llvm.org/D135177
More information about the cfe-commits
mailing list