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 71a65a3 commit cb96231Copy full SHA for cb96231
clang/docs/ReleaseNotes.rst
@@ -493,6 +493,9 @@ Improvements to Clang's diagnostics
493
carries messages like 'In file included from ...' or 'In module ...'.
494
Now the include/import locations are written into `sarif.run.result.relatedLocations`.
495
496
+- Clang now generates a fix-it for C++20 designated initializers when the
497
+ initializers do not match the declaration order in the structure.
498
+
499
Improvements to Clang's time-trace
500
----------------------------------
501
0 commit comments