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 e9489de commit 550f4fcCopy full SHA for 550f4fc
clang/docs/ReleaseNotes.rst
@@ -382,6 +382,9 @@ Bug Fixes to C++ Support
382
- Fix a crash when using ``source_location`` in the trailing return type of a lambda expression. (#GH67134)
383
- A follow-up fix was added for (#GH61460), as the previous fix was not entirely correct. (#GH86361)
384
385
+- Fix incorrect code generation caused by the object argument of ``static operator()`` and ``static operator[]`` calls not being evaluated.
386
+ Fixes (`#67976 <https://github.com/llvm/llvm-project/issues/67976>`_)
387
+
388
Bug Fixes to AST Handling
389
^^^^^^^^^^^^^^^^^^^^^^^^^
390
0 commit comments