[clang] [llvm] [HexFloat] add HexFloat to APFloat (PR #179771)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 01:31:38 PDT 2026


================
@@ -991,6 +1181,9 @@ enum class fltNanEncoding {
 };
 /* Represents floating point arithmetic semantics.  */
 struct fltSemantics {
+  /* Human readable name that identifies what these semantics represent */
+  const char *name;
----------------
nikic wrote:

Adding a name to fltSemantics seems like an unrelated change, can it be submitted separately?

https://github.com/llvm/llvm-project/pull/179771


More information about the cfe-commits mailing list