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/22 09:16] – [readability-identifier-naming] : Ajout d'un commentaire constexprVariable pour paramètre d'une fonction 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 245: | 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 263: | 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 354: | 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 411: | 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.1734855369.txt.gz · Dernière modification : de root
