Thomas Köppe f18fc40a32 Add missing standard library header inclusions (#5486) 11 months ago
..
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 year ago
testdata 270174cd82 Move the ir test (#5510) 11 months ago
BUILD 5aea18f949 Avoid resolving the decl block for specifics in imported instructions (#5517) 11 months ago
action.cpp 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) 1 year ago
action.h f0663715dd Even more usage of TypeInstId (#5296) 1 year ago
call.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 year ago
check.cpp 852d0191a9 Add support for importing C++ inline functions (#5427) 11 months ago
check.h 852d0191a9 Add support for importing C++ inline functions (#5427) 11 months ago
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 year ago
check_unit.cpp f18fc40a32 Add missing standard library header inclusions (#5486) 11 months ago
check_unit.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 months ago
class.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 year ago
class.h a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 year ago
context.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
context.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
control_flow.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 year ago
control_flow.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
convert.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) 11 months ago
convert.h 69b9982e95 Convert discarded calls in thunks. (#5452) 11 months ago
decl_introducer_state.h 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 year ago
decl_name_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
decl_name_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
deduce.cpp 6f32a003d2 Remove `needs_substitution` logic (#5443) 1 year ago
deduce.h fafb655d39 Separate pattern types from expression types (#5360) 1 year ago
deferred_definition_scope.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
deferred_definition_worklist.cpp 517c4d3c20 Remove VariantMatch; use CARBON_KIND_SWITCH for std::variants (#5437) 11 months ago
deferred_definition_worklist.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
diagnostic_emitter.cpp 2aa5fbfa4a Move the logic in `TryConvertClangDiagnosticLoc()` to `ConvertLocInFile()` (#5391) 1 year ago
diagnostic_emitter.h 2aa5fbfa4a Move the logic in `TryConvertClangDiagnosticLoc()` to `ConvertLocInFile()` (#5391) 1 year ago
diagnostic_helpers.h 13da710e94 Poison impl lookup queries with concrete results (#5373) 1 year ago
dump.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
eval.cpp 95ce06a7a4 Adjust KindHasGetConstantValueOverload approach (#5526) 11 months ago
eval.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 year ago
eval_inst.cpp 5b884ae14d Improve lowering for global variables. (#5492) 11 months ago
eval_inst.h 5b884ae14d Improve lowering for global variables. (#5492) 11 months ago
facet_type.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
facet_type.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 year ago
full_pattern_stack.h d264f14027 Clean up handling of `Call` params (#5061) 1 year ago
function.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
function.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
generic.cpp f18fc40a32 Add missing standard library header inclusions (#5486) 11 months ago
generic.h 5aea18f949 Avoid resolving the decl block for specifics in imported instructions (#5517) 11 months ago
generic_region_stack.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 year ago
generic_region_stack.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 year ago
global_init.cpp 5a4b63a040 [Refactor] Move call_params_id from EntityBase to FunctionFields. (#5146) 1 year ago
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 year ago
handle.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
handle_alias.cpp 19532967fa Stop pushing a fake generic for the duration of check. (#5326) 1 year ago
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
handle_binding_pattern.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
handle_call_expr.cpp 63ff0cca1a Include the call arguments in the location of a call. (#4602) 1 year ago
handle_choice.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 year ago
handle_class.cpp 71715263ce Add build option `--features=poison_value_stores`. (#5438) 11 months ago
handle_codeblock.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 year ago
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) 11 months ago
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_function.cpp 90649d60f0 Fix crash on 'destroy' with return type and no params (#5527) 11 months ago
handle_if_expr.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 year ago
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 year ago
handle_impl.cpp ccc94439e5 Don't reuse the reference into the ImplStore after doing deduce (#5456) 11 months ago
handle_import_and_package.cpp 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 1 year ago
handle_index.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
handle_interface.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 year ago
handle_let_and_var.cpp 69ab97d716 Don't wrap an ErrorInst as a subpattern of another pattern (#5542) 11 months ago
handle_literal.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 year ago
handle_loop_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 year ago
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_modifier.cpp 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 year ago
handle_name.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 year ago
handle_operator.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_pattern_list.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 year ago
handle_struct.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 year ago
handle_tuple_literal.cpp a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 year ago
handle_where.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 year ago
impl.cpp 90898a8e19 Avoid witnesses in redecls when handling errors in handle_impl (#5409) 1 year ago
impl.h 90898a8e19 Avoid witnesses in redecls when handling errors in handle_impl (#5409) 1 year ago
impl_lookup.cpp 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 months ago
impl_lookup.h b6a55c0818 Diagnose impls that are fully overlapped by a final impl (#5417) 11 months ago
impl_validation.cpp 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 months ago
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 months ago
import.cpp c49789d80b Don't use `GetCanonicalLocId` when determining what instruction an instruction was imported from. (#5418) 1 year ago
import.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 year ago
import_cpp.cpp 65c1dcec5f Force -fPIE for compiles (#5521) 11 months ago
import_cpp.h 852d0191a9 Add support for importing C++ inline functions (#5427) 11 months ago
import_ref.cpp fbc5994750 Support importing `var` parameters (#5400) 11 months ago
import_ref.h d617cca530 Factor out GetCanonicalFileAndInstId for code sharing. (#5362) 1 year ago
inst.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 year ago
inst.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) 1 year ago
inst_block_stack.h 5da87f43da Split SemIR's formatter class into a more typical h+cpp (#5372) 1 year ago
interface.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
interface.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 year ago
keyword_modifier_set.h c455dbef54 Clean up `KeywordModifierSet` after #5345 (#5425) 1 year ago
lexical_lookup.h 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
literal.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 year ago
literal.h e4412a95dd Factor out machinery for forming int type literals. (#4616) 1 year ago
member_access.cpp 3d07794650 Gracefully error in non-compound member lookup into a runtime facet value (#5485) 11 months ago
member_access.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 year ago
merge.cpp fbc5994750 Support importing `var` parameters (#5400) 11 months ago
merge.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 year ago
modifiers.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 year ago
name_component.cpp 8738497301 Fix parse support for 'fn F[];' (#5135) 1 year ago
name_component.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 year ago
name_lookup.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 year ago
name_lookup.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
node_id_traversal.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
node_id_traversal.h 3acca8402f Change `NodeIdTraversal.context_` from reference to pointer (#5210) 1 year ago
node_stack.cpp 1917ea223e Avoid redundantly specifying Id::Kind. (#4911) 1 year ago
node_stack.h f5b5731c76 Separate fields from other `var` decls in parse (#5320) 1 year ago
operator.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
operator.h 422cc3d48a Move diagnostic usings off Context (#5007) 1 year ago
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) 1 year ago
pattern.cpp 34a9e24920 Restore disabled CHECK in pattern handling. (#5410) 1 year ago
pattern.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
pattern_match.cpp 5095af991f Make `MatchContext::WorkItem`, `CalleeFunction`, `InitRepr`, `ReturnTypeInfo` `Printable` (#5535) 11 months ago
pattern_match.h 9c0faf007e Invalid comment cleanup (#4836) 1 year ago
pending_block.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
region_stack.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 year ago
return.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
return.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
scope_index.h f0403dadab Move None to IdBase (#5030) 1 year ago
scope_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
scope_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
subst.cpp 4f59fb1346 Substitute into the type of BindSymbolicName or SymbolicBindingPattern (#5481) 11 months ago
subst.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 year ago
thunk.cpp f18fc40a32 Add missing standard library header inclusions (#5486) 11 months ago
thunk.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 year ago
type.cpp fafb655d39 Separate pattern types from expression types (#5360) 1 year ago
type.h fafb655d39 Separate pattern types from expression types (#5360) 1 year ago
type_completion.cpp 5b884ae14d Improve lowering for global variables. (#5492) 11 months ago
type_completion.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 year ago
type_structure.cpp 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 months ago
type_structure.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 months ago