mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-30 13:47:32 +00:00
adding readability-identifier-naming to llvm clang-tidy configuration.
Differential Revision: http://reviews.llvm.org/D15196 llvm-svn: 255028
This commit is contained in:
parent
e6540e244a
commit
43de555ad9
@ -1 +1,13 @@
|
||||
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'
|
||||
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,readability-identifier-naming'
|
||||
CheckOptions:
|
||||
- key: readability-identifier-naming.ClassCase
|
||||
value: CamelCase
|
||||
- key: readability-identifier-naming.EnumCase
|
||||
value: CamelCase
|
||||
- key: readability-identifier-naming.FunctionCase
|
||||
value: lowerCase
|
||||
- key: readability-identifier-naming.UnionCase
|
||||
value: CamelCase
|
||||
- key: readability-identifier-naming.VariableCase
|
||||
value: CamelCase
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user