Clang] Fix expansion of response files in -Wp after integrated-cc1 change
[llvm-project.git] / mlir / .clang-tidy
blob5ed6429dab3e25b54a51b0af0ab0a2d5b6e7ea81
1 Checks: '-*,readability-identifier-naming'
2 CheckOptions:
3   - { key: readability-identifier-naming.VariableCase,  value: camelBack }
4   - { key: readability-identifier-naming.ParameterCase, value: camelBack }