[Sema] Delay partial availability diagnostics, just like deprecated
This is done so that the following compiles with no warnings: int fn(type_10_12) __attribute__((availability(macos, introduced=10.12))); Differential revision: https://reviews.llvm.org/D25284 llvm-svn: 285457
Loading
Please sign in to comment