Skip to content
Commit 1ddd6d2b authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that

GCC emits a warning instead of an error when using an unavailable Objective-C protocol, so now
Clang's behavior is more strict in this case, but more consistent.  We will need to see how much
this fires on real code and determine whether this case should be downgraded to a warning.

Fixes <rdar://problem/8213093>.

llvm-svn: 109033
parent 19b38301
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment