[PATCH] D135175: [clang] adds `__is_bounded_array` and `__is_unbounded_array` as builtins

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


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

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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135175

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135175.465272.patch
Type: text/x-patch
Size: 8974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221005/74a6a0b4/attachment.bin>


More information about the cfe-commits mailing list