[all-commits] [llvm/llvm-project] 27653b: Ensure bit-fields storing FPEvalMethodKind are wid...
Oliver Hunt via All-commits
all-commits at lists.llvm.org
Sun Apr 20 18:42:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27653bdc49161b6d0e785185384a5c96a55e9e24
https://github.com/llvm/llvm-project/commit/27653bdc49161b6d0e785185384a5c96a55e9e24
Author: Oliver Hunt <oliver at apple.com>
Date: 2025-04-20 (Sun, 20 Apr 2025)
Changed paths:
M clang/include/clang/Basic/FPOptions.def
M clang/include/clang/Basic/LangOptions.def
Log Message:
-----------
Ensure bit-fields storing FPEvalMethodKind are wide enough to do so (#136515)
After landing #116760 we hit build failures due to existing fields
storing FPEvalMethodKind not being wide enough.
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