[PATCH] D32341: Fix a bug that warnings generated with -M or -MM flags

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 22 04:37:35 PDT 2017


v.g.vassilev added a comment.

LGTM modulo the comments.



================
Comment at: test/Driver/m_and_mm.c:7
+// RUN: not grep "warning" %t
+#warning "This warning shouldn't shop up with -M and -MM"
----------------
Typo.


https://reviews.llvm.org/D32341





More information about the cfe-commits mailing list