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

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 6 14:10:44 PDT 2020


ldionne added inline comments.


================
Comment at: clang/test/SemaObjCXX/type-traits-is-pointer.mm:1
+// RUN: %clang_cc1 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -verify %s
+// expected-no-diagnostics
----------------
Why do you run this through `-verify`? Can't you just drop that and the `// expected-no-diagnostics` bit too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77519





More information about the cfe-commits mailing list