[PATCH] D36836: [clang-tidy] Implement sonarsource-function-cognitive-complexity check

Daniel Berlin via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 21 12:26:13 PST 2017


Yes, unfortnuately, i just have no time these days with my new role. Sorry.
I'm trying to keep up with reviews where i can, but i'm prioritizing those
that are absolutely blocked on me (and trying to hand those off).



On Tue, Nov 21, 2017 at 11:11 AM, Roman Lebedev via Phabricator <
reviews at reviews.llvm.org> wrote:

> lebedev.ri updated this revision to Diff 123827.
> lebedev.ri marked an inline comment as done.
> lebedev.ri retitled this revision from "[clang-tidy] Implement
> readability-function-cognitive-complexity check" to "[clang-tidy]
> Implement sonarsource-function-cognitive-complexity check".
> lebedev.ri added a subscriber: chandlerc.
> lebedev.ri added a comment.
>
> - Rebased
> - As advised by @aaron.ballman, moved into it's own directory/module.
> Please review that, i'm not entirely sure i have done that fully correctly.
>
> @chandlerc Hi!
> @aaron.ballman has suggested for me to try to talk to you about this.
> Is there some precedent for the licensing 'issue' at hand? Do you have any
> opinion?
> @dberlin did not react to the pings, so i'm not sure i personally can come
> up with anything better for `LICENSE.txt`
>
> If there are no further ideas, i'll try to contact sonarsource.
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D36836
>
> Files:
>   LICENSE.TXT
>   clang-tidy/CMakeLists.txt
>   clang-tidy/plugin/CMakeLists.txt
>   clang-tidy/sonarsource/CMakeLists.txt
>   clang-tidy/sonarsource/FunctionCognitiveComplexityCheck.cpp
>   clang-tidy/sonarsource/FunctionCognitiveComplexityCheck.h
>   clang-tidy/sonarsource/LICENSE.TXT
>   clang-tidy/sonarsource/SONARSOURCETidyModule.cpp
>   clang-tidy/tool/CMakeLists.txt
>   clang-tidy/tool/ClangTidyMain.cpp
>   docs/ReleaseNotes.rst
>   docs/clang-tidy/checks/list.rst
>   docs/clang-tidy/checks/sonarsource-function-cognitive-complexity.rst
>   test/clang-tidy/sonarsource-function-cognitive-complexity.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171121/b1a6176a/attachment.html>


More information about the cfe-commits mailing list