Commit történet

Szerző SHA1 Üzenet Dátum
  Ivana Ivanovska 12ddfb9c7c [Carbon/C++ interop] Add support for C++ overloaded functions (#5891) 7 hónapja
  Boaz Brickner 34805543a1 Sort functions in `import_cpp.cpp` per `import_cpp.h` (#6048) 7 hónapja
  Boaz Brickner d6fbe3c663 C++ interop: Support importing operators defined in namespaces (#6024) 7 hónapja
  Boaz Brickner 471b394c6d C++ interop: Support unary operators (#6020) 7 hónapja
  Boaz Brickner b88b53e7e3 C++ interop: Add support for importing globals (#6005) 7 hónapja
  Chandler Carruth 0691d4827c Update LLVM (#6022) 8 hónapja
  Boaz Brickner ee42b2db93 C++ interop: Support more binary operators (#6017) 8 hónapja
  Boaz Brickner 870c5380a0 C++ interop: Support importing binary `operator+` (#5996) 8 hónapja
  Richard Smith 4483d1e5a7 Recover better from invalid C++ classes. (#5992) 8 hónapja
  Boaz Brickner 8adb3570ac C++ Interop: Add support for `char` (#5988) 8 hónapja
  Richard Smith bd90fe1d9b Interop: map C++ `std::string_view` into Carbon `str` when importing. (#5985) 8 hónapja
  Richard Smith 82ba1a43a1 Support for importing C++ enum types. (#5978) 8 hónapja
  Boaz Brickner 6ba900ab97 Update comment to not be specific for signed integers (#5987) 8 hónapja
  Richard Smith 3533668186 Support for building thunks for C++ constructors. (#5977) 8 hónapja
  Richard Smith d37f1ae6b5 Add return value support to C++ thunks. (#5976) 8 hónapja
  Richard Smith 8c9080801c Support for building thunks for C++ methods. (#5972) 8 hónapja
  Richard Smith ddafbc9331 Use direct passing for 32- and 64-bit unsigned integers. (#5980) 8 hónapja
  Richard Smith b72c11e94a Support importing nested types from C++. (#5955) 8 hónapja
  Richard Smith b851e8c423 Add support for f16, f64, f128. (#5952) 8 hónapja
  Richard Smith b2b0b4a73f Improve recovery from bad type imports. (#5953) 8 hónapja
  Boaz Brickner 9f108bad6e Rename `cpp_ast` to `clang_ast_unit` (#5926) 9 hónapja
  Boaz Brickner 1d314c7c4d Import C++ constructors of class `Type` `fn Type(...) -> Type` (#5879) 9 hónapja
  Boaz Brickner 3c9d267388 Generate and use a C++ thunk to call non simple ABI C++ functions (#5850) 9 hónapja
  Richard Smith 7cac77119c Support `import Cpp inline "some code";`. (#5904) 9 hónapja
  Richard Smith bd2483b553 Don't use `Check::Context` when emitting C++ diagnostics. (#5910) 9 hónapja
  Jon Ross-Perkins fd4dbc5b6f Remove clang prefixes from isa/cast when optional (#5909) 9 hónapja
  Jon Ross-Perkins 7209ad7c9f Generate Destroy impls for classes (#5873) 9 hónapja
  Richard Smith 25681901bd Improve mapping of Clang diagnostics into Carbon diagnostics (#5894) 9 hónapja
  Richard Smith b320ea77ec Improve source location in an import error. (#5887) 9 hónapja
  Richard Smith ae16014df8 Don't import a C++ class definition until the class is required to be complete. (#5865) 9 hónapja