[flang-commits] [flang] [llvm] [OpenMP] [TASK] Add semantic checks for detach clause (PR #119172)
Thirumalai Shaktivel via flang-commits
flang-commits at lists.llvm.org
Sun Dec 8 22:48:19 PST 2024
Thirumalai-Shaktivel wrote:
There seems to be some problem with `Check code formatting`.
I get the following locally
```console
$ git-clang-format
clang-format did not modify any files
```
The failed line seems to be within the range (80 characters):
```
if (const parser::Name *name{parser::Unwrap<parser::Name>(obj)}) {
```
https://github.com/llvm/llvm-project/pull/119172
More information about the flang-commits
mailing list