mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
af6218ff78
* Apply performance fixes from clang-tidy * 2nd Round of Perf Optimizations * 3rd round of fixes & handle false-positive * Apply missing fix and clang-format * Apply reviewer comment
18 lines
362 B
YAML
18 lines
362 B
YAML
FormatStyle: file
|
|
|
|
Checks: '
|
|
llvm-namespace-comment,
|
|
modernize-use-override,
|
|
readability-container-size-empty,
|
|
modernize-use-using,
|
|
modernize-use-equals-default,
|
|
modernize-use-auto,
|
|
modernize-use-emplace,
|
|
'
|
|
|
|
CheckOptions:
|
|
- key: performance-unnecessary-value-param.AllowedTypes
|
|
value: 'exception_ptr$;'
|
|
|
|
HeaderFilterRegex: 'pybind11/.*h'
|