================
@@ -219,6 +219,28 @@ C Language Changes
 C2y Feature Support
 ^^^^^^^^^^^^^^^^^^^
 
+- Clang now supports C2y's new syntax for if and switch statements with 
initializer and condition variables, as specified in `N3356 
<https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3356.htm>`_. For example:
----------------
AaronBallman wrote:

```suggestion
- Clang now supports C2y's new syntax for ``if`` and ``switch`` statements with
  initializer and condition variables, as specified in
  `N3356 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3356.htm>`_. For
  example:
```

https://github.com/llvm/llvm-project/pull/198244
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to