diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-15 21:05:19 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-15 21:05:19 +0200 |
| commit | 4f3760fc3b647fa166da4ab777eb612b14ac500b (patch) | |
| tree | 2f9faece24cac31f8dcb842572cdd9a486402637 /.clang-tidy | |
| parent | 0cf833840b19e603f480dead5ca211f947503f9b (diff) | |
| download | expat++-4f3760fc3b647fa166da4ab777eb612b14ac500b.tar.gz expat++-4f3760fc3b647fa166da4ab777eb612b14ac500b.tar.bz2 expat++-4f3760fc3b647fa166da4ab777eb612b14ac500b.zip | |
Umbau auf modernes C++
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..635ef64 --- /dev/null +++ b/.clang-tidy | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | --- | ||
| 2 | Checks: "*, | ||
| 3 | -abseil-*, | ||
| 4 | -altera-*, | ||
| 5 | -android-*, | ||
| 6 | -fuchsia-*, | ||
| 7 | -google-*, | ||
| 8 | -llvm*, | ||
| 9 | -modernize-use-trailing-return-type, | ||
| 10 | -zircon-*, | ||
| 11 | -readability-else-after-return, | ||
| 12 | -readability-static-accessed-through-instance, | ||
| 13 | -readability-avoid-const-params-in-decls, | ||
| 14 | -cppcoreguidelines-non-private-member-variables-in-classes, | ||
| 15 | -misc-non-private-member-variables-in-classes, | ||
| 16 | -cppcoreguidelines-pro-type-reinterpret-cast, | ||
| 17 | -cppcoreguidelines-pro-bounds-pointer-arithmetic | ||
| 18 | " | ||
| 19 | WarningsAsErrors: '' | ||
| 20 | HeaderFilterRegex: '' | ||
| 21 | FormatStyle: none | ||
