This is an archive of the discontinued LLVM Phabricator instance.

[fir][NFC] Fix couple of clang-tidy warnings
ClosedPublic

Authored by clementval on Oct 4 2021, 2:35 AM.

Details

Summary

Fix some clang-tidy wrning in flang/Optimizer/Support and
remove explicit number of inlined elements for SmallVector. This
is mostly to sync with the changes from fir-dev.

This patch is part of the upstreaming effort from fir-dev branch.

Diff Detail

Event Timeline

clementval created this revision.Oct 4 2021, 2:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2021, 2:35 AM
clementval requested review of this revision.Oct 4 2021, 2:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2021, 2:35 AM
schweitz accepted this revision.Oct 4 2021, 7:51 AM
This revision is now accepted and ready to land.Oct 4 2021, 7:51 AM
This revision was automatically updated to reflect the committed changes.