[PATCH] D120385: [clang-tidy][run-clang-tidy.py] Mutual exclusion of -config and -config-file

Shreyas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 22:12:15 PST 2022


SAtacker accepted this revision.
SAtacker added a comment.
This revision is now accepted and ready to land.

In D120385#3339440 <https://reviews.llvm.org/D120385#3339440>, @Eugene.Zelenko wrote:

> I think will be good to merge these changes to D120331 <https://reviews.llvm.org/D120331>.

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



================
Comment at: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py:239
                       help='Specify the path of .clang-tidy or custom config'
-                      'file: e.g. -config-file=/some/path/myTidyConfigFile'
+                      ' file: e.g. -config-file=/some/path/myTidyConfigFile'
                       'This option internally works exactly the same way as'
----------------
Eugene.Zelenko wrote:
> In other options spaces are place at the end of string. Please also add missing spaces.
Yes, sure. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120385/new/

https://reviews.llvm.org/D120385



More information about the llvm-commits mailing list