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 2bff905 commit f2d16feCopy full SHA for f2d16fe
clang-tools-extra/docs/ReleaseNotes.rst
@@ -210,6 +210,10 @@ Changes in existing checks
210
a false positive when only an implicit conversion happened inside an
211
initializer list.
212
213
+- Improved :doc:`modernize-use-designated-initializers
214
+ <clang-tidy/checks/modernize/use-designated-initializers>` check to fix a
215
+ crash when a class is declared but not defined.
216
+
217
- Improved :doc:`modernize-use-nullptr
218
<clang-tidy/checks/modernize/use-nullptr>` check to also recognize
219
``NULL``/``__null`` (but not ``0``) when used with a templated type.
0 commit comments