[PATCH] D22697: [ObjC Availability] Consider lexical context of use of declaration when emitting availability diagnostics
Manman Ren via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 25 14:45:02 PDT 2016
manmanren accepted this revision.
manmanren added a comment.
This revision is now accepted and ready to land.
LGTM except one nit.
Manman
================
Comment at: include/clang/Sema/Sema.h:9595
@@ -9594,1 +9594,3 @@
+
+ VersionTuple getCurContextVersion() const;
----------------
Can you add comments here?
https://reviews.llvm.org/D22697
More information about the cfe-commits
mailing list