Richard Smith 87e588c334 Add interop support for complement and subscript operators. (#6576) před 3 měsíci
..
access.cpp 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) před 6 měsíci
access.h 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) před 6 měsíci
call.cpp 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) před 3 měsíci
call.h 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) před 3 měsíci
context.cpp c4d162e5f5 Switch from `clang::ASTUnit` to `clang::CompilerInstance`. (#6483) před 4 měsíci
context.h a8eca2ece6 Delay finishing the C++ translation unit until we reach the real EOF. (#6489) před 4 měsíci
custom_type_mapping.cpp f29515fe4e Move C++ interop related `check` code files to a `cpp` dir (#6065) před 7 měsíci
custom_type_mapping.h f29515fe4e Move C++ interop related `check` code files to a `cpp` dir (#6065) před 7 měsíci
generate_ast.cpp a8eca2ece6 Delay finishing the C++ translation unit until we reach the real EOF. (#6489) před 4 měsíci
generate_ast.h a8eca2ece6 Delay finishing the C++ translation unit until we reach the real EOF. (#6489) před 4 měsíci
impl_lookup.cpp c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) před 4 měsíci
impl_lookup.h c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) před 4 měsíci
import.cpp ead7803d60 Simplify importing of C++ global variables. (#6565) před 3 měsíci
import.h 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) před 4 měsíci
location.cpp 6114df59ee Factor out a `Check::CppContext` holding C++-specific check state (#6482) před 4 měsíci
location.h 925250f8f9 Improve diagnostics for overload resolution failure. (#6091) před 7 měsíci
macros.cpp a8eca2ece6 Delay finishing the C++ translation unit until we reach the real EOF. (#6489) před 4 měsíci
macros.h 093700b274 Add support for boolean literals in macros (#6418) před 5 měsíci
operators.cpp 87e588c334 Add interop support for complement and subscript operators. (#6576) před 3 měsíci
operators.h 372f632d9d Implement support for copying C++ classes. (#6434) před 5 měsíci
overload_resolution.cpp 372f632d9d Implement support for copying C++ classes. (#6434) před 5 měsíci
overload_resolution.h 054dfca685 Perform overload resolution immediately in C++ operator lookup. (#6416) před 5 měsíci
thunk.cpp 6114df59ee Factor out a `Check::CppContext` holding C++-specific check state (#6482) před 4 měsíci
thunk.h 0873777237 Import C++ ref parameters as ref parameters (#6360) před 5 měsíci
type_mapping.cpp 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) před 3 měsíci
type_mapping.h 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) před 4 měsíci