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 45b0532 commit fbc207fCopy full SHA for fbc207f
clang/docs/ReleaseNotes.rst
@@ -704,6 +704,7 @@ Bug Fixes in This Version
704
- Fixed a bug with constexpr evaluation for structs containing unions in case of C++ modules. (#GH143168)
705
- Fixed incorrect token location when emitting diagnostics for tokens expanded from macros. (#GH143216)
706
- Fixed an infinite recursion when checking constexpr destructors. (#GH141789)
707
+- Fixed a crash when an invalid attribute is applied to a using declaration in a ``constexpr`` function. (#GH144264)
708
709
Bug Fixes to Compiler Builtins
710
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments