[flang-commits] [flang] [flang][OpenMP] Implement flexible OpenMP clause representation (PR #81621)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Mar 14 09:47:43 PDT 2024
kiranchandramohan wrote:
@kparzysz Peter Klausler mentioned that the build is broken. Could you have a look?
```
llvm-project/main build is broken.
In file included from ../llvm-project/flang/lib/Lower/OpenMP/Clauses.cpp:9:
../llvm-project/flang/lib/Lower/OpenMP/Clauses.h:195:17: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
195 | return Clause{id, specific, source};
| ^~~~~~~~~~~~
| { }
```
https://github.com/llvm/llvm-project/pull/81621
More information about the flang-commits
mailing list