[flang-commits] [flang] [flang] Tag warnings with LanguageFeature or UsageWarning (PR #110304)
via flang-commits
flang-commits at lists.llvm.org
Mon Sep 30 04:27:09 PDT 2024
================
@@ -565,7 +566,7 @@ class CheckSpecificationExprHelper
if (!scope_.IsModuleFile() &&
context_.languageFeatures().ShouldWarn(
common::LanguageFeature::SavedLocalInSpecExpr)) {
- context_.messages().Say(
+ context_.messages().Say(common::LanguageFeature::SavedLocalInSpecExpr,
----------------
jeanPerier wrote:
Is it too soon to use Warn here and folding, or is it a matter of going through them again and updating them?
https://github.com/llvm/llvm-project/pull/110304
More information about the flang-commits
mailing list