[all-commits] [llvm/llvm-project] 8ac053: [LLDB] Cleanup the DataEncoder utility. (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Nov 13 15:44:58 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ac053eea20b56f80653191a210682f8bd6fc10d
https://github.com/llvm/llvm-project/commit/8ac053eea20b56f80653191a210682f8bd6fc10d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M lldb/include/lldb/Utility/DataEncoder.h
M lldb/source/Expression/DWARFExpression.cpp
M lldb/source/Plugins/Platform/Android/AdbClient.cpp
M lldb/source/Utility/DataEncoder.cpp
Log Message:
-----------
[LLDB] Cleanup the DataEncoder utility. (NFC)
This commit removes unused methods from the DataEncoder class and cleans
up the API by making all the internal methods private.
More information about the All-commits
mailing list