libsuperderpy/README_codestyle.md
Sebastian Krzyszkowiak 6115818773 add codestyle guide
2017-09-10 23:54:47 +02:00

622 B

libsuperderpy codestyle

clang-format

See the configuration file.

clang-tidy

-checks=*,-clang-analyzer-alpha.*,-google-readability-todo,-performance-type-promotion-in-math-fn,
-misc-unused-parameters,-cert-msc30-c,-cert-msc50-cpp

Note: clang-tidy runs automatically during compilation if found by CMake (can be disabled with -DUSE_CLANG_TIDY=no)

Qt Creator's Code Model

-Weverything -Wno-missing-field-initializers -Wno-unused-parameter -Wno-padded -Wno-conversion
-Wno-double-promotion -Wno-bad-function-cast -Wno-pedantic -Wno-unused-macros -std=c11 -D__codemodel__