Files
Aleksei Zhavoronkov d156caca6a Pull request 616: lint-cpp: switch to clangd-tidy and drop *-magic-numbers
Squashed commit of the following:

commit 542ff3c79526154aedd899f870e3d2b3c415844c
Author: Zhavoronkov Aleksei <a.zhavoronkov@adguard.com>
Date:   Thu Feb 5 17:51:04 2026 +0300

    lint-cpp: switch to clangd-tidy and drop *-magic-numbers
    
    Disable *-magic-numbers check because it takes a significant amount of time and no one actually uses it.
    Use clangd-tidy (https://github.com/lljbash/clangd-tidy) instead of clang-tidy in lint-cpp to speed up checks.
    
    Signed-off-by: Zhavoronkov Aleksei <a.zhavoronkov@adguard.com>
2026-02-06 08:25:40 +00:00

8 lines
234 B
YAML

CompileFlags:
# TODO: Remove when https://github.com/clangd/clangd/issues/1167 will be fixed
Add: [-Wno-unknown-pragmas]
Diagnostics:
# Available in clangd-14
UnusedIncludes: None
# Requires clangd-17
MissingIncludes: None