OSDN Git Service

[lldb] Deduplicate Scalar integral getters
authorPavel Labath <pavel@labath.sk>
Mon, 29 Jun 2020 12:55:36 +0000 (14:55 +0200)
committerPavel Labath <pavel@labath.sk>
Mon, 29 Jun 2020 13:24:39 +0000 (15:24 +0200)
commit48ca15592f16fb6d8e2cef112f14345738e29cf4
tree1c6866079036fa38ec83a16fd0e77fe49055ac31
parentbd46a56474d3b27a4fb520503d5714e23097d495
[lldb] Deduplicate Scalar integral getters

These functions all follow the same pattern. Use template functions to
deduplicate.
lldb/include/lldb/Utility/Scalar.h
lldb/source/Utility/Scalar.cpp