erik.pilkington added inline comments.

================
Comment at: lib/Sema/SemaExpr.cpp:142
   if (Result == AR_NotYetIntroduced) {
+    if (AvoidAvailabilityChecks)
+      return;
----------------
Why are we doing this just for partials? Doesn't this also apply to 
unavailable/deprecated?


Repository:
  rL LLVM

https://reviews.llvm.org/D35061



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to