46939c7b29
Run clang-tidy 7.0 with `-checks='-*,modernize-use-using' -fix` against single TU with `#include <boost/gil/concepts/*.hpp>`. Manually refactor numerous typedef-s - where missed by modernize-use-using check, not uncommon - in code snippets in comments Outcome is that searching for lower-case whole word typedef in all the top-level core headers should return no matches.
13 lines
374 B
YAML
13 lines
374 B
YAML
---
|
|
Checks: '-*,modernize-use-nullptr,modernize-use-override,modernize-use-using'
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: 'boost\/gil\/.*'
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: mozilla
|
|
User: gil-developers
|
|
CheckOptions:
|
|
- key: modernize-use-nullptr.NullMacros
|
|
value: 'NULL'
|
|
...
|
|
|