[PATCH] D17893: Sema: Add semantic analysis for the C++ ABI stability attributes and whitelist.

Mehdi AMINI via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 16 08:50:54 PDT 2016


joker.eph added inline comments.

================
Comment at: lib/Sema/SemaDeclCXX.cpp:4999
@@ +4998,3 @@
+    return;
+  }
+
----------------
joker.eph wrote:
> Isn't this correct by the loop which starts with `DC = InnermostExternalDC`?
`s/correct/already covered/`


http://reviews.llvm.org/D17893





More information about the cfe-commits mailing list