[all-commits] [llvm/llvm-project] ba6b2d: [LLDB] Add APFloat helper functions to Scalar clas...
cmtice via All-commits
all-commits at lists.llvm.org
Thu Mar 28 21:40:19 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba6b2d22af177a72b132cdb8e9350a708f282d2c
https://github.com/llvm/llvm-project/commit/ba6b2d22af177a72b132cdb8e9350a708f282d2c
Author: cmtice <cmtice at google.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M lldb/include/lldb/Utility/Scalar.h
M lldb/source/Utility/Scalar.cpp
M lldb/unittests/Utility/ScalarTest.cpp
Log Message:
-----------
[LLDB] Add APFloat helper functions to Scalar class. (#86862)
This adds the ability to create a Scalar from an APFloat, and to create
an APFloat from an APSInt or another APFloat.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list