This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 4854651901 [chore](clang-tidy) Apply uninitialized variables check of 
clang-tidy (#23497)
4854651901 is described below

commit 4854651901da88bbde40770b60b2a494affba10d
Author: zclllyybb <[email protected]>
AuthorDate: Sat Sep 2 19:19:13 2023 +0800

    [chore](clang-tidy) Apply uninitialized variables check of clang-tidy 
(#23497)
---
 .clang-tidy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.clang-tidy b/.clang-tidy
index f571e16254..8f898e9904 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -23,5 +23,6 @@ Checks: |
   performance-type-promotion-in-math-fn,
   performance-faster-string-find,
   performance-inefficient-algorithm,
-  performance-move-const-arg
+  performance-move-const-arg,
+  cppcoreguidelines-init-variables
 WarningsAsErrors: '*'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to