[all-commits] [llvm/llvm-project] 0512b0: [lldb][NFC] Move trivial ValueObject getters/sette...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Feb 24 05:04:35 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0512b01ebede34fe5f6244d5ec8dde552fa4b375
https://github.com/llvm/llvm-project/commit/0512b01ebede34fe5f6244d5ec8dde552fa4b375
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M lldb/include/lldb/Core/ValueObject.h
M lldb/source/Core/ValueObject.cpp
Log Message:
-----------
[lldb][NFC] Move trivial ValueObject getters/setters to the header
NFC refactoring that moves the definitions of all the trivial getters/setters to the header file
which is what we usually do in LLVM.
Reviewed By: #lldb, JDevlieghere
Differential Revision: https://reviews.llvm.org/D97298
More information about the All-commits
mailing list