[flang-commits] [flang] [flang][cli] Add diagnostic flags to the CLI (PR #142022)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Thu May 29 13:11:16 PDT 2025


================
@@ -94,57 +96,123 @@ LanguageFeatureControl::LanguageFeatureControl() {
   warnLanguage_.set(LanguageFeature::NullActualForAllocatable);
 }
 
-// Ignore case and any inserted punctuation (like '-'/'_')
----------------
klausler wrote:

Restore this function, or write something like it, and use it to implement a string comparison that ignores non-alphabetic characters and normalizes to lower case.

https://github.com/llvm/llvm-project/pull/142022


More information about the flang-commits mailing list