================
@@ -46,6 +46,11 @@ latest release, please see the [Clang Web 
Site](https://clang.llvm.org) or the
 
 ### C/C++ Language Potentially Breaking Changes
 
+- `-Wunicode-whitespace` now defaults to an error.
+The previous behavior can be restored with `-Wno-error=unicode-whitespace`.
+Clang will stop accepting non-ascii whitespaces as token seperator
----------------
AaronBallman wrote:

```suggestion
Clang will stop accepting non-ascii whitespaces as token separators
```

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

Reply via email to