[all-commits] [llvm/llvm-project] 88c824: [lldb/Utility] Simplify Scalar float accessors
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Jul 8 04:57:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 88c82474d2ef92d0cda7d902206d90a73eed9c9d
https://github.com/llvm/llvm-project/commit/88c82474d2ef92d0cda7d902206d90a73eed9c9d
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M lldb/source/Utility/Scalar.cpp
Log Message:
-----------
[lldb/Utility] Simplify Scalar float accessors
Make use of APFloat conversion methods to avoid needing to switch based
on the stored value type.
More information about the All-commits
mailing list