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 ef66dbe commit b14cce3Copy full SHA for b14cce3
clang/docs/ReleaseNotes.rst
@@ -290,6 +290,8 @@ Bug Fixes in This Version
290
(`#67722 <https://github.com/llvm/llvm-project/issues/67722>`_).
291
- Fixes a crash when instantiating a lambda with requires clause.
292
(`#64462 <https://github.com/llvm/llvm-project/issues/64462>`_)
293
+- Fixes a regression where the ``UserDefinedLiteral`` was not properly preserved
294
+ while evaluating consteval functions. (`#63898 <https://github.com/llvm/llvm-project/issues/63898>`_).
295
296
Bug Fixes to Compiler Builtins
297
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments