[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 12:59:21 PST 2019


lebedev.ri added inline comments.


================
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 
+
----------------
I guess you want a run-line with no flag, this runline, and a run-line with `-Wno-pointer-integer-compare`


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