Richard Smith 37b238fa28 Make C++ types impl `Core.Default`. (#6962) 1 month ago
..
access.cpp 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) 6 months ago
access.h 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) 6 months ago
call.cpp 0482b27c6b Support more types in `MapConstantToAPValue` by refactoring code out of `ConvertArgToTemplateArg` (#6923) 1 month ago
call.h 15680ba101 Support calling functions with explicit template arguments. (#6814) 2 months ago
constant.cpp f9e1806c4a Improve diagnostics for EvaluateAsConstantExpr (#6956) 1 month ago
constant.h 0482b27c6b Support more types in `MapConstantToAPValue` by refactoring code out of `ConvertArgToTemplateArg` (#6923) 1 month ago
context.cpp d5ec82e7ac Don't crash if clang setup fails. (#6804) 2 months ago
context.h e06eb8f532 Create a placement `operator new` directly. (#6941) 1 month ago
custom_type_mapping.cpp f29515fe4e Move C++ interop related `check` code files to a `cpp` dir (#6065) 7 months ago
custom_type_mapping.h f29515fe4e Move C++ interop related `check` code files to a `cpp` dir (#6065) 7 months ago
generate_ast.cpp 415cd6f8f0 Reverse Interop: Class declarations (#6955) 1 month ago
generate_ast.h f1f6005d4a Perform Clang IRGen during `check` (#6569) 3 months ago
impl_lookup.cpp 37b238fa28 Make C++ types impl `Core.Default`. (#6962) 1 month ago
impl_lookup.h c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) 4 months ago
import.cpp e0305684b0 Add MakeVerifiedLocIdAndInst for runtime validation (#6942) 1 month ago
import.h 14b72f16da SemIR::Namespace->clang::NamespaceDecl interop (#6935) 1 month ago
location.cpp 6114df59ee Factor out a `Check::CppContext` holding C++-specific check state (#6482) 4 months ago
location.h 925250f8f9 Improve diagnostics for overload resolution failure. (#6091) 7 months ago
macros.cpp 943cd41924 Support constexpr pointers (#6907) 1 month ago
macros.h e5957037fb Support assigning to a variable through an imported macro (#6827) 1 month ago
operators.cpp e0305684b0 Add MakeVerifiedLocIdAndInst for runtime validation (#6942) 1 month ago
operators.h 372f632d9d Implement support for copying C++ classes. (#6434) 5 months ago
overload_resolution.cpp b28e899a8c refactors `PerformCppOverloadResolution` to take `CppOverloadSet` (#6829) 1 month ago
overload_resolution.h b28e899a8c refactors `PerformCppOverloadResolution` to take `CppOverloadSet` (#6829) 1 month ago
thunk.cpp e06eb8f532 Create a placement `operator new` directly. (#6941) 1 month ago
thunk.h 0873777237 Import C++ ref parameters as ref parameters (#6360) 5 months ago
type_mapping.cpp 39fd358059 Map Carbon value expressions to const-qualified C++ prvalues. (#6880) 1 month ago
type_mapping.h 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 months ago