Jon Ross-Perkins 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
..
fuzzer_corpus 907fa82fc6 Fuzz semantics when it passes parsing without errors. (#3003) 2 лет назад
testdata 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
BUILD fa857e42be Rename //testing/util to base (#3104) 2 лет назад
__init__.py 55e124a667 Refactor update_checks into a more generic lit_autoupdate (#2277) 3 лет назад
semantics_builtin_kind.cpp 709412ca97 Remove the builtin empty tuple value (not type). (#2850) 2 лет назад
semantics_builtin_kind.def db5e269097 Removed builtin empty tuple type (#3021) 2 лет назад
semantics_builtin_kind.h c615d76196 Add stringification for nodes. (#2704) 3 лет назад
semantics_context.cpp d74b8f0497 Fix diagnostic messages that don't end in a period. (#3127) 2 лет назад
semantics_context.h 09242eeebd Run clang-tidy over toolchain code. (#3105) 2 лет назад
semantics_declaration_name_stack.cpp 446b0ce4ae Refactor declaration name context logic to its own class. (#2989) 2 лет назад
semantics_declaration_name_stack.h 446b0ce4ae Refactor declaration name context logic to its own class. (#2989) 2 лет назад
semantics_file_test.cpp a2b4cabeaa Switch the toolchain to the new CLI library. (#2979) 2 лет назад
semantics_fuzzer.cpp a2b4cabeaa Switch the toolchain to the new CLI library. (#2979) 2 лет назад
semantics_handle_array.cpp 956d65e333 Remove stray semicolon (#3098) 2 лет назад
semantics_handle_call_expression.cpp db5e269097 Removed builtin empty tuple type (#3021) 2 лет назад
semantics_handle_class.cpp 77385aa344 Refactor semantics logic into separate files. (#2819) 3 лет назад
semantics_handle_codeblock.cpp 0594a1aac7 Integrates tuple to semantic analysis (#2992) 2 лет назад
semantics_handle_function.cpp 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_handle_if_expression.cpp 43065a1257 Finish refactoring Push/Pop for stronger type handling. (#2987) 2 лет назад
semantics_handle_if_statement.cpp 43065a1257 Finish refactoring Push/Pop for stronger type handling. (#2987) 2 лет назад
semantics_handle_index.cpp 2e290b9e73 Fix missing APSInt include. (#3107) 2 лет назад
semantics_handle_interface.cpp 77385aa344 Refactor semantics logic into separate files. (#2819) 3 лет назад
semantics_handle_literal.cpp 35ccac5125 Semantics and lowering for `type` keyword and type values. (#3022) 2 лет назад
semantics_handle_loop_statement.cpp 288ad9f8e5 Split statement-specific parts of `semantics_handle.cpp` into separate files. (#2949) 2 лет назад
semantics_handle_name.cpp 6e01b90394 Rename some semantics nodes and some IR names to make them match better. (#3085) 2 лет назад
semantics_handle_named_constraint.cpp 239cdcc457 Finish splitting out semantics_handle.cpp (#2976) 2 лет назад
semantics_handle_namespace.cpp 446b0ce4ae Refactor declaration name context logic to its own class. (#2989) 2 лет назад
semantics_handle_noop.cpp 239cdcc457 Finish splitting out semantics_handle.cpp (#2976) 2 лет назад
semantics_handle_operator.cpp 5b45c2319f Only allow assignment to durable reference expressions. (#3077) 2 лет назад
semantics_handle_package.cpp 77385aa344 Refactor semantics logic into separate files. (#2819) 3 лет назад
semantics_handle_parameter_list.cpp 9751b4701d Start node stack push/pop setting IdT based on ParseNodeKind. (#2985) 2 лет назад
semantics_handle_paren.cpp 0594a1aac7 Integrates tuple to semantic analysis (#2992) 2 лет назад
semantics_handle_pattern_binding.cpp 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_handle_statement.cpp 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) 2 лет назад
semantics_handle_struct.cpp 9c516c40b9 Always create a StructType node for every syntactic struct type. (#3084) 2 лет назад
semantics_handle_variable.cpp 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_ir.cpp 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_ir.h 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_ir_formatter.cpp 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_ir_formatter.h 6cbf280a68 Add formatted textual IR output (#3056) 2 лет назад
semantics_ir_test.cpp 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_node.cpp 62205763a5 Add support for `&` operator. (#3055) 2 лет назад
semantics_node.h 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_node_block_stack.cpp 4b69264cb1 Add implied `return;` at end of non-value-returning functions. (#2942) 2 лет назад
semantics_node_block_stack.h 4b69264cb1 Add implied `return;` at end of non-value-returning functions. (#2942) 2 лет назад
semantics_node_kind.cpp 6cbf280a68 Add formatted textual IR output (#3056) 2 лет назад
semantics_node_kind.def 2425e28e3a Collapse names into VarStorage (#3116) 2 лет назад
semantics_node_kind.h 6cbf280a68 Add formatted textual IR output (#3056) 2 лет назад
semantics_node_stack.cpp a1a7251716 Refactor NodeStack APIs to better handle the increase of distinct ID types. (#2864) 2 лет назад
semantics_node_stack.h 9228487d46 Semantics for array type (#3087) 2 лет назад