We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcc928 commit ef19de5Copy full SHA for ef19de5
clang-tools-extra/docs/ReleaseNotes.rst
@@ -99,6 +99,12 @@ Improvements to clang-tidy
99
- Added trace code to help narrow down any checks and the relevant source code
100
that result in crashes.
101
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
+
108
New checks
109
^^^^^^^^^^
110
0 commit comments