This NFC fixes formatting issues introduced with https://reviews.llvm.org/D110714
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Semantics/check-omp-structure.cpp | ||
---|---|---|
1347 | Please check other code. This should be like the following (if not exceeding 80 columns): "Atomic update variable '%s' not found in the RHS of the assignment " "statement in an ATOMIC (UPDATE) construct"_err_en_US, variableName); |
Comment Actions
@peixin The patch is ready for review. @shraiysh and I discussed on the reasons why clang-format checks passed on the previous patch. We think this might be a bug with clang-format that it didn't automatically break a >80 column string into two shorter strings (neither threw clang-format check failures while running checks).
Please check other code. This should be like the following (if not exceeding 80 columns):