Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
- Update clang to clang-14 in CI
- Compile all extensions with clang in CI generating the compile_commands.json
- Run the first batch of checks with clang-tidy-14
- These checks are: boost*,bugprone*,cert*,portability*,-clang-analyzer-optin.cplusplus.VirtualCall,-bugprone-narrowing-conversions,-bugprone-implicit-widening-of-multiplication-result,-bugprone-macro-parentheses,-bugprone-easily-swappable-parameters,-bugprone-exception-escape,-cert-err58-cpp,-cert-err33-c
- Fix the failing checks
- Integrate the checks for changed files in CI
Attachments
Issue Links
- is depended upon by
-
MINIFICPP-1833 Integrate misc and modernize clang-tidy checks in CI
- Resolved