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

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


  Branch: refs/heads/users/ojhunt/rename-fpoptions-macro
  Home:   https://github.com/llvm/llvm-project
  Commit: 60eeaf0edd0a58bcdac4afad44ed097efdcd83f3
      https://github.com/llvm/llvm-project/commit/60eeaf0edd0a58bcdac4afad44ed097efdcd83f3
  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