| Daniel Zheng | da4f729 | 2022-09-02 22:59:32 +0000 | [diff] [blame] | 1 | Diagnostics: | 
| 2 | ClangTidy: | ||||
| 3 | # Add: [modernize-*, google-*, android-*, cppcoreguidelines-*] | ||||
| 4 | Add: | ||||
| 5 | - cppcoreguidelines-init-variables | ||||
| 6 | - cppcoreguidelines-pro-type-member-init | ||||
| 7 | Remove: | ||||
| 8 | - modernize-use-trailing-return-type | ||||
| 9 | - modernize-replace-disallow-copy-and-assign-macro | ||||
| 10 | - cppcoreguidelines-pro-type-reinterpret-cast | ||||