[flang-commits] [flang] [flang][CLI] Have the CLI hint the flag to disable a warning (PR #144767)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed Jun 18 11:21:26 PDT 2025
================
@@ -273,14 +273,36 @@ static llvm::raw_ostream::Colors PrefixColor(Severity severity) {
return llvm::raw_ostream::SAVEDCOLOR;
}
+static std::string hintLanguageControlFlag(
----------------
klausler wrote:
We capitalize function names in the parser, Evaluate, semantics, and runtime.
https://github.com/llvm/llvm-project/pull/144767
More information about the flang-commits
mailing list