Add an -Wundef-prefix=<arg1>,<arg2>... option, which is similar to
-Wundef, but only give warnings for undefined macros with the given
prefixes.
Make -Wundef an alias of -Wundef-prefix="" so that when the two
options are given together, -Wundef takes precedence over
-Wundef-prefix, as all strings are prefixed by the empty string.
rdar://55684778