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 f0605e8 commit 3ab8a48Copy full SHA for 3ab8a48
clang/docs/ReleaseNotes.rst
@@ -237,7 +237,7 @@ Bug Fixes in This Version
237
when it can affect template argument deduction (#GH122306).
238
- Fix crash on code completion of function calls involving partial order of function templates
239
(#GH125500).
240
-- Non-local variable and non-variable declarations in the first clause of a ``for`` loop in C are no longer erroneously
+- Non-local variable and non-variable declarations in the first clause of a ``for`` loop in C are no longer incorrectly
241
considered an error in C23 mode and are allowed as an extension in earlier language modes.
242
243
Bug Fixes to Compiler Builtins
0 commit comments