mizvekov marked an inline comment as done.
mizvekov added inline comments.

================
Comment at: clang/lib/Sema/SemaExprCXX.cpp:848
                 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope |
-                 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |
-                 Scope::TryScope))
+                 Scope::ObjCMethodScope | Scope::TryScope))
               break;
----------------
rsmith wrote:
> Many of the remaining scope checks here also seem incorrect per the wording.
Thanks, I left a FIXME for next time.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127075/new/

https://reviews.llvm.org/D127075

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D127075: ... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D127... Matheus Izvekov via Phabricator via cfe-commits
    • [PATCH] D127... Matheus Izvekov via Phabricator via cfe-commits

Reply via email to