Jon Ross-Perkins 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
..
cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 год назад
testdata e5b05a1fac `ExprCategory` for guaranteed-in-place initializing expressions (#6623) 2 месяцев назад
BUILD 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
action.cpp 42e2280150 Clean up singleton TypeId use (#6300) 6 месяцев назад
action.h f0663715dd Even more usage of TypeInstId (#5296) 1 год назад
call.cpp 4a47f1ebeb Remove some uses of ReturnTypeInfo (#6577) 3 месяцев назад
call.h 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) 3 месяцев назад
check.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
check.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 год назад
check_unit.cpp 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 месяцев назад
check_unit.h 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 месяцев назад
class.cpp 50a0f908c6 Mark `Check::Context::insts()` as `const` and use it in more use cases (#6093) 7 месяцев назад
class.h 27be0973e7 Vtable support for generics (#5793) 9 месяцев назад
context.cpp c64117d0e0 Make IdTag typesafe (#6574) 3 месяцев назад
context.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
control_flow.cpp c0b335b87f Add well-known identifier caching (#6486) 4 месяцев назад
control_flow.h 6a53947c5c Handle destruction for return statements (#5785) 9 месяцев назад
convert.cpp e5b05a1fac `ExprCategory` for guaranteed-in-place initializing expressions (#6623) 2 месяцев назад
convert.h e5b05a1fac `ExprCategory` for guaranteed-in-place initializing expressions (#6623) 2 месяцев назад
core_identifier.cpp c0b335b87f Add well-known identifier caching (#6486) 4 месяцев назад
core_identifier.def c0b335b87f Add well-known identifier caching (#6486) 4 месяцев назад
core_identifier.h c0b335b87f Add well-known identifier caching (#6486) 4 месяцев назад
custom_witness.cpp c0b24047dd Interop support for initialization via `std::initializer_list`. (#6672) 3 месяцев назад
custom_witness.h c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) 4 месяцев назад
decl_introducer_state.h 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 год назад
decl_name_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
decl_name_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
deduce.cpp 0811d996e1 Finish renaming BindName and related insts. (#6281) 6 месяцев назад
deduce.h 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 месяцев назад
deferred_definition_worklist.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 месяцев назад
deferred_definition_worklist.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 месяцев назад
diagnostic_emitter.cpp 3a7c44c5c4 Check required implementations when an enclosing interface is implemented (#6522) 3 месяцев назад
diagnostic_emitter.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
diagnostic_helpers.h 3f799bd987 Use explicit(false) for implicit construction (#6039) 7 месяцев назад
dump.cpp 54a1c8213c Add lldb dumping for RequireImplsId and RequireImplsBlockId (#6524) 4 месяцев назад
eval.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
eval.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
eval_inst.cpp e5b05a1fac `ExprCategory` for guaranteed-in-place initializing expressions (#6623) 2 месяцев назад
eval_inst.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) 5 месяцев назад
facet_type.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 месяцев назад
facet_type.h 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 месяцев назад
full_pattern_stack.h b72bfb918b Allocate `CallParamIndex`es eagerly (#6540) 3 месяцев назад
function.cpp 917ce5bd6b Fix a duplicate diagnostic on incomplete return types. (#6684) 2 месяцев назад
function.h c0b24047dd Interop support for initialization via `std::initializer_list`. (#6672) 3 месяцев назад
generic.cpp 30562826b8 Add Inst::IsOneOf to check if an inst is one of a few kinds (#6523) 3 месяцев назад
generic.h 22580a47d3 Initial support for empty named constraints (#6245) 6 месяцев назад
generic_region_stack.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
generic_region_stack.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
global_init.cpp a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 месяцев назад
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 год назад
handle.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 месяцев назад
handle_alias.cpp 0811d996e1 Finish renaming BindName and related insts. (#6281) 6 месяцев назад
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_binding_pattern.cpp bdcac5087d Allow incomplete types in associated constants (#6657) 3 месяцев назад
handle_call_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) 4 месяцев назад
handle_choice.cpp 8f19f7a7c0 Use the value representation of `T` as that of `MaybeUnformed(T)` where possible (#6334) 5 месяцев назад
handle_class.cpp 7f7186c227 Extended name lookup replaces inner Self (#6632) 3 месяцев назад
handle_codeblock.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 год назад
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) 11 месяцев назад
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_function.cpp c0b24047dd Interop support for initialization via `std::initializer_list`. (#6672) 3 месяцев назад
handle_if_expr.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 год назад
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 год назад
handle_impl.cpp 848eddc9dd Avoid cyclic lookup of an impl inside its own definition (#6629) 3 месяцев назад
handle_import_and_package.cpp 8166f9a7cf Formalize Cpp as a PackageNameId (#6306) 5 месяцев назад
handle_index.cpp c0b335b87f Add well-known identifier caching (#6486) 4 месяцев назад
handle_interface.cpp ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 месяцев назад
handle_lambda.cpp 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 месяцев назад
handle_let_and_var.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
handle_literal.cpp 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 месяцев назад
handle_loop_statement.cpp c0b335b87f Add well-known identifier caching (#6486) 4 месяцев назад
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_modifier.cpp 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 год назад
handle_name.cpp 47e551141f Change the package namespace to use the package name (#6495) 4 месяцев назад
handle_named_constraint.cpp ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 месяцев назад
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 год назад
handle_operator.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_pattern_list.cpp 58de34e534 Decouple associated constants from let (#5973) 8 месяцев назад
handle_require.cpp 7f7186c227 Extended name lookup replaces inner Self (#6632) 3 месяцев назад
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_struct.cpp fbc7690157 Switch `zip` to `zip_equal` where possible (#6389) 5 месяцев назад
handle_tuple_literal.cpp a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 год назад
handle_where.cpp e5c94b193d Use the new IsFacetTypeOrError function (#6438) 5 месяцев назад
impl.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
impl.h 848eddc9dd Avoid cyclic lookup of an impl inside its own definition (#6629) 3 месяцев назад
impl_lookup.cpp 9f6e84cc02 Remove redundant ResolveSpecificDefinition (#6659) 3 месяцев назад
impl_lookup.h c77eebd15e Cache final impl lookup results. (#6452) 5 месяцев назад
impl_validation.cpp 35d505a985 Check the orphan rule for impls (#6488) 4 месяцев назад
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 месяцев назад
import.cpp 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 месяцев назад
import.h 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 месяцев назад
import_ref.cpp f64d084f27 Use the IdentifiedFacetType when mangling an ImplDecl (#6665) 3 месяцев назад
import_ref.h e8cd229e74 When performing an impl lookup, only import impls for related interfaces. (#6040) 7 месяцев назад
inst.cpp 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 месяцев назад
inst.h 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 месяцев назад
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) 1 год назад
inst_block_stack.h ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 месяцев назад
interface.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 месяцев назад
interface.h 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 месяцев назад
keyword_modifier_set.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 месяцев назад
keyword_modifier_set.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) 5 месяцев назад
lexical_lookup.h 110af3bfe4 Set an explicit size for lexical lookup's vector (#5786) 9 месяцев назад
literal.cpp 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 месяцев назад
literal.h 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 месяцев назад
member_access.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 месяцев назад
member_access.h 3b6d202730 Implement support for mixed-access overload sets. (#6137) 7 месяцев назад
merge.cpp 57a2715f10 Remove support for `addr` (#6375) 5 месяцев назад
merge.h 22580a47d3 Initial support for empty named constraints (#6245) 6 месяцев назад
modifiers.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 год назад
name_component.cpp a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 месяцев назад
name_component.h a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 месяцев назад
name_lookup.cpp 7f7186c227 Extended name lookup replaces inner Self (#6632) 3 месяцев назад
name_lookup.h 7f7186c227 Extended name lookup replaces inner Self (#6632) 3 месяцев назад
name_ref.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 месяцев назад
name_ref.h e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 месяцев назад
name_scope.cpp 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 месяцев назад
name_scope.h 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 месяцев назад
node_id_traversal.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 месяцев назад
node_id_traversal.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 месяцев назад
node_stack.cpp 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 месяцев назад
node_stack.h 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 месяцев назад
operator.cpp 093d5072db Add support for using C++ user-defined conversions via interop (#6646) 3 месяцев назад
operator.h c0b335b87f Add well-known identifier caching (#6486) 4 месяцев назад
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) 1 год назад
pattern.cpp 6985ecb1d4 Replace GetCurrentReturnSlot with GetReturnedVarParam (#6571) 3 месяцев назад
pattern.h 0873777237 Import C++ ref parameters as ref parameters (#6360) 5 месяцев назад
pattern_match.cpp e69c3fd978 Support list initialization of C++ classes that is performed via a constructor call. (#6660) 3 месяцев назад
pattern_match.h a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 месяцев назад
pending_block.h b44ba47cf3 Don't treat dependent types as having a copy value representation. (#6055) 7 месяцев назад
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
region_stack.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
require_impls.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 месяцев назад
require_impls.h 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 месяцев назад
return.cpp e5b05a1fac `ExprCategory` for guaranteed-in-place initializing expressions (#6623) 2 месяцев назад
return.h 6985ecb1d4 Replace GetCurrentReturnSlot with GetReturnedVarParam (#6571) 3 месяцев назад
scope_index.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) 5 месяцев назад
scope_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
scope_stack.h 705c95d6e0 Drop fn destroy support (#6136) 7 месяцев назад
subst.cpp c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) 4 месяцев назад
subst.h 0811d996e1 Finish renaming BindName and related insts. (#6281) 6 месяцев назад
thunk.cpp a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 месяцев назад
thunk.h 372f632d9d Implement support for copying C++ classes. (#6434) 5 месяцев назад
type.cpp c0b24047dd Interop support for initialization via `std::initializer_list`. (#6672) 3 месяцев назад
type.h c0b24047dd Interop support for initialization via `std::initializer_list`. (#6672) 3 месяцев назад
type_completion.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 месяцев назад
type_completion.h 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 месяцев назад
type_structure.cpp 0679b779fb Return SymbolicBindingType separately in TypeIterator (#6193) 6 месяцев назад
type_structure.h 8e577a5d28 Prevent accidental copies of TypeStructure (#6519) 4 месяцев назад