From ef19de52ed59a739b0381f2b9b41604e7fa49b59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Danny=20M=C3=B6sch?= Date: Sun, 3 Apr 2022 15:48:39 +0200 Subject: [PATCH] [clang-tidy] Add release notes for changes made in 2b21fc5520b39fba555f4e5f2480a5651056be84 --- clang-tools-extra/docs/ReleaseNotes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index e5140ed..919ec64 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -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 ^^^^^^^^^^ -- 2.7.4