[all-commits] [llvm/llvm-project] dcd092: [lldb] Fix a couple of use-of-uninit-var errors in...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Jan 26 08:02:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcd0926ad018f50a3d91011424e063838888a4e0
https://github.com/llvm/llvm-project/commit/dcd0926ad018f50a3d91011424e063838888a4e0
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M lldb/source/Expression/Materializer.cpp
Log Message:
-----------
[lldb] Fix a couple of use-of-uninit-var errors in Materializer.cpp
These were probably not picked up before because they only run when
logging is enabled.
More information about the All-commits
mailing list