Mercurial > hg > CbC > CbC_llvm
comparison clang/.clang-tidy @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | 5f17cb93ff66 |
comparison
equal
deleted
inserted
replaced
173:0572611fdcc8 | 207:2e18cbf3894f |
---|---|
1 Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-readability-identifier-naming' | 1 Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-readability-identifier-naming,-misc-no-recursion' |
2 # Note that the readability-identifier-naming check is disabled, there are too | 2 # Note that the readability-identifier-naming check is disabled, there are too |
3 # many violations in the codebase and they create too much noise in clang-tidy | 3 # many violations in the codebase and they create too much noise in clang-tidy |
4 # results. | 4 # results. |
5 # Naming settings are kept for documentation purposes and allowing to run the | 5 # Naming settings are kept for documentation purposes and allowing to run the |
6 # check if the users would override this file, e.g. via a command-line arg. | 6 # check if the users would override this file, e.g. via a command-line arg. |