[all-commits] [llvm/llvm-project] 1c66d0: Rename warn_drv_overriding_flag_option (-Woverridi...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Aug 18 09:15:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c66d08b0137cef7761b8220d3b7cb7833f57cdb
https://github.com/llvm/llvm-project/commit/1c66d08b0137cef7761b8220d3b7cb7833f57cdb
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Driver/fp-model.c
Log Message:
-----------
Rename warn_drv_overriding_flag_option (-Woverriding-t-option) to warn_drv_overriding_flag_option (-Woverriding-option)
warn_drv_overriding_flag_option was added for clang-cl `/T*` options (D1290) and its group name was planned to be renamed to overriding-option.
The name -Woverriding-t-option does not make sense for other uses,
mostly related to -ffp-model= related diagnostics.
Reviewed By: hans, skan, dexonsmith
Differential Revision: https://reviews.llvm.org/D158137
More information about the All-commits
mailing list