[all-commits] [llvm/llvm-project] 7416e8: [flang][driver] Add options for -Werror
arnamoy10 via All-commits
all-commits at lists.llvm.org
Mon Apr 5 09:50:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7416e8a8431a0f2711be9d16e111d1781b74df96
https://github.com/llvm/llvm-project/commit/7416e8a8431a0f2711be9d16e111d1781b74df96
Author: Arnamoy Bhattacharyya <arnamoy.bhattacharyya at huawei.com>
Date: 2021-04-05 (Mon, 05 Apr 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Flang.cpp
M flang/include/flang/Frontend/CompilerInvocation.h
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/test/Driver/driver-help-hidden.f90
M flang/test/Driver/driver-help.f90
A flang/test/Driver/werror_parse.f
A flang/test/Driver/werror_scan.f
A flang/test/Driver/werror_sema.f90
A flang/test/Driver/werror_wrong.f90
M flang/tools/f18/f18.cpp
Log Message:
-----------
[flang][driver] Add options for -Werror
With the option given, warnings are treated as error.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D98657
More information about the All-commits
mailing list