[flang-commits] [flang] [flang][CLI] Have the CLI hint the flag to disable a warning (PR #144767)

Andre Kuhlenschmidt via flang-commits flang-commits at lists.llvm.org
Wed Jun 18 11:30:50 PDT 2025


================
@@ -273,14 +273,36 @@ static llvm::raw_ostream::Colors PrefixColor(Severity severity) {
   return llvm::raw_ostream::SAVEDCOLOR;
 }
 
+static std::string hintLanguageControlFlag(
----------------
akuhlens wrote:

Sorry, for some reason I thought that was specific to externally facing functions. Understanding corrected.

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


More information about the flang-commits mailing list