]> granicus.if.org Git - clang/commit
Produce errors for unknown options.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 23 Sep 2013 23:55:25 +0000 (23:55 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 23 Sep 2013 23:55:25 +0000 (23:55 +0000)
commit06b52b41a98fff69c1c68baf24316eafd8d5a47b
tree571b5d002ac08f5de5d27cece101f9e6de939ddb
parent9b2caf7e4a8fe26bf1abd0bf1bf223209be13c2f
Produce errors for unknown options.

This doesn't change a lot since clang still thinks it knows all of the
-f*, -m* and -W* options for example.

Other than the options clang explicitly claims to know, this fixes pr9701.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191249 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp
test/Driver/unknown-arg.c