Skip to content

Commit be64f94

Browse files
committed
Removed deprecated option from .clang-tidy:
- AnalyzeTemporaryDtors Change-Id: Ib81208fd117411ae981c900c5d521f1a128ec280
1 parent 62c0479 commit be64f94

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.clang-tidy

-22
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,7 @@
1-
# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2-
#
3-
# This program is free software; you can redistribute it and/or modify
4-
# it under the terms of the GNU General Public License, version 2.0,
5-
# as published by the Free Software Foundation.
6-
#
7-
# This program is also distributed with certain software (including
8-
# but not limited to OpenSSL) that is licensed under separate terms, as
9-
# designated in a particular file or component or in included license
10-
# documentation. The authors of MySQL hereby grant you an additional
11-
# permission to link the program and your derivative works with the
12-
# separately licensed software that they have included with MySQL.
13-
# This program is distributed in the hope that it will be useful, but
14-
# WITHOUT ANY WARRANTY; without even the implied warranty of
15-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
16-
# the GNU General Public License, version 2.0, for more details.
17-
#
18-
# You should have received a copy of the GNU General Public License
19-
# along with this program; if not, write to the Free Software Foundation, Inc.,
20-
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21-
221
---
232
Checks: 'clang-diagnostic-*,clang-analyzer-*,google-*'
243
WarningsAsErrors: ''
254
HeaderFilterRegex: ''
26-
AnalyzeTemporaryDtors: false
275
CheckOptions:
286
- key: cert-dcl59-cpp.HeaderFileExtensions
297
value: h,hh,hpp,hxx

0 commit comments

Comments
 (0)