This is an archive of the discontinued LLVM Phabricator instance.

[flang] Treat tabs like spaces in formatted input.
ClosedPublic

Authored by klausler on Jul 17 2020, 5:02 PM.

Details

Summary

In formatted input, treat tabs as if they were spaces.

Diff Detail

Event Timeline

klausler created this revision.Jul 17 2020, 5:02 PM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 17 2020, 5:11 PM

The standard goes out of its way not to define blanks.

This revision is now accepted and ready to land.Jul 17 2020, 5:11 PM
This revision was automatically updated to reflect the committed changes.