annotate clang/.clang-tidy @ 237:c80f45b162ad llvm-original

add some fix
author kono
date Wed, 09 Nov 2022 17:47:54 +0900
parents 5f17cb93ff66
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 # Note that the readability-identifier-naming check is disabled, there are too
anatofuz
parents:
diff changeset
2 # many violations in the codebase and they create too much noise in clang-tidy
anatofuz
parents:
diff changeset
3 # results.
223
5f17cb93ff66 LLVM13 (2021/7/18)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 221
diff changeset
4 Checks: '-readability-identifier-naming'
5f17cb93ff66 LLVM13 (2021/7/18)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 221
diff changeset
5 InheritParentConfig: true