aaron.ballman added a comment.

The attribute and sema bits look good to me, but I agree that you might want 
Richard's opinions before committing.



================
Comment at: lib/Sema/SemaDecl.cpp:9264
+
+  if (auto *CMD = dyn_cast<CXXMethodDecl>(FD))
+    if (CMD->isVirtual()) {
----------------
`const auto *`


https://reviews.llvm.org/D38596



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

Reply via email to