diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-04 14:08:11 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-07 13:37:39 +0200 |
commit | f326c16bb288642246232ac173e2faa7cd4fad02 (patch) | |
tree | f2dcb94ce3abde1d452900af86710dc94b92d3ca /.clang-tidy | |
parent | 72fb5958427ef63181023e8fedce5c6ba642b01a (diff) | |
download | justbuild-f326c16bb288642246232ac173e2faa7cd4fad02.tar.gz |
Enable clang-analyzer-cplusplus.StringChecker check.
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 3034f0e1..acd90baa 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -3,7 +3,7 @@ Checks: >- *,-abseil-*,-altera-*,-android-*,-boost-*,-cert-*,-darwin-*,-fuchsia-*,-linuxkernel-*,-llvm-*,-llvmlibc-*,-mpi-*,-objc-*,-zircon-* WarningsAsErrors: >- bugprone-*,-bugprone-easily-swappable-parameters,-bugprone-unchecked-optional-access, - clang-analyzer-*,-clang-analyzer-cplusplus.NewDeleteLeaks,-clang-analyzer-cplusplus.StringChecker, + clang-analyzer-*,-clang-analyzer-cplusplus.NewDeleteLeaks, clang-diagnostic-*,-clang-diagnostic-unused-command-line-argument, hicpp-*, performance-*,-performance-avoid-endl, |