| Issue |
61418
|
| Summary |
clang-tidy checks `readability-identifier-naming` and `bugprone-reserved-identifier` slow after upgrade to C++23
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
rschu1ze
|
Hi all,
we (ClickHouse) use clang-tidy 15 as a static analysis tool in our continuous integration checks. After upgrading the codebase [to compile with C++23](https://github.com/ClickHouse/ClickHouse/pull/47424) instead of C++23, we experienced a massive performance drop in the clang-tidy runs. Turned out that the performance recovered when checks `readability-identifier-naming` and `bugprone-reserved-identifier` and their aliases were disabled. Curious if this is a known issue?
Thanks!
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs