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

================
Comment at: clang/lib/Sema/SemaInit.cpp:3588
+  case VK_PRValue:
+    S.Kind = SK_CastDerivedToBaseRValue;
+    break;
----------------
rsmith wrote:
> Would be nice to rename this `SK_` enumerator as a follow-up.
Nice catch! Missed this one...

Done as a follow-up patch at: D103933


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103720

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

Reply via email to