mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
503e824e1288335b51bf50d6528c72db4c6bdbc1
Emit a warning when the developer uses an API that has been marked deprecated with an availability attribute. Following the Clang behavior, we will only warn if the API is deprecated on all deployment targets. For example, if an API is deprecated as of OS X 10.11 but the minimum deployment target is 10.10 then no warning will be emitted. rdar://problem/17406050 Swift SVN r25288
Description
The Swift Programming Language
Languages
C++
48.2%
Swift
47.3%
Python
1.7%
CMake
1.1%
C
0.7%
Other
0.9%