[PATCH] D135177: [clang] adds `__is_scoped_enum`, `__is_nullptr`, and `__is_referenceable`

Christopher Di Bella via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 21:37:32 PDT 2022


cjdb updated this revision to Diff 465273.
cjdb added a comment.

Replaces `T`/`F` with `static_assert` to match D116203 <https://reviews.llvm.org/D116203>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135177/new/

https://reviews.llvm.org/D135177

Files:
  clang/include/clang/Basic/TokenKinds.def
  clang/lib/Parse/ParseDeclCXX.cpp
  clang/lib/Parse/ParseExpr.cpp
  clang/lib/Sema/SemaExprCXX.cpp
  clang/test/SemaCXX/type-traits.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135177.465273.patch
Type: text/x-patch
Size: 10274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221005/eee1f8b9/attachment-0001.bin>


More information about the cfe-commits mailing list