]> granicus.if.org Git - clang/commit
Add -Wno-rewrite-macros to silence the following warning when using -rewrite-test:
authorSteve Naroff <snaroff@apple.com>
Mon, 28 Jan 2008 21:34:52 +0000 (21:34 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 28 Jan 2008 21:34:52 +0000 (21:34 +0000)
commit0113c9d8150c9eae77f221fd8f1a79a56367b149
treee771271586af9381976761bdf383221784b79982
parent578edc6614236b224f63ac707acecaeb2a74d6b4
Add -Wno-rewrite-macros to silence the following warning when using -rewrite-test:

xx.m:10:3: warning: rewriting sub-expression within a macro (may not be correct)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46462 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteTest.cpp