[all-commits] [llvm/llvm-project] c25572: [clang] NFC: rename SK_CastDerivedToBaseRValue to ...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Jun 9 03:39:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c25572bf2993438f24b57d859d072e8b2aa975d2
https://github.com/llvm/llvm-project/commit/c25572bf2993438f24b57d859d072e8b2aa975d2
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M clang/include/clang/Sema/Initialization.h
M clang/lib/Sema/SemaInit.cpp
Log Message:
-----------
[clang] NFC: rename SK_CastDerivedToBaseRValue to SK_CastDerivedToBasePRValue
This is a follow up to the "rvalue-to-prvalue" rename at D103720.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Depends on D103720
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D103933
More information about the All-commits
mailing list