]> granicus.if.org Git - clang/commit
Warn about uses of `@available` that can't suppress the
authorAlex Lorenz <arphaman@gmail.com>
Wed, 24 May 2017 15:15:29 +0000 (15:15 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 24 May 2017 15:15:29 +0000 (15:15 +0000)
commitaa8caaeedba138d49222e6baae4deaa1a3dfc78e
tree96a9a4421aedcbaaa5cf13c4784414b8cf8a738c
parent4afc97f7144c0294e20f63ac930d87d2c6ad1c3a
Warn about uses of `@available` that can't suppress the
-Wunguarded-availability warnings

rdar://32306520

Differential Revision: https://reviews.llvm.org/D33450

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303761 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp
test/Parser/objc-available.m
test/SemaObjC/unguarded-availability.m