Richard Smith
|
054dfca685
Perform overload resolution immediately in C++ operator lookup. (#6416)
|
5 сар өмнө |
Richard Smith
|
13fbe3c1f3
Allow interop with classes with virtual base classes. (#6413)
|
5 сар өмнө |
Geoff Romer
|
2b8fdf3417
Switch the prelude to use `ref` instead of `addr` (#6359)
|
5 сар өмнө |
Geoff Romer
|
0873777237
Import C++ ref parameters as ref parameters (#6360)
|
5 сар өмнө |
Boaz Brickner
|
d6c19442b2
C++ Interop: Use reference return values in operators tests (#6332)
|
5 сар өмнө |
Boaz Brickner
|
7413e84ec9
C++ Interop: Add support for `<<=` and `>>=` (#6325)
|
5 сар өмнө |
Geoff Romer
|
0811d996e1
Finish renaming BindName and related insts. (#6281)
|
6 сар өмнө |
Geoff Romer
|
09710d102f
Separate binding insts for refs and values (#6235)
|
6 сар өмнө |
Boaz Brickner
|
f713964db4
C++ Interop: Set location when creating param patterns (#6184)
|
6 сар өмнө |
Dana Jansens
|
e682a6660d
Avoid adding extraneous local instructions while importing witness table entries (#6180)
|
6 сар өмнө |
Boaz Brickner
|
7c13bddc92
C++ interop: Support C++20 operator and overload resolution for expression rewriting (#6171)
|
6 сар өмнө |
Dana Jansens
|
fe020ee08b
Make FacetAccessType evaluate to SymbolicBindingType for type-of a BindSymbolicName (#6115)
|
6 сар өмнө |
Boaz Brickner
|
5f561282eb
Properly set the name for C++ overload set instructions in SemIR (#6156)
|
7 сар өмнө |
Boaz Brickner
|
16999a79cc
Fix a crash caused by a bug introduced in C++ overloads support in `GetScopeIdOffset()` (#6151)
|
7 сар өмнө |
Ivana Ivanovska
|
a24598f069
Lower CppOverloadSetValue (#6101)
|
7 сар өмнө |
Jon Ross-Perkins
|
4a6376cf59
Rename/restructure `Destroy` logic to better reflect #6124 (#6144)
|
7 сар өмнө |
Jon Ross-Perkins
|
47081be67a
Reduce test sensitivity to small import loc changes (#6145)
|
7 сар өмнө |
Boaz Brickner
|
5abd214d9d
Set the location for the candidate set when looking up C++ operators (#6138)
|
7 сар өмнө |
Boaz Brickner
|
e3293a4f1f
Improve C++ operator tests by covering unary operator for incomplete and unsupported types (#6135)
|
7 сар өмнө |
Boaz Brickner
|
3bb0d3e0b1
When looking up C++ operators, make sure all operands are complete (#6132)
|
7 сар өмнө |
Boaz Brickner
|
88dac35ae8
Add support for C++ member operators (#6112)
|
7 сар өмнө |
Boaz Brickner
|
87efd4cb0b
Change C++ interop operators tests to use references for parameters of operators that should mutate them (#6111)
|
7 сар өмнө |
Richard Smith
|
925250f8f9
Improve diagnostics for overload resolution failure. (#6091)
|
7 сар өмнө |
Boaz Brickner
|
ef488f00fa
Overload resolution for C++ operators (#6092)
|
7 сар өмнө |
Jon Ross-Perkins
|
9704dc670e
Change the Destroy blanket impls to be more specific (#6098)
|
7 сар өмнө |
Richard Smith
|
bac828d244
Add support for `char` keyword per #5903. (#6078)
|
7 сар өмнө |
Jon Ross-Perkins
|
5e3bb523f8
Add builtin functions for destroy, with special requirements in facet types (#6035)
|
7 сар өмнө |
Ivana Ivanovska
|
12ddfb9c7c
[Carbon/C++ interop] Add support for C++ overloaded functions (#5891)
|
7 сар өмнө |
Richard Smith
|
1ec8ac7ef9
Add `Copy` interface and use it for making copies. (#6034)
|
7 сар өмнө |
Richard Smith
|
e8cd229e74
When performing an impl lookup, only import impls for related interfaces. (#6040)
|
7 сар өмнө |