Jon Ross-Perkins 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 3 月之前
..
access.cpp 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) 6 月之前
access.h 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) 6 月之前
call.cpp 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) 4 月之前
call.h 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) 4 月之前
context.cpp c4d162e5f5 Switch from `clang::ASTUnit` to `clang::CompilerInstance`. (#6483) 4 月之前
context.h a8eca2ece6 Delay finishing the C++ translation unit until we reach the real EOF. (#6489) 4 月之前
custom_type_mapping.cpp f29515fe4e Move C++ interop related `check` code files to a `cpp` dir (#6065) 7 月之前
custom_type_mapping.h f29515fe4e Move C++ interop related `check` code files to a `cpp` dir (#6065) 7 月之前
generate_ast.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 3 月之前
generate_ast.h f1f6005d4a Perform Clang IRGen during `check` (#6569) 3 月之前
impl_lookup.cpp e69c3fd978 Support list initialization of C++ classes that is performed via a constructor call. (#6660) 3 月之前
impl_lookup.h c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) 4 月之前
import.cpp e69c3fd978 Support list initialization of C++ classes that is performed via a constructor call. (#6660) 3 月之前
import.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 3 月之前
location.cpp 6114df59ee Factor out a `Check::CppContext` holding C++-specific check state (#6482) 4 月之前
location.h 925250f8f9 Improve diagnostics for overload resolution failure. (#6091) 7 月之前
macros.cpp a8eca2ece6 Delay finishing the C++ translation unit until we reach the real EOF. (#6489) 4 月之前
macros.h 093700b274 Add support for boolean literals in macros (#6418) 5 月之前
operators.cpp c0b24047dd Interop support for initialization via `std::initializer_list`. (#6672) 3 月之前
operators.h 372f632d9d Implement support for copying C++ classes. (#6434) 5 月之前
overload_resolution.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 3 月之前
overload_resolution.h 054dfca685 Perform overload resolution immediately in C++ operator lookup. (#6416) 5 月之前
thunk.cpp e5b05a1fac `ExprCategory` for guaranteed-in-place initializing expressions (#6623) 3 月之前
thunk.h 0873777237 Import C++ ref parameters as ref parameters (#6360) 5 月之前
type_mapping.cpp e5b05a1fac `ExprCategory` for guaranteed-in-place initializing expressions (#6623) 3 月之前
type_mapping.h 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 月之前