[all-commits] [llvm/llvm-project] 48ca15: [lldb] Deduplicate Scalar integral getters
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Jun 29 06:25:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 48ca15592f16fb6d8e2cef112f14345738e29cf4
https://github.com/llvm/llvm-project/commit/48ca15592f16fb6d8e2cef112f14345738e29cf4
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M lldb/include/lldb/Utility/Scalar.h
M lldb/source/Utility/Scalar.cpp
Log Message:
-----------
[lldb] Deduplicate Scalar integral getters
These functions all follow the same pattern. Use template functions to
deduplicate.
More information about the All-commits
mailing list