We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7ad5c commit 598c5d6Copy full SHA for 598c5d6
flang/lib/Support/CMakeLists.txt
@@ -44,7 +44,6 @@ endif()
44
45
add_flang_library(FortranSupport
46
default-kinds.cpp
47
- enum-class.cpp
48
Flags.cpp
49
Fortran.cpp
50
Fortran-features.cpp
flang/lib/Support/Fortran-features.cpp
@@ -77,11 +77,6 @@ LanguageFeatureControl::LanguageFeatureControl() {
77
std::string_view{cliOption};
78
});
79
80
- replaceCliCanonicalSpelling(UsageWarning::F202XAllocatableBreakingChange,
81
- "f202x-allocatable-breaking-change");
82
-
83
- // If we need to
84
85
// These features must be explicitly enabled by command line options.
86
disable_.set(LanguageFeature::OldDebugLines);
87
disable_.set(LanguageFeature::OpenACC);
0 commit comments