Skip to content

Commit ef19de5

Browse files
committed
[clang-tidy] Add release notes for changes made in 2b21fc5
1 parent 3bcc928 commit ef19de5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ Improvements to clang-tidy
9999
- Added trace code to help narrow down any checks and the relevant source code
100100
that result in crashes.
101101

102+
- Clang-tidy now consideres newlines as separators of single elements in the `Checks` section in
103+
`.clang-tidy` configuration files. Where previously a comma had to be used to distinguish elements in
104+
this list from each other, newline characters now also work as separators in the parsed YAML. That
105+
means it is advised to use YAML's block style initiated by the pipe character `|` for the `Checks`
106+
section in order to benefit from the easier syntax that works without commas.
107+
102108
New checks
103109
^^^^^^^^^^
104110

0 commit comments

Comments
 (0)