Skip to content

Commit 686c085

Browse files
committed
add release notes
1 parent 0c9a1d4 commit 686c085

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ Bug Fixes in This Version
344344
- Defining an integer literal suffix (e.g., ``LL``) before including
345345
``<stdint.h>`` in a freestanding build no longer causes invalid token pasting
346346
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)
347349

348350
Bug Fixes to Compiler Builtins
349351
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)