================ @@ -666,6 +666,7 @@ Bug Fixes in This Version - Fixed a crash when ``#embed`` is used with C++ modules (#GH195350) - Fixed an issue where ``__typeof_unqual`` and ``__typeof_unqual__`` were rejected as a declaration specifier in block scope in C++. - Fixed crash when checking for overflow for unary operator that can't overflow (#GH170072) +- Clang now don't handling `" q-char-sequence "` header name as a string literal (#GH132643). ---------------- AaronBallman wrote:
```suggestion - Clang no longer handles a `" q-char-sequence "` header name as a string literal (#GH132643). ``` https://github.com/llvm/llvm-project/pull/201763 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
