[all-commits] [llvm/llvm-project] c95922: Remove a useless temporary of a base class type.
alexfh via All-commits
all-commits at lists.llvm.org
Sat Dec 3 15:01:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c95922c717973889ee669066abfc2e8be07050bf
https://github.com/llvm/llvm-project/commit/c95922c717973889ee669066abfc2e8be07050bf
Author: Alexander Kornienko <alexfh at google.com>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
Log Message:
-----------
Remove a useless temporary of a base class type.
This was found by clang-tidy bugprone-undelegated-constructor check.
Was there since the very first commit back in 2016.
Reviewed By: clayborg, labath, srhines
Differential Revision: https://reviews.llvm.org/D114111
More information about the All-commits
mailing list