[llvm-dev] run-clang-tidy

Joachim Meyer via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 1 03:39:15 PDT 2021


Hi Serikzahn,

Thanks for posting sounds great to me :)
To contribute to LLVM, the main way is to use Phabricator[1]. Consider https://
www.llvm.org/docs/Contributing.html#how-to-submit-a-patch[2] and https://
www.llvm.org/docs/Phabricator.html#phabricator-reviews[3] for information on how to 
contribute.

Greetings,
Joachim

Am Montag, 1. November 2021, 11:35:01 CET schrieb Serikzhan Kazi via llvm-dev:
> Hi all.
> 
> This is my first post to the list, and feel free to correct me if something
> needs to be changed.
> Otherwise, this is my message. Considering this file
> https://clang.llvm.org/extra/doxygen/run-clang-tidy_8py_source.html, esp.
> its line 276:
> files = [make_absolute
> <https://clang.llvm.org/extra/doxygen/namespacerun-clang-tidy.html#a0cea255a
> 2d9edf0a7f877bd9bdd4c75f> (entry['file'], entry['directory'])
> 277  for entry in database]
> 278
> In my private repo, I ran run-clang-tidy.py with an added line
> files = set(files), and it ran twice as fast because it eliminated
> duplicates. In its original form, I have some files duplicated as many as 3
> times. Since the GitHub page of the project does not accept pull requests,
> I am starting by posting here. My question is, how to effect this change in
> the current run-clang-tidy.py?
> 
> Thanks.

--------
[1] https://reviews.llvm.org/
[2] https://www.llvm.org/docs/Contributing.html#how-to-submit-a-patch
[3] https://www.llvm.org/docs/Phabricator.html#phabricator-reviews
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211101/a71b63a1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211101/a71b63a1/attachment.sig>


More information about the llvm-dev mailing list