Richard Smith e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
..
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 год назад
testdata e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
BUILD e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
action.cpp 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) 1 год назад
action.h f0663715dd Even more usage of TypeInstId (#5296) 1 год назад
call.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 год назад
check.cpp 0683742f19 Cache multi-IR info, particularly include_in_dumps (#5408) 1 год назад
check.h 0683742f19 Cache multi-IR info, particularly include_in_dumps (#5408) 1 год назад
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 год назад
check_unit.cpp 08065ee764 Do a stable sort when splitting up impls by interface (#5423) 1 год назад
check_unit.h aa491d8fd8 Implement non-final impl overlap diagnostics (#5412) 1 год назад
class.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 год назад
class.h a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 год назад
context.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
context.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
control_flow.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 год назад
control_flow.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
convert.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
convert.h 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) 1 год назад
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 6f32a003d2 Remove `needs_substitution` logic (#5443) 1 год назад
deduce.h fafb655d39 Separate pattern types from expression types (#5360) 1 год назад
deferred_definition_scope.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
deferred_definition_worklist.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
deferred_definition_worklist.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
diagnostic_emitter.cpp 2aa5fbfa4a Move the logic in `TryConvertClangDiagnosticLoc()` to `ConvertLocInFile()` (#5391) 1 год назад
diagnostic_emitter.h 2aa5fbfa4a Move the logic in `TryConvertClangDiagnosticLoc()` to `ConvertLocInFile()` (#5391) 1 год назад
diagnostic_helpers.h 13da710e94 Poison impl lookup queries with concrete results (#5373) 1 год назад
dump.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
eval.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
eval.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
eval_inst.cpp 13da710e94 Poison impl lookup queries with concrete results (#5373) 1 год назад
eval_inst.h 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) 1 год назад
facet_type.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
facet_type.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
full_pattern_stack.h d264f14027 Clean up handling of `Call` params (#5061) 1 год назад
function.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
function.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
generic.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
generic.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
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 5a4b63a040 [Refactor] Move call_params_id from EntityBase to FunctionFields. (#5146) 1 год назад
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 год назад
handle.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
handle_alias.cpp 19532967fa Stop pushing a fake generic for the duration of check. (#5326) 1 год назад
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_binding_pattern.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
handle_call_expr.cpp 63ff0cca1a Include the call arguments in the location of a call. (#4602) 1 год назад
handle_choice.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
handle_class.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
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 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_function.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
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 90898a8e19 Avoid witnesses in redecls when handling errors in handle_impl (#5409) 1 год назад
handle_import_and_package.cpp 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 1 год назад
handle_index.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_interface.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
handle_let_and_var.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
handle_literal.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 год назад
handle_loop_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 год назад
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 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
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 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_pattern_list.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_struct.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 год назад
handle_tuple_literal.cpp a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 год назад
handle_where.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 год назад
impl.cpp 90898a8e19 Avoid witnesses in redecls when handling errors in handle_impl (#5409) 1 год назад
impl.h 90898a8e19 Avoid witnesses in redecls when handling errors in handle_impl (#5409) 1 год назад
impl_lookup.cpp 13da710e94 Poison impl lookup queries with concrete results (#5373) 1 год назад
impl_lookup.h 13da710e94 Poison impl lookup queries with concrete results (#5373) 1 год назад
import.cpp c49789d80b Don't use `GetCanonicalLocId` when determining what instruction an instruction was imported from. (#5418) 1 год назад
import.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
import_cpp.cpp 1b96e40b63 Update LLVM version (#5415) 1 год назад
import_cpp.h 87b9cab7b1 Add support for importing a trivial global C++ function (#5033) 1 год назад
import_ref.cpp 8b0f9e503e Add mangling support for thunks. (#5424) 1 год назад
import_ref.h d617cca530 Factor out GetCanonicalFileAndInstId for code sharing. (#5362) 1 год назад
inst.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
inst.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) 1 год назад
inst_block_stack.h 5da87f43da Split SemIR's formatter class into a more typical h+cpp (#5372) 1 год назад
interface.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
interface.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
keyword_modifier_set.h c455dbef54 Clean up `KeywordModifierSet` after #5345 (#5425) 1 год назад
lexical_lookup.h 4148161e24 Refactor value store code to use separate files. (#4477) 1 год назад
literal.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 год назад
literal.h e4412a95dd Factor out machinery for forming int type literals. (#4616) 1 год назад
member_access.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
member_access.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
merge.cpp cab91d0590 Don't require a thunk for parameter name differences. (#5404) 1 год назад
merge.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
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 8738497301 Fix parse support for 'fn F[];' (#5135) 1 год назад
name_component.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
name_lookup.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
name_lookup.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
node_id_traversal.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
node_id_traversal.h 3acca8402f Change `NodeIdTraversal.context_` from reference to pointer (#5210) 1 год назад
node_stack.cpp 1917ea223e Avoid redundantly specifying Id::Kind. (#4911) 1 год назад
node_stack.h f5b5731c76 Separate fields from other `var` decls in parse (#5320) 1 год назад
operator.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
operator.h 422cc3d48a Move diagnostic usings off Context (#5007) 1 год назад
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) 1 год назад
pattern.cpp 34a9e24920 Restore disabled CHECK in pattern handling. (#5410) 1 год назад
pattern.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
pattern_match.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
pattern_match.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
pending_block.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
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 год назад
return.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
return.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
scope_index.h f0403dadab Move None to IdBase (#5030) 1 год назад
scope_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
scope_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
subst.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
subst.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
thunk.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
thunk.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
type.cpp fafb655d39 Separate pattern types from expression types (#5360) 1 год назад
type.h fafb655d39 Separate pattern types from expression types (#5360) 1 год назад
type_completion.cpp fafb655d39 Separate pattern types from expression types (#5360) 1 год назад
type_completion.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
type_structure.cpp f9e7564d37 Avoid unused case variable (#5421) 1 год назад
type_structure.h aa491d8fd8 Implement non-final impl overlap diagnostics (#5412) 1 год назад