| .. |
|
fuzzer_corpus
|
1c748c0f14
Split semantics into check and sem_ir directories (#3176)
|
2 лет назад |
|
testdata
|
239f8030a4
Pass imports to SemIR. (#3415)
|
2 лет назад |
|
BUILD
|
239f8030a4
Pass imports to SemIR. (#3415)
|
2 лет назад |
|
__init__.py
|
1c748c0f14
Split semantics into check and sem_ir directories (#3176)
|
2 лет назад |
|
check.cpp
|
239f8030a4
Pass imports to SemIR. (#3415)
|
2 лет назад |
|
check.h
|
d024403dc4
Refactor checking flow to allow for ordering based on import/package. (#3379)
|
2 лет назад |
|
check_fuzzer.cpp
|
377e9a0968
In the driver, --dump-semantics-ir -> --dump-sem-ir (#3218)
|
2 лет назад |
|
context.cpp
|
239f8030a4
Pass imports to SemIR. (#3415)
|
2 лет назад |
|
context.h
|
239f8030a4
Pass imports to SemIR. (#3415)
|
2 лет назад |
|
convert.cpp
|
c89c452579
Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425)
|
2 лет назад |
|
convert.h
|
c89c452579
Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425)
|
2 лет назад |
|
decl_name_stack.cpp
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 лет назад |
|
decl_name_stack.h
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 лет назад |
|
handle_array.cpp
|
11ca083855
Use abbreviation "expr" instead of "expression" (#3375)
|
2 лет назад |
|
handle_call_expr.cpp
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 лет назад |
|
handle_class.cpp
|
2715e2276e
Parsing and basic checking for `abstract class` and `base class`. (#3385)
|
2 лет назад |
|
handle_codeblock.cpp
|
1c748c0f14
Split semantics into check and sem_ir directories (#3176)
|
2 лет назад |
|
handle_expr_statement.cpp
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 лет назад |
|
handle_file.cpp
|
7f2f4bec4f
Add a `Field` node for fields in a class. (#3332)
|
2 лет назад |
|
handle_function.cpp
|
c53b248800
Abbreviate "parameter" -> "param" (#3392)
|
2 лет назад |
|
handle_if_expr.cpp
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 лет назад |
|
handle_if_statement.cpp
|
11ca083855
Use abbreviation "expr" instead of "expression" (#3375)
|
2 лет назад |
|
handle_import_and_package.cpp
|
204c04dbb9
Add more package and import support. (#3402)
|
2 лет назад |
|
handle_index.cpp
|
c89c452579
Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425)
|
2 лет назад |
|
handle_interface.cpp
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 лет назад |
|
handle_let.cpp
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 лет назад |
|
handle_literal.cpp
|
161f46ed37
FloatingPointLiteral to RealLiteral fixup (#3430)
|
2 лет назад |
|
handle_loop_statement.cpp
|
11ca083855
Use abbreviation "expr" instead of "expression" (#3375)
|
2 лет назад |
|
handle_name.cpp
|
c89c452579
Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425)
|
2 лет назад |
|
handle_named_constraint.cpp
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 лет назад |
|
handle_namespace.cpp
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 лет назад |
|
handle_noop.cpp
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 лет назад |
|
handle_operator.cpp
|
c89c452579
Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425)
|
2 лет назад |
|
handle_param_list.cpp
|
729ea69385
`parameter` -> `param` file renaming (#3397)
|
2 лет назад |
|
handle_paren.cpp
|
11ca083855
Use abbreviation "expr" instead of "expression" (#3375)
|
2 лет назад |
|
handle_pattern_binding.cpp
|
2715e2276e
Parsing and basic checking for `abstract class` and `base class`. (#3385)
|
2 лет назад |
|
handle_return_statement.cpp
|
2715e2276e
Parsing and basic checking for `abstract class` and `base class`. (#3385)
|
2 лет назад |
|
handle_struct.cpp
|
d21e7b4f14
Detect duplicate member names in struct and struct type literals (#3395)
|
2 лет назад |
|
handle_variable.cpp
|
2715e2276e
Parsing and basic checking for `abstract class` and `base class`. (#3385)
|
2 лет назад |
|
inst_block_stack.cpp
|
737162cc8f
Rename sem_ir files node->inst, follow up to #3355 (#3361)
|
2 лет назад |
|
inst_block_stack.h
|
737162cc8f
Rename sem_ir files node->inst, follow up to #3355 (#3361)
|
2 лет назад |
|
node_stack.cpp
|
7edfd8e02a
Rename `SemIR::Node` to `SemIR::Inst` (#3355)
|
2 лет назад |
|
node_stack.h
|
a204689893
Use more specific node kinds for literals. (#3419)
|
2 лет назад |
|
pending_block.h
|
7edfd8e02a
Rename `SemIR::Node` to `SemIR::Inst` (#3355)
|
2 лет назад |
|
return.cpp
|
522dcc44c5
Finish "declaration" -> "decl" (#3391)
|
2 лет назад |
|
return.h
|
afd6d85610
Support for `returned var` and `return var`. (#3374)
|
2 лет назад |