[flang-commits] [flang] [flang][CLI] Have the CLI hint the flag to disable a warning (PR #144767)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Wed Jun 25 12:23:52 PDT 2025
================
@@ -655,8 +655,11 @@ bool Semantics::Perform() {
void Semantics::EmitMessages(llvm::raw_ostream &os) {
// Resolve the CharBlock locations of the Messages to ProvenanceRanges
// so messages from parsing and semantics are intermixed in source order.
+ bool echoSourceLine{true};
+ const auto &features{context_.languageFeatures()};
----------------
tarunprabhu wrote:
Could we specify the actual type here?
https://github.com/llvm/llvm-project/pull/144767
More information about the flang-commits
mailing list