This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy][NFC] Make CheckFactories::CreateChecks* const
ClosedPublic

Authored by njames93 on Nov 23 2022, 4:40 AM.

Details

Summary

There's no reason for these methods to be non-const.

Diff Detail

Event Timeline

njames93 created this revision.Nov 23 2022, 4:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2022, 4:40 AM
njames93 requested review of this revision.Nov 23 2022, 4:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2022, 4:40 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Dec 2 2022, 1:07 AM
This revision is now accepted and ready to land.Dec 2 2022, 1:07 AM