Historique des commits

Auteur SHA1 Message Date
  Richard Smith c90c6728fd Interop: support all C++ integer types that map to `intN_t` or `uintN_t`. (#5836) il y a 9 mois
  Boaz Brickner 68ee3d5021 Use `llvm::reverse()` instead of `pop_back_val()` in `ImportDeclAndDependencies()` (#5831) il y a 9 mois
  Boaz Brickner 8cb01b54bd Avoid passing name scope id and name id through `ImportCXXRecordDecl()` and `BuildClassDefinition()` (#5829) il y a 9 mois
  Boaz Brickner 52976c55fb When importing a declaration, first collect all dependent unimported declarations and import them first (#5821) il y a 9 mois
  Richard Smith 553dd6e531 Build the clang::CompilerInvocation in the driver. (#5784) il y a 9 mois
  Boaz Brickner f4f521de7f Explicitly mark as unsupported instead of crashing mapping a parameter record type defined not in a namespace (#5777) il y a 9 mois
  Richard Smith 9f67fa4b0f Allow interop with templated but non-template functions. (#5809) il y a 9 mois
  Boaz Brickner 4f8d0649d5 When importing a looked up name, reuse previously imported declaration instead of importing the same declaration again (#5789) il y a 9 mois
  Richard Smith f204bdf094 Basic support for calling class methods imported from C++. (#5796) il y a 9 mois
  Richard Smith a6acba9eab Support for importing const-qualified types from C++. (#5794) il y a 9 mois
  Richard Smith 26e23eac10 Support import of typedefs. (#5787) il y a 10 mois
  Boaz Brickner a5ddc3e3cd Support importing C++ `_Nonnull` pointers as function parameters or return values (#5773) il y a 10 mois
  Richard Smith 3776e464e0 Properly set up C++ include paths and similar environment settings when parsing imported C++. (#5767) il y a 10 mois
  Richard Smith f987504614 Track the location of the Cpp import for use in Clang diagnostics. (#5783) il y a 10 mois
  Boaz Brickner 9d0aaa740b When adding an imported C++ name, make sure that its `clang::Decl` is mapped if import failed (#5769) il y a 10 mois
  Boaz Brickner ff9154b978 Push a decl name scope before calling `CalleePatternMatch()` (#5771) il y a 10 mois
  Chandler Carruth bba037738d Key-type customization in `CanonicalValueStore` and `ClangDecl` cleanups (#5743) il y a 10 mois
  Boaz Brickner b90d3b7751 Use `Decl::getAsFunction()` to cast `clang_decl` to `FunctionDecl` (#5737) il y a 10 mois
  Boaz Brickner 4b8ac429a7 Replace `isStruct() || isClass()` with `!isUnion()` (#5715) il y a 10 mois
  Boaz Brickner 20f44e0a92 Support a C++ `class` as a parameter or return by value, similar to a C++ `struct` (#5709) il y a 10 mois
  Boaz Brickner cc698d78f5 When using a C++ struct as a parameter, map its type to a Carbon class type (#5538) il y a 10 mois
  Ivana Ivanovska 3d603fced7 Fix C++ function params and return values printed in SemIR (#5468) il y a 11 mois
  Boaz Brickner e4c8150f2c Store Clang `Decl`s in a `CanonicalValueStore` (#5638) il y a 11 mois
  Boaz Brickner ec97ec9664 Use `InImport` pointing to C++ imports in `ConvertLocInFile()` instead of adding a separate `InCppImport` when emitting (#5614) il y a 11 mois
  Jon Ross-Perkins 1e9e148c3b Rename the ImportRefs block to Imports (#5618) il y a 11 mois
  Jon Ross-Perkins 9b1a0729a1 Move imported C++ entities to the import block (#5616) il y a 11 mois
  josh11b 09ca0b8308 Update LLVM (#5605) il y a 11 mois
  Boaz Brickner 464ee76b9b Fix `stack-use-after-scope` issue by making `LangOptions` parameter non temporary (#5586) il y a 11 mois
  Jon Ross-Perkins 65c1dcec5f Force -fPIE for compiles (#5521) il y a 11 mois
  Boaz Brickner 852d0191a9 Add support for importing C++ inline functions (#5427) il y a 11 mois