[all-commits] [llvm/llvm-project] d7c2c2: [lldb][NFC] Also initialize language_flags in Valu...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu May 7 08:55:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d7c2c2ed79abd5446f8b485fe8249e1d3b78488d
https://github.com/llvm/llvm-project/commit/d7c2c2ed79abd5446f8b485fe8249e1d3b78488d
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M lldb/source/Core/ValueObject.cpp
Log Message:
-----------
[lldb][NFC] Also initialize language_flags in ValueObject::Dereference
We currently rely on the TypeSystem implementation to initialize this value
with 0 in the GetChildCompilerTypeAtIndex call below. Let's just initialize
this variable like the rest.
More information about the All-commits
mailing list