[all-commits] [llvm/llvm-project] bf60aa: [flang][cli] Add diagnostic flags to the CLI (#142...
Andre Kuhlenschmidt via All-commits
all-commits at lists.llvm.org
Tue Jun 10 06:41:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf60aa1c551ef5de62fd1d1cdcbff58cba55cacd
https://github.com/llvm/llvm-project/commit/bf60aa1c551ef5de62fd1d1cdcbff58cba55cacd
Author: Andre Kuhlenschmidt <andre.kuhlenschmidt at gmail.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M flang/include/flang/Common/enum-class.h
M flang/include/flang/Common/optional.h
M flang/include/flang/Support/Fortran-features.h
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Support/Fortran-features.cpp
A flang/test/Driver/disable-diagnostic.f90
M flang/test/Driver/werror-wrong.f90
M flang/test/Driver/wextra-ok.f90
M flang/unittests/Common/CMakeLists.txt
A flang/unittests/Common/EnumClassTests.cpp
A flang/unittests/Common/FortranFeaturesTest.cpp
Log Message:
-----------
[flang][cli] Add diagnostic flags to the CLI (#142022)
This change allows the flang CLI to accept `-W[no-]<feature>` flags matching the clang syntax and enable and disable usage and language feature warnings.
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