cutter/docs/source/contributing/code
Premade dc76ccf59e
Enforce coding style using clang-tidy (#3603)
Added scripts/clang-tidy.py
Updated doc to tell about clang-tidy
Added checks for clang-tidy are defined below
* cppcoreguidelines-pro-type-cstyle-cast
* misc-const-correctness
* misc-unused-parameters
* modernize-loop-convert
* modernize-use-auto
* modernize-use-nullptr
* readability-braces-around-statements
* readability-identifier-naming
* readability-make-member-function-const
* performance-for-range-copy
* performance-enum-size
* performance-move-const-arg
* performance-no-automatic-move
* performance-noexcept-destructor
* performance-noexcept-move-constructor
* performance-noexcept-swap
* performance-unnecessary-copy-initialization
* performance-unnecessary-value-param
* performance-use-std-move
* performance-move-constructor-init
2026-05-22 21:46:02 +05:00
..
development-guidelines.rst Enforce coding style using clang-tidy (#3603) 2026-05-22 21:46:02 +05:00
getting-started.rst Rename radare2 mention to Rizin in documentation (#2505) 2020-12-15 09:49:50 +01:00
ide-setup.rst Use qt6 by default (#3366) 2024-08-01 22:14:41 +03:00
release-procedure.rst Update references for dev/stable split 2021-12-21 13:39:25 +01:00