[PATCH] D103720: [clang] NFC: Rename rvalue to prvalue
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 8 16:09:03 PDT 2021
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
More information about the cfe-commits
mailing list