[flang-commits] [flang] [flang] Add option to exclude array literals from isCompilerGenerated (PR #225164)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Mon Sep 21 11:55:42 PDT 2026


================
@@ -199,7 +199,8 @@ struct NameUniquer {
   /// If \p excludeStringLiterals is true, string literals are excluded from the
   /// check.
----------------
clementval wrote:

```suggestion
  /// check.
  /// If \p excludeArrayLiterals is true, array literals are excluded from the
  /// check.
```

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


More information about the flang-commits mailing list