[all-commits] [llvm/llvm-project] f3351a: [clang] rename FPOptions.def's macro to FP_OPTION

Oliver Hunt via All-commits all-commits at lists.llvm.org
Fri May 2 19:23:46 PDT 2025


  Branch: refs/heads/users/ojhunt/rename-fpoptions-macro
  Home:   https://github.com/llvm/llvm-project
  Commit: f3351a66f6eac6bc85921fd94a3c95028e01da0c
      https://github.com/llvm/llvm-project/commit/f3351a66f6eac6bc85921fd94a3c95028e01da0c
  Author: Oliver Hunt <oliver at apple.com>
  Date:   2025-05-02 (Fri, 02 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] rename FPOptions.def's macro to FP_OPTION

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