This is an archive of the discontinued LLVM Phabricator instance.

[clangd][nfc] cleanup of remaining clang-tidy findings
ClosedPublic

Authored by kuhnel on Feb 1 2022, 5:47 AM.

Details

Summary

There were some left-overs (or new things) from the previous patches.

This will get us down to 0 open findings except:
clang-tidy is complaining in some files about
warning: #includes are not sorted properly [llvm-include-order]
however, clang-format does revert these changes.
It looks like clang-tidy and clang-format disagree there.

Not sure how we can fix that...

Diff Detail

Event Timeline

kuhnel created this revision.Feb 1 2022, 5:47 AM
kuhnel requested review of this revision.Feb 1 2022, 5:47 AM
sammccall accepted this revision.Feb 1 2022, 5:59 AM

clang-tidy is complaining in some files about

Which files? And which clang-tidy --version vs clang-format --version?
I can take a look

This revision is now accepted and ready to land.Feb 1 2022, 5:59 AM
This revision was automatically updated to reflect the committed changes.