[all-commits] [llvm/llvm-project] f4c325: [clang][NFC] rename FPOptions.def's macro to FP_OP...
Oliver Hunt via All-commits
all-commits at lists.llvm.org
Tue May 6 13:29:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4c3254956d4e045c35b4bdf1ea450016d03b5b0
https://github.com/llvm/llvm-project/commit/f4c3254956d4e045c35b4bdf1ea450016d03b5b0
Author: Oliver Hunt <oliver at apple.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M clang/include/clang/Basic/FPOptions.def
M clang/include/clang/Basic/LangOptions.h
M clang/lib/AST/JSONNodeDumper.cpp
M clang/lib/AST/TextNodeDumper.cpp
M clang/lib/Basic/LangOptions.cpp
Log Message:
-----------
[clang][NFC] rename FPOptions.def's macro to FP_OPTION (#138374)
While investigating the recent warnings around FEM_Indeterminate I
noticed that the macro name for FPOptions.def was given the very generic
name `OPTION`.
This PR renames it to FP_OPTION instead.
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