[PATCH] D47687: fix: [Bug 18971] - Missing -Wparentheses warning

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 8 06:32:18 PDT 2018


lebedev.ri added inline comments.


================
Comment at: test/Sema/logical-op-parentheses-in-macros.c:3-4
+// RUN:            -verify=logical-op-parentheses %s
+// RUN: %clang_cc1 -fsyntax-only %s
+// RUN: %clang_cc1 -Wparentheses -fsyntax-only  %s
+
----------------
The comment got lost, but these two are incorrect, they don't actually do anything, the `-verify=` is missing.


https://reviews.llvm.org/D47687





More information about the cfe-commits mailing list