[flang-commits] [flang] [flang] Fix build after 9e306ad4 (PR #141134)
Kazu Hirata via flang-commits
flang-commits at lists.llvm.org
Thu May 22 13:40:18 PDT 2025
kazutakahirata wrote:
I'm testing this on top of #141131#. I'm getting:
```
flang/lib/Frontend/TextDiagnosticPrinter.cpp:84:17: error: member reference type 'clang::DiagnosticOptions' is not a pointer; did you mean to use '.'?
84 | if (diagOpts->ShowColors)
| ~~~~~~~~^~
| .
```
https://github.com/llvm/llvm-project/pull/141134
More information about the flang-commits
mailing list