prog:clang-tidy
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| prog:clang-tidy [2024/12/21 23:36] – [readability-identifier-naming] : fix typo root | prog:clang-tidy [2025/10/30 09:59] (Version actuelle) – [kokulshan/clang-tidy-cache] : suppression car l'autre projet a une meilleure popularité root | ||
|---|---|---|---|
| Ligne 196: | Ligne 196: | ||
| private: | private: | ||
| - | | + | short ShorT; |
| protected: | protected: | ||
| - | | + | double DoublE; |
| public: | public: | ||
| - | | + | float FloaT; |
| }</ | }</ | ||
| |< | |< | ||
| paramètre: | paramètre: | ||
| + | // Possible en C++ ?!? | ||
| si constexpr && SK_ConstexprVariable: | si constexpr && SK_ConstexprVariable: | ||
| SK_ConstexprVariable | SK_ConstexprVariable | ||
| Ligne 244: | Ligne 245: | ||
| si local && SK_LocalConstant: | si local && SK_LocalConstant: | ||
| SK_LocalConstant | SK_LocalConstant | ||
| + | // Plus restrictif que la condition précédente ?!? | ||
| si local && dans le bloc principal | si local && dans le bloc principal | ||
| de la fonction/ | de la fonction/ | ||
| Ligne 262: | Ligne 264: | ||
| si local && SK_LocalVariable: | si local && SK_LocalVariable: | ||
| SK_LocalVariable | SK_LocalVariable | ||
| + | // Plus restrictif que la condition précédente ?!? | ||
| si local && dans le bloc principal | si local && dans le bloc principal | ||
| de la fonction/ | de la fonction/ | ||
| Ligne 353: | Ligne 356: | ||
| si constexpr && SK_ConstexprFunction: | si constexpr && SK_ConstexprFunction: | ||
| SK_ConstexprFunction | SK_ConstexprFunction | ||
| + | // C'est quoi une fonction non globale ? | ||
| si global && SK_GlobalFunction: | si global && SK_GlobalFunction: | ||
| SK_GlobalFunction | SK_GlobalFunction | ||
| Ligne 410: | Ligne 414: | ||
| =====Cache===== | =====Cache===== | ||
| - | ====kokulshan/ | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | * Installation | ||
| - | |||
| - | Il faut avoir installé go. | ||
| - | |||
| - | <code bash> | ||
| - | make | ||
| - | </ | ||
| - | |||
| - | * Exécution | ||
| - | |||
| - | <code bash> | ||
| - | CLANG_TIDY_CACHE_BINARY=/ | ||
| - | </ | ||
| ====matus-chochlik/ | ====matus-chochlik/ | ||
prog/clang-tidy.1734820606.txt.gz · Dernière modification : de root
