Skip to content

Commit a45d15f

Browse files
committed
add release notes
1 parent 5c975c6 commit a45d15f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,19 @@ Changes in existing checks
191191
<clang-tidy/checks/concurrency/mt-unsafe>` check by fixing a false positive
192192
where ``strerror`` was flagged as MT-unsafe.
193193

194+
- Improved :doc:`cppcoreguidelines-avoid-goto
195+
<clang-tidy/checks/cppcoreguidelines/avoid-goto>` check by adding the option
196+
`IgnoreMacros` to ignore ``goto`` labels defined in macros.
197+
194198
- Improved :doc:`google-readability-namespace-comments
195199
<clang-tidy/checks/google/readability-namespace-comments>` check by adding
196200
the option `AllowOmittingNamespaceComments` to accept if a namespace comment
197201
is omitted entirely.
198202

203+
- Improved :doc:`hicpp-avoid-goto
204+
<clang-tidy/checks/hicpp/avoid-goto>` check by adding the option
205+
`IgnoreMacros` to ignore ``goto`` labels defined in macros.
206+
199207
- Improved :doc:`llvm-namespace-comment
200208
<clang-tidy/checks/llvm/namespace-comment>` check by adding the option
201209
`AllowOmittingNamespaceComments` to accept if a namespace comment is omitted

0 commit comments

Comments
 (0)