This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Reformat files with current clang-format
ClosedPublic

Authored by klausler on Aug 6 2020, 5:28 PM.

Diff Detail

Event Timeline

klausler created this revision.Aug 6 2020, 5:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Aug 6 2020, 5:28 PM
DavidTruby accepted this revision.Aug 6 2020, 5:33 PM

LGTM!

Out of interest what led to these changes? Were these files not clang formatted correctly before or has clang-format changed?

This revision is now accepted and ready to land.Aug 6 2020, 5:33 PM

LGTM!

Out of interest what led to these changes? Were these files not clang formatted correctly before or has clang-format changed?

The latter, we believe. We've been good about running git-clang-format, and these discrepancies are on lines that haven't changed in a while.

Interesting, thanks for the info!
The changes look sensible to me so maybe it's a new pass clang-tidy has added.

sscalpone accepted this revision.Aug 6 2020, 6:27 PM
This revision was landed with ongoing or failed builds.Aug 7 2020, 12:11 PM
This revision was automatically updated to reflect the committed changes.