[PATCH] D35379: Add documentation for @available

2017-07-14 Thread Sidney San Martín via Phabricator via cfe-commits
sdy added inline comments. Comment at: docs/LanguageExtensions.rst:1278 +It is possible use the newest SDK but still build a program that can run on +older macOS and iOS versions, by passing ``-mmacosx-version-info=`` / +``--miphoneos-version-min=``. thakis wrote

[PATCH] D35379: Add documentation for @available

2017-07-14 Thread Sidney San Martín via Phabricator via cfe-commits
sdy added inline comments. Comment at: docs/LanguageExtensions.rst:1274 +Objective-C @available +-- I think "Objective-C" is redundant, this is already in the ObjC section and most of the other headers don't start with "Objective-C".