[clang-tidy] Add release notes for changes made in 2b21fc5520

This commit is contained in:
Danny Mösch 2022-04-03 15:48:39 +02:00
parent 3bcc928b1b
commit ef19de52ed
1 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,12 @@ Improvements to clang-tidy
- Added trace code to help narrow down any checks and the relevant source code
that result in crashes.
- Clang-tidy now consideres newlines as separators of single elements in the `Checks` section in
`.clang-tidy` configuration files. Where previously a comma had to be used to distinguish elements in
this list from each other, newline characters now also work as separators in the parsed YAML. That
means it is advised to use YAML's block style initiated by the pipe character `|` for the `Checks`
section in order to benefit from the easier syntax that works without commas.
New checks
^^^^^^^^^^