[PATCH] D56241: expose a control flag for interger to pointer ext warning

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 3 22:06:06 PST 2019


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

ok, LGTM.



================
Comment at: test/Sema/ext-typecheck-comparison-of-pointer-integer.c:1
+// RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only  -verify -Wpointer-integer-compare %s 
+
----------------
Kader wrote:
> lebedev.ri wrote:
> > I guess you want a run-line with no flag, this runline, and a run-line with `-Wno-pointer-integer-compare`
> done
In the future, do use that checkbox on the inline comments to mark them as done.


Repository:
  rC Clang

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

https://reviews.llvm.org/D56241





More information about the cfe-commits mailing list