microsoft / spoor

Compiler-instrumented app tracing.
https://www.spoor.dev
Other
52 stars 6 forks source link

Clang Tidy spuriously reports "error: invalid case style for template parameter 'expr-type'" #246

Open lelandjansen opened 2 years ago

lelandjansen commented 2 years ago

Clang Tidy spuriously reports "error: invalid case style for template parameter 'expr-type'". We have temporarily disabled the error via a clang-tidy config and should remove the exception when the bug is fixed.

- key: readability-identifier-naming.TypeTemplateParameterIgnoredRegexp
  value: expr-type