This is an archive of the discontinued LLVM Phabricator instance.

run-clang-tidy.py should only search for the clang-apply-replacements if really needed
ClosedPublic

Authored by aabhinavg on Mar 7 2023, 12:02 AM.

Details

Summary

run-clang-tidy.py should only search for the clang-apply-replacements if really needed.

Diff Detail

Event Timeline

aabhinavg created this revision.Mar 7 2023, 12:02 AM
Herald added a project: Restricted Project. · View Herald Transcript
aabhinavg requested review of this revision.Mar 7 2023, 12:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 12:02 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
carlosgalvezp accepted this revision.Mar 7 2023, 12:40 AM

LGTM, clang_apply_replacements_binary is only used in a if args.fix block.

This revision is now accepted and ready to land.Mar 7 2023, 12:40 AM