[flang-commits] [flang] [flang][warnings] systematically guard warnings (PR #154234)
Andre Kuhlenschmidt via flang-commits
flang-commits at lists.llvm.org
Tue Aug 19 13:59:59 PDT 2025
================
@@ -360,6 +371,14 @@ class Messages {
bool AnyFatalError(bool warningsAreErrors = false) const;
private:
+ template <typename... A>
+ Message &addWarning(common::UsageWarning warning, A &&...args) {
----------------
akuhlens wrote:
Sorry, I thought be private meant it should be lowercase, but I went back and checked and that is data member specific. Noted.
https://github.com/llvm/llvm-project/pull/154234
More information about the flang-commits
mailing list