|
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 |
| - |
22 | 1 | ---
|
23 | 2 | Checks: 'clang-diagnostic-*,clang-analyzer-*,google-*'
|
24 | 3 | WarningsAsErrors: ''
|
25 | 4 | HeaderFilterRegex: ''
|
26 |
| -AnalyzeTemporaryDtors: false |
27 | 5 | CheckOptions:
|
28 | 6 | - key: cert-dcl59-cpp.HeaderFileExtensions
|
29 | 7 | value: h,hh,hpp,hxx
|
|
0 commit comments