[all-commits] [llvm/llvm-project] 8f63cf: [lldb][NFC] Cleanup ValueObject construction code
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Feb 23 00:40:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f63cf5da3c098f5f16a1055d6e13d4bcf399a27
https://github.com/llvm/llvm-project/commit/8f63cf5da3c098f5f16a1055d6e13d4bcf399a27
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M lldb/include/lldb/Core/ValueObject.h
M lldb/source/Core/ValueObject.cpp
M lldb/source/Core/ValueObjectSyntheticFilter.cpp
Log Message:
-----------
[lldb][NFC] Cleanup ValueObject construction code
Just code cleanup for ValueObject constructors:
* Use default member initializers where possible.
* Doxygenify the comments for membersa nd constructors where needed.
* Delete the default constructor which isn't defined.
* Initialize the bitfields via a utility struct instead of doing this in the
different constructors.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D97199
More information about the All-commits
mailing list