[PATCH] D25284: AvailabilityAttrs: Delay partial availability diagnostics

Manman Ren via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 16:56:24 PDT 2016


manmanren added a comment.

Nice cleanup! Thanks for working on this,

Manman



================
Comment at: include/clang/Sema/DelayedDiagnostic.h:232
   union {
     /// Deprecation
     struct DD DeprecationData;
----------------
Can you update this comment now we have generalized this to handle all delayed availability checks?


https://reviews.llvm.org/D25284





More information about the cfe-commits mailing list