[clang-tools-extra] ef19de5 - [clang-tidy] Add release notes for changes made in 2b21fc5520b39fba555f4e5f2480a5651056be84
Danny Mösch via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 3 06:50:29 PDT 2022
Author: Danny Mösch
Date: 2022-04-03T15:48:39+02:00
New Revision: ef19de52ed59a739b0381f2b9b41604e7fa49b59
URL: https://github.com/llvm/llvm-project/commit/ef19de52ed59a739b0381f2b9b41604e7fa49b59
DIFF: https://github.com/llvm/llvm-project/commit/ef19de52ed59a739b0381f2b9b41604e7fa49b59.diff
LOG: [clang-tidy] Add release notes for changes made in 2b21fc5520b39fba555f4e5f2480a5651056be84
Added:
Modified:
clang-tools-extra/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index e5140ed45cbb3..919ec64519232 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
^^^^^^^^^^
More information about the cfe-commits
mailing list