]> granicus.if.org Git - clang/commit
Split out -verify into two distinct option flags
authorAlp Toker <alp@nuanti.com>
Fri, 17 Jan 2014 02:06:23 +0000 (02:06 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 17 Jan 2014 02:06:23 +0000 (02:06 +0000)
commitb97b819a739269d2a94a9fe08aeba2d782b188d2
tree4d2750de19301c5c87b7ac8afbd695c202070186
parentb654b315c707ed49efd041472b64addf14dd8115
Split out -verify into two distinct option flags

Instead of dual-purposing a single flag, rename the driver option to
--verify-debug-info.

The frontend -verify option that enables diagnostic verification remains
unchanged except that it's now a pure CC1Option.

Both have been given proper help text.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199451 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Driver.cpp
test/Driver/darwin-verify-debug.c