Historial de Commits

Autor SHA1 Mensaje Fecha
  Richard Smith a6f5143f22 Fix diagnostic for access of protected/private base member. (#5874) hace 9 meses
  Boaz Brickner f0cff612eb Add support for using C++ `double` type in imported function declarations (#5868) hace 9 meses
  Richard Smith ef475d8197 Import C++ `class A final` as Carbon `final class`. (#5866) hace 9 meses
  Richard Smith 63b441390c Avoid vector copies when building dependent declarations list. (#5862) hace 9 meses
  Boaz Brickner 30f0ddab71 Add support for importing access from C++ to Carbon (#5858) hace 9 meses
  Boaz Brickner 6d6e0d0418 Add support for using C++ `bool` type in imported function declarations. (#5860) hace 9 meses
  Richard Smith 5de47962b0 Support for importing C++ base classes. (#5856) hace 9 meses
  Richard Smith 0d74162e2a Support C++ import for anonymous struct and union members. (#5855) hace 9 meses
  Richard Smith 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) hace 9 meses
  Richard Smith c90c6728fd Interop: support all C++ integer types that map to `intN_t` or `uintN_t`. (#5836) hace 9 meses
  Boaz Brickner 68ee3d5021 Use `llvm::reverse()` instead of `pop_back_val()` in `ImportDeclAndDependencies()` (#5831) hace 9 meses
  Boaz Brickner 8cb01b54bd Avoid passing name scope id and name id through `ImportCXXRecordDecl()` and `BuildClassDefinition()` (#5829) hace 9 meses
  Boaz Brickner 52976c55fb When importing a declaration, first collect all dependent unimported declarations and import them first (#5821) hace 9 meses
  Richard Smith 553dd6e531 Build the clang::CompilerInvocation in the driver. (#5784) hace 9 meses
  Boaz Brickner f4f521de7f Explicitly mark as unsupported instead of crashing mapping a parameter record type defined not in a namespace (#5777) hace 9 meses
  Richard Smith 9f67fa4b0f Allow interop with templated but non-template functions. (#5809) hace 9 meses
  Boaz Brickner 4f8d0649d5 When importing a looked up name, reuse previously imported declaration instead of importing the same declaration again (#5789) hace 9 meses
  Richard Smith f204bdf094 Basic support for calling class methods imported from C++. (#5796) hace 9 meses
  Richard Smith a6acba9eab Support for importing const-qualified types from C++. (#5794) hace 9 meses
  Richard Smith 26e23eac10 Support import of typedefs. (#5787) hace 9 meses
  Boaz Brickner a5ddc3e3cd Support importing C++ `_Nonnull` pointers as function parameters or return values (#5773) hace 9 meses
  Richard Smith 3776e464e0 Properly set up C++ include paths and similar environment settings when parsing imported C++. (#5767) hace 10 meses
  Richard Smith f987504614 Track the location of the Cpp import for use in Clang diagnostics. (#5783) hace 10 meses
  Boaz Brickner 9d0aaa740b When adding an imported C++ name, make sure that its `clang::Decl` is mapped if import failed (#5769) hace 10 meses
  Boaz Brickner ff9154b978 Push a decl name scope before calling `CalleePatternMatch()` (#5771) hace 10 meses
  Chandler Carruth bba037738d Key-type customization in `CanonicalValueStore` and `ClangDecl` cleanups (#5743) hace 10 meses
  Boaz Brickner b90d3b7751 Use `Decl::getAsFunction()` to cast `clang_decl` to `FunctionDecl` (#5737) hace 10 meses
  Boaz Brickner 4b8ac429a7 Replace `isStruct() || isClass()` with `!isUnion()` (#5715) hace 10 meses
  Boaz Brickner 20f44e0a92 Support a C++ `class` as a parameter or return by value, similar to a C++ `struct` (#5709) hace 10 meses
  Boaz Brickner cc698d78f5 When using a C++ struct as a parameter, map its type to a Carbon class type (#5538) hace 10 meses