Commit History

Autor SHA1 Mensaxe Data
  Boaz Brickner 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) hai 6 meses
  Richard Smith 304d2056cc Map nullable C++ pointer types to `Core.Optional(T*)`. (#6230) hai 6 meses
  Boaz Brickner c2d21429f2 Avoid changing visiblity when inheriting in `CodeContextRenderer` (#6219) hai 6 meses
  Boaz Brickner ffefa7711c Move the mapping from entity name to an imported C++ global variable declaration outside of `EntityName` (#6211) hai 6 meses
  Boaz Brickner 1ac1d11063 C++ Interop: Support reference types in fields and globals (#6187) hai 6 meses
  Boaz Brickner 46c5209f2f C++ Interop: Set location when creating a return pattern (#6185) hai 6 meses
  Boaz Brickner f713964db4 C++ Interop: Set location when creating param patterns (#6184) hai 6 meses
  Ivana Ivanovska 1fe3316f8e Remove unnecessary TODO (#6188) hai 6 meses
  Boaz Brickner c254e9fd75 C++ interop: Correctly report the unsupported param type when using explicit object param (#6179) hai 6 meses
  Boaz Brickner bfc4d2b127 C++ interop: Add return reference types support (#6178) hai 6 meses
  Boaz Brickner 7c13bddc92 C++ interop: Support C++20 operator and overload resolution for expression rewriting (#6171) hai 6 meses
  Richard Smith 3b6d202730 Implement support for mixed-access overload sets. (#6137) hai 7 meses
  Richard Smith 949ec17da2 Improve interop for classes with multiple inheritance. (#6130) hai 7 meses
  David Blaikie f194acbf96 Implement system header lookup for interop import (#6128) hai 7 meses
  Richard Smith d85781acbf Fix handling of deleted and templated constructors. (#6129) hai 7 meses
  Richard Smith 1e7b7e53ae C++ interop: support for default arguments. (#6108) hai 7 meses
  Ivana Ivanovska 6ca443afc7 Refactor `ImportNameFromCpp` in cpp/import.cpp (#6100) hai 7 meses
  Boaz Brickner a73e259620 Add `Check::Context::clang_sema()` method and use it (#6110) hai 7 meses
  Boaz Brickner 412d911578 Use `context.x()` instead of `context.sema_ir().x()` in `check/cpp/` when possible (#6109) hai 7 meses
  Richard Smith 925250f8f9 Improve diagnostics for overload resolution failure. (#6091) hai 7 meses
  Boaz Brickner ef488f00fa Overload resolution for C++ operators (#6092) hai 7 meses
  Boaz Brickner 05c9fd768e Add `Check::Context::clang_decls()` methods (#6094) hai 7 meses
  Boaz Brickner 8cbf289c91 Remove unnecessary `llvm::formatv()` call in `TODO()`. (#6099) hai 7 meses
  Boaz Brickner 868c4b768c C++ interop: Don't crash when looking up names inside an incomplete C++ class/struct/union (#6096) hai 7 meses
  Boaz Brickner 50a0f908c6 Mark `Check::Context::insts()` as `const` and use it in more use cases (#6093) hai 7 meses
  David Blaikie bff0e5978b Rudimentary virtual function call interop support (#6050) hai 7 meses
  Boaz Brickner f29515fe4e Move C++ interop related `check` code files to a `cpp` dir (#6065) hai 7 meses