[clang] [Clang][Preprocessor] Unify header-name lookahead for import and include (PR #191004)
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 16 12:47:58 PDT 2026
================
@@ -422,6 +422,7 @@ Bug Fixes in This Version
- Fixed a crash on _BitInt(N) arrays where 129 ≤ N ≤ 192 due to incorrect array filler lowering. (#GH189643)
- Fixed the behavior in C23 of ``auto``, by emitting an error when an array type is specified for a ``char *``. (#GH162694)
- Fixed incorrect rejection of ``auto`` with reordered declaration specifiers in C23. (#GH164121)
+- Fixed incorrect handling of header-name lookahead in C++ import and #include directives involving digraphs and macro expansion. (#GH190693)
----------------
rjmccall wrote:
Apple does not support it. As far as I know, it is purely of hobbyist concern, and I am not one of those hobbyists.
https://github.com/llvm/llvm-project/pull/191004
More information about the cfe-commits
mailing list