Depends on D140023
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
All builds and tests correctly and looks good.
flang/lib/Lower/ConvertExpr.cpp | ||
---|---|---|
7275 | When I run clang-format on this line, I get the following: if (const Fortran::semantics::Symbol * symbol{GetLastSymbol(expr)}) { Note the space between the "*" and "symbol". |
flang/lib/Lower/ConvertExpr.cpp | ||
---|---|---|
7275 | Thanks, I reverted that change. |
When I run clang-format on this line, I get the following:
Note the space between the "*" and "symbol".