]> granicus.if.org Git - clang/commit
Fix the test in clang_f_opts.c to fail on unknown options.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Oct 2013 19:34:34 +0000 (19:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Oct 2013 19:34:34 +0000 (19:34 +0000)
commit522f4d0fbf7e2001c199714a67ee98824a1be528
tree85a13106985e98f639fbe9031958a4da2163746f
parent4a733e22fe0154d6e6fe5527c23f03ac84135723
Fix the test in clang_f_opts.c to fail on unknown options.

Also fix options that were broken in the previous refactorings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191925 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
test/Driver/clang_f_opts.c