Skip to content

Commit 550f4fc

Browse files
SuperSodaSeashafikcor3ntinAaronBallman
authored andcommitted
Backport '[clang] static operators should evaluate object argument (reland)' to release/18.x (llvm#80109)
Cherry picked from commit ee01a2c. Closes llvm#80041, backport llvm#80108. Co-authored-by: Shafik Yaghmour <[email protected]> Co-authored-by: cor3ntin <[email protected]> Co-authored-by: Aaron Ballman <[email protected]>
1 parent e9489de commit 550f4fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@ Bug Fixes to C++ Support
382382
- Fix a crash when using ``source_location`` in the trailing return type of a lambda expression. (#GH67134)
383383
- A follow-up fix was added for (#GH61460), as the previous fix was not entirely correct. (#GH86361)
384384

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+
385388
Bug Fixes to AST Handling
386389
^^^^^^^^^^^^^^^^^^^^^^^^^
387390

0 commit comments

Comments
 (0)