This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy][run-clang-tidy.py] Mutual exclusion of -config and -config-file
AbandonedPublic

Authored by SAtacker on Feb 22 2022, 9:07 PM.

Details

Summary

Depends on D120331

  • Ensures that both options -config and -config-file exclude each other

Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>

Diff Detail

Event Timeline

SAtacker created this revision.Feb 22 2022, 9:07 PM
SAtacker published this revision for review.Feb 22 2022, 9:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2022, 9:09 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Eugene.Zelenko added inline comments.
clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
239

In other options spaces are place at the end of string. Please also add missing spaces.

I think will be good to merge these changes to D120331.

SAtacker accepted this revision.Feb 22 2022, 10:12 PM

I think will be good to merge these changes to D120331.

Thanks for the review. Will land this and make the required changes in the next one.

clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
239

Yes, sure.

This revision is now accepted and ready to land.Feb 22 2022, 10:12 PM

About procedure :-) You could not approve patches yourself, this is task for reviewers. If content of this patch will be merged to another one, just abandon this one.

About procedure :-) You could not approve patches yourself, this is task for reviewers. If content of this patch will be merged to another one, just abandon this one.

Yes sorry for a little chaos from my end. I was struggling to use arcanist and confused the term "land" and the "Add Action" in Phabricator User Interface.
Thank you for the info 👍 .

SAtacker abandoned this revision.Feb 23 2022, 7:39 AM