[PATCH] D77519: Fix __is_pointer builtin type trait to work with Objective-C pointer types.

Zoe Carver via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 6 09:12:04 PDT 2020


zoecarver updated this revision to Diff 255361.
zoecarver added a comment.

Fix based on review:

- Use static_assert directly in the test
- Update run command to work on non-objc platforms (e.g. linux)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77519

Files:
  clang/test/SemaObjC/type-traits-is-pointer.mm
  clang/test/SemaObjCXX/type-traits-is-pointer.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77519.255361.patch
Type: text/x-patch
Size: 3637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200406/bdc6b6c1/attachment.bin>


More information about the cfe-commits mailing list