File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments