This will make it easier for me to do reviews.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/include/flang/Runtime/magic-numbers.h | ||
---|---|---|
1 ↗ | (On Diff #472776) | This change is not an improvement. |
flang/lib/Semantics/type.cpp | ||
466 ↗ | (On Diff #472776) | This one seems inconsistent with all other braced initializations. |
flang/runtime/derived.cpp | ||
168 ↗ | (On Diff #472776) | Comment makes more sense when it's on the same line as its referent. |
Comment Actions
Thanks a ton Pete, nice clean-up!
Changes in the driver area LGTM. Listing them here for reference
- "flang/tools/flang-driver/*,
- "flang/include/flang/Frontend/*",
- "flang/lib/Frontend/*".
Approving this as is, but please address Peter's comments before merging (and any other comments that folks might leave in the meantime).
Comment Actions
Thanks, Peter, Jean, and Andrej. I'll fix things up.
flang/include/flang/Runtime/magic-numbers.h | ||
---|---|---|
1 ↗ | (On Diff #472776) | Thanks. I'll revert it. |
flang/lib/Semantics/type.cpp | ||
466 ↗ | (On Diff #472776) | Yes. This is weird. It's probably a bug in clang-format. I'll revert it. |
flang/runtime/derived.cpp | ||
168 ↗ | (On Diff #472776) | Agreed. I'll revert it. |