Geoff Romer c7e4cb2c76 Don't attempt to merge multiple class definitions. (#3947) 2 年之前
..
fuzzer_corpus 1c748c0f14 Split semantics into check and sem_ir directories (#3176) 2 年之前
testdata c7e4cb2c76 Don't attempt to merge multiple class definitions. (#3947) 2 年之前
BUILD 76471cf701 Move decl-specific merge logic back to respective handlers. (#3937) 2 年之前
call.cpp 20c0322bbe Rough support for calling a generic class name to form a class type. (#3939) 2 年之前
call.h cf361a83f3 Overloaded operator support. (#3796) 2 年之前
check.cpp 92860c56b4 Include parse node being checked in crash backtrace. (#3926) 2 年之前
check.h 62fe0cd385 Remove the builtin IR, and instead define builtin types locally. (#3910) 2 年之前
check_fuzzer.cpp 594f6d781e Fix prelude finding for direct driver execution. (#3894) 2 年之前
context.cpp 9783d44fed Add a GenericClassType as the type of the name of a generic class. (#3935) 2 年之前
context.h 9783d44fed Add a GenericClassType as the type of the name of a generic class. (#3935) 2 年之前
convert.cpp 20c0322bbe Rough support for calling a generic class name to form a class type. (#3939) 2 年之前
convert.h b5d28f2c4b location -> loc abbreviation (#3826) 2 年之前
decl_name_stack.cpp 92fa0ac1ac Remove ImportRefUsed (#3934) 2 年之前
decl_name_stack.h f9a4371aca Refactor name addition, particularly for associated entities. (#3924) 2 年之前
decl_state.h 28ceb4dd4e Basic check support for adapters. (#3874) 2 年之前
diagnostic_helpers.h b5d28f2c4b location -> loc abbreviation (#3826) 2 年之前
eval.cpp 9783d44fed Add a GenericClassType as the type of the name of a generic class. (#3935) 2 年之前
eval.h a3154356f0 Distinguish between template constants and symbolic constants. (#3595) 2 年之前
function.cpp 76471cf701 Move decl-specific merge logic back to respective handlers. (#3937) 2 年之前
function.h 76471cf701 Move decl-specific merge logic back to respective handlers. (#3937) 2 年之前
handle.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 年之前
handle_alias.cpp f9a4371aca Refactor name addition, particularly for associated entities. (#3924) 2 年之前
handle_array.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_binding_pattern.cpp 8676ef6f36 Stop assigning a symbolic generic parameter index to associated constants. (#3923) 2 年之前
handle_call_expr.cpp cf361a83f3 Overloaded operator support. (#3796) 2 年之前
handle_choice.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_class.cpp c7e4cb2c76 Don't attempt to merge multiple class definitions. (#3947) 2 年之前
handle_codeblock.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_expr_statement.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 年之前
handle_file.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_function.cpp 76471cf701 Move decl-specific merge logic back to respective handlers. (#3937) 2 年之前
handle_if_expr.cpp 583f5aa508 Constant evaluation support for `if` expressions, `and`, and `or`. (#3840) 2 年之前
handle_if_statement.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_impl.cpp f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 年之前
handle_import_and_package.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_index.cpp 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 年之前
handle_interface.cpp e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) 2 年之前
handle_let.cpp f9a4371aca Refactor name addition, particularly for associated entities. (#3924) 2 年之前
handle_literal.cpp cae62765af Add builtins for basic float operations (#3897) 2 年之前
handle_loop_statement.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_match.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_modifier.cpp 096f1dc68a Rename functions which only print a diagnostic to Diagnose* (#3886) 2 年之前
handle_name.cpp d0e8afc51b Handle arrow operator (#3768) 2 年之前
handle_named_constraint.cpp f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 年之前
handle_namespace.cpp b5d28f2c4b location -> loc abbreviation (#3826) 2 年之前
handle_noop.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_operator.cpp 583f5aa508 Constant evaluation support for `if` expressions, `and`, and `or`. (#3840) 2 年之前
handle_paren_expr.cpp b42612bcec Change tuple/paren expr parsing to use placeholders. (#3849) 2 年之前
handle_pattern_list.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_return_statement.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
handle_struct.cpp a034f86272 Change struct literal parsing to use placeholders. (#3850) 2 年之前
handle_tuple_literal.cpp b42612bcec Change tuple/paren expr parsing to use placeholders. (#3849) 2 年之前
handle_variable.cpp f9a4371aca Refactor name addition, particularly for associated entities. (#3924) 2 年之前
impl.cpp 76471cf701 Move decl-specific merge logic back to respective handlers. (#3937) 2 年之前
impl.h abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 年之前
import.cpp 6483044597 Switch import logic to rely on constants. (#3917) 2 年之前
import.h c82ce8faae Start adding tracking of the complete list of IRs under check. (#3915) 2 年之前
import_ref.cpp 9783d44fed Add a GenericClassType as the type of the name of a generic class. (#3935) 2 年之前
import_ref.h 92fa0ac1ac Remove ImportRefUsed (#3934) 2 年之前
inst_block_stack.cpp 4f2bd0b095 Fix CHECK failure when there is control flow in a global variable initializer (#3925) 2 年之前
inst_block_stack.h 4f2bd0b095 Fix CHECK failure when there is control flow in a global variable initializer (#3925) 2 年之前
interface.cpp 5627f88c22 Switch ImportRefs to provide a LocId. (#3913) 2 年之前
interface.h 33c1e9ca95 Add an associated entity instruction and corresponding type for interface elements. (#3730) 2 年之前
lexical_lookup.h f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 年之前
member_access.cpp 92fa0ac1ac Remove ImportRefUsed (#3934) 2 年之前
member_access.h cf361a83f3 Overloaded operator support. (#3796) 2 年之前
merge.cpp 76471cf701 Move decl-specific merge logic back to respective handlers. (#3937) 2 年之前
merge.h 292a9d3cb4 Replace ResolvePrevInstForMerge with decl logic. (#3936) 2 年之前
modifiers.cpp db324c7247 Initial, extern-ignoring support for extern class decls. (#3891) 2 年之前
modifiers.h db324c7247 Initial, extern-ignoring support for extern class decls. (#3891) 2 年之前
node_stack.cpp 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
node_stack.h 895e90e791 Start including the prelude for testing. (#3861) 2 年之前
operator.cpp 895e90e791 Start including the prelude for testing. (#3861) 2 年之前
operator.h cf361a83f3 Overloaded operator support. (#3796) 2 年之前
param_and_arg_refs_stack.h a034f86272 Change struct literal parsing to use placeholders. (#3850) 2 年之前
pending_block.h b5d28f2c4b location -> loc abbreviation (#3826) 2 年之前
pointer_dereference.cpp cf361a83f3 Overloaded operator support. (#3796) 2 年之前
pointer_dereference.h d0e8afc51b Handle arrow operator (#3768) 2 年之前
return.cpp ccf87f0a38 Use computed constants in lowering rather than lowering instructions (#3905) 2 年之前
return.h 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 年之前
scope_index.h f4a741903f Add import support for remaining decl types. (#3651) 2 年之前
scope_stack.cpp e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) 2 年之前
scope_stack.h e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) 2 年之前
subst.cpp e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) 2 年之前
subst.h e0b8728263 Allocate de Bruijn levels to symbolic bindings. (#3906) 2 年之前