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 3984c20 commit 8cf029fCopy full SHA for 8cf029f
clang/docs/ReleaseNotes.rst
@@ -1125,6 +1125,9 @@ Bug Fixes to C++ Support
1125
- Fix handling of ``_`` as the name of a lambda's init capture variable. (#GH107024)
1126
1127
1128
+- Fix incorrect code generation caused by the object argument of ``static operator()`` and ``static operator[]`` calls not being evaluated.
1129
+ Fixes (`#67976 <https://github.com/llvm/llvm-project/issues/67976>`_)
1130
+
1131
Bug Fixes to AST Handling
1132
^^^^^^^^^^^^^^^^^^^^^^^^^
1133
- Clang now properly preserves ``FoundDecls`` within a ``ConceptReference``. (#GH82628)
0 commit comments