Mercurial > hg > CbC > CbC_llvm
view clang/.clang-tidy @ 235:edfff9242030 cbc-llvm13
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 21 Jul 2021 11:30:30 +0900 |
parents | 5f17cb93ff66 |
children |
line wrap: on
line source
# Note that the readability-identifier-naming check is disabled, there are too # many violations in the codebase and they create too much noise in clang-tidy # results. Checks: '-readability-identifier-naming' InheritParentConfig: true