История коммитов

Автор SHA1 Сообщение Дата
  Richard Smith b851e8c423 Add support for f16, f64, f128. (#5952) 8 месяцев назад
  Richard Smith b2b0b4a73f Improve recovery from bad type imports. (#5953) 8 месяцев назад
  Boaz Brickner 9f108bad6e Rename `cpp_ast` to `clang_ast_unit` (#5926) 9 месяцев назад
  Boaz Brickner 1d314c7c4d Import C++ constructors of class `Type` `fn Type(...) -> Type` (#5879) 9 месяцев назад
  Boaz Brickner 3c9d267388 Generate and use a C++ thunk to call non simple ABI C++ functions (#5850) 9 месяцев назад
  Richard Smith 7cac77119c Support `import Cpp inline "some code";`. (#5904) 9 месяцев назад
  Richard Smith bd2483b553 Don't use `Check::Context` when emitting C++ diagnostics. (#5910) 9 месяцев назад
  Jon Ross-Perkins fd4dbc5b6f Remove clang prefixes from isa/cast when optional (#5909) 9 месяцев назад
  Jon Ross-Perkins 7209ad7c9f Generate Destroy impls for classes (#5873) 9 месяцев назад
  Richard Smith 25681901bd Improve mapping of Clang diagnostics into Carbon diagnostics (#5894) 9 месяцев назад
  Richard Smith b320ea77ec Improve source location in an import error. (#5887) 9 месяцев назад
  Richard Smith ae16014df8 Don't import a C++ class definition until the class is required to be complete. (#5865) 9 месяцев назад
  Richard Smith 14f51d70c2 Emit diagnostics produced by Clang after the ASTUnit is constructed. (#5876) 9 месяцев назад
  Richard Smith a6f5143f22 Fix diagnostic for access of protected/private base member. (#5874) 9 месяцев назад
  Boaz Brickner f0cff612eb Add support for using C++ `double` type in imported function declarations (#5868) 9 месяцев назад
  Richard Smith ef475d8197 Import C++ `class A final` as Carbon `final class`. (#5866) 9 месяцев назад
  Richard Smith 63b441390c Avoid vector copies when building dependent declarations list. (#5862) 9 месяцев назад
  Boaz Brickner 30f0ddab71 Add support for importing access from C++ to Carbon (#5858) 9 месяцев назад
  Boaz Brickner 6d6e0d0418 Add support for using C++ `bool` type in imported function declarations. (#5860) 9 месяцев назад
  Richard Smith 5de47962b0 Support for importing C++ base classes. (#5856) 9 месяцев назад
  Richard Smith 0d74162e2a Support C++ import for anonymous struct and union members. (#5855) 9 месяцев назад
  Richard Smith 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 месяцев назад
  Richard Smith c90c6728fd Interop: support all C++ integer types that map to `intN_t` or `uintN_t`. (#5836) 9 месяцев назад
  Boaz Brickner 68ee3d5021 Use `llvm::reverse()` instead of `pop_back_val()` in `ImportDeclAndDependencies()` (#5831) 9 месяцев назад
  Boaz Brickner 8cb01b54bd Avoid passing name scope id and name id through `ImportCXXRecordDecl()` and `BuildClassDefinition()` (#5829) 9 месяцев назад
  Boaz Brickner 52976c55fb When importing a declaration, first collect all dependent unimported declarations and import them first (#5821) 9 месяцев назад
  Richard Smith 553dd6e531 Build the clang::CompilerInvocation in the driver. (#5784) 9 месяцев назад
  Boaz Brickner f4f521de7f Explicitly mark as unsupported instead of crashing mapping a parameter record type defined not in a namespace (#5777) 9 месяцев назад
  Richard Smith 9f67fa4b0f Allow interop with templated but non-template functions. (#5809) 9 месяцев назад
  Boaz Brickner 4f8d0649d5 When importing a looked up name, reuse previously imported declaration instead of importing the same declaration again (#5789) 9 месяцев назад