This is an archive of the discontinued LLVM Phabricator instance.

[Support] Apply clang-format on .inc files. NFC.
ClosedPublic

Authored by aganea on Nov 25 2022, 7:09 AM.

Details

Summary

Apply clang-format on llvm/lib/Support/Windows/ and llvm/lib/Support/Unix/ since .inc files in these folders aren't picked up by default. Eventually we need to add this extension in the monorepo .clang-format file.

Diff Detail

Event Timeline

aganea created this revision.Nov 25 2022, 7:09 AM
aganea requested review of this revision.Nov 25 2022, 7:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2022, 7:09 AM
MaskRay accepted this revision.Nov 25 2022, 8:03 PM

Thanks!

This revision is now accepted and ready to land.Nov 25 2022, 8:03 PM

Thanks!

Thanks to you for taking the time!

This revision was automatically updated to reflect the committed changes.