Boaz Brickner
|
471b394c6d
C++ interop: Support unary operators (#6020)
|
7 месяцев назад |
Boaz Brickner
|
b88b53e7e3
C++ interop: Add support for importing globals (#6005)
|
7 месяцев назад |
Chandler Carruth
|
0691d4827c
Update LLVM (#6022)
|
8 месяцев назад |
Boaz Brickner
|
ee42b2db93
C++ interop: Support more binary operators (#6017)
|
8 месяцев назад |
Boaz Brickner
|
870c5380a0
C++ interop: Support importing binary `operator+` (#5996)
|
8 месяцев назад |
Richard Smith
|
4483d1e5a7
Recover better from invalid C++ classes. (#5992)
|
8 месяцев назад |
Boaz Brickner
|
8adb3570ac
C++ Interop: Add support for `char` (#5988)
|
8 месяцев назад |
Richard Smith
|
bd90fe1d9b
Interop: map C++ `std::string_view` into Carbon `str` when importing. (#5985)
|
8 месяцев назад |
Richard Smith
|
82ba1a43a1
Support for importing C++ enum types. (#5978)
|
8 месяцев назад |
Boaz Brickner
|
6ba900ab97
Update comment to not be specific for signed integers (#5987)
|
8 месяцев назад |
Richard Smith
|
3533668186
Support for building thunks for C++ constructors. (#5977)
|
8 месяцев назад |
Richard Smith
|
d37f1ae6b5
Add return value support to C++ thunks. (#5976)
|
8 месяцев назад |
Richard Smith
|
8c9080801c
Support for building thunks for C++ methods. (#5972)
|
8 месяцев назад |
Richard Smith
|
ddafbc9331
Use direct passing for 32- and 64-bit unsigned integers. (#5980)
|
8 месяцев назад |
Richard Smith
|
b72c11e94a
Support importing nested types from C++. (#5955)
|
8 месяцев назад |
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 месяцев назад |