Baranov Victor
94877ce1b4
[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings ( #143482 )
...
Run misc-use-internal-linkage check over clang-tidy code.
Also fixed a couple of other clang-tidy warnings.
Apart from issues in header files, all '.cpp' in
`clang-tools-extra/clang-tidy` must be clang-tidy clear now.
2025-06-10 23:23:37 +03:00
Baranov Victor
ce46adb8b7
[clang-tidy][NFC] run clang-format over 'android', 'boost' and 'bugprone' checks ( #143315 )
2025-06-08 23:22:05 +03:00
Piotr Zegar
11a411a49b
Revert "[clang-tidy][NFC] Remove duplicated code"
...
This reverts commit b6f6be4b500ff64c23a5103ac3311cb74519542f.
2024-03-31 15:06:49 +00:00
Piotr Zegar
b6f6be4b50
[clang-tidy][NFC] Remove duplicated code
...
Remove duplicated matchers by moving some of them to
utils/Matchers.h. Add some anonymous namespaces and
renamed some code to avoid ODR issues.
2024-03-31 14:58:27 +00:00
Piotr Zegar
cbdc3e1bf9
[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findings
...
Fix issues found by clang-tidy in clang-tidy source directory.
2023-08-27 11:59:03 +00:00
Piotr Zegar
d57cf05f94
[clang-tidy][NFC] Fix modernize-concat-nested-namespaces findings
...
Fix issues found by clang-tidy in clang-tidy source directory.
2023-08-27 08:52:10 +00:00
Balázs Kéri
852bf52cc9
[clang-tidy] Add check bugprone-multiple-new-in-one-expression.
...
Reviewed By: donat.nagy
Fixed test failures with previous commit.
Differential Revision: https://reviews.llvm.org/D138777
2023-05-02 12:29:17 +02:00
Balázs Kéri
7b7a6b641a
Revert "[clang-tidy] Add check bugprone-multiple-new-in-one-expression."
...
This reverts commit 1aa36da15369678d94add0f64809b11f95795efd.
2023-05-02 11:23:31 +02:00
Balázs Kéri
1aa36da153
[clang-tidy] Add check bugprone-multiple-new-in-one-expression.
...
Reviewed By: donat.nagy
Differential Revision: https://reviews.llvm.org/D138777
2023-05-02 10:59:07 +02:00