[PATCH] D56241: expose a control flag for interger to pointer ext warning
abdoul-kader keita via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 3 20:10:28 PST 2019
Kader marked 2 inline comments as done.
Kader 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
+
----------------
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
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