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 0c9a1d4 commit 686c085Copy full SHA for 686c085
clang/docs/ReleaseNotes.rst
@@ -344,6 +344,8 @@ Bug Fixes in This Version
344
- Defining an integer literal suffix (e.g., ``LL``) before including
345
``<stdint.h>`` in a freestanding build no longer causes invalid token pasting
346
when using the ``INTn_C`` macros. (#GH85995)
347
+- Fixed an assertion failure in the expansion of builtin macros like ``__has_embed()`` with line breaks before the
348
+ closing paren. (#GH133574)
349
350
Bug Fixes to Compiler Builtins
351
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments