Richard Smith 4aa34978eb Import support for tuple, struct and integer values. (#4042) пре 1 година
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) пре 2 година
testdata 83413479d7 Move some of the test information to TIP lines (#4007) пре 1 година
BUILD 60db3df24b Remove glob_sh_run (#4041) пре 1 година
context.cpp d9c62b106d Rename enclosing scope to parent scope (#4020) пре 1 година
context.h d9c62b106d Rename enclosing scope to parent scope (#4020) пре 1 година
extract.cpp c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) пре 1 година
handle.h 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_adapt.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_alias.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_array_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_base.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_binding_pattern.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_brace_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_call_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_choice.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_code_block.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_decl_definition.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_decl_name_and_params.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_decl_scope_loop.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_function.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_impl.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_import_and_package.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_index_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_let.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_match.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_namespace.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_paren_condition.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_paren_expr.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_pattern.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_pattern_list.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_period.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_statement.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
handle_var.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
node_ids.h c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) пре 1 година
node_kind.cpp 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) пре 1 година
node_kind.def 4aa34978eb Import support for tuple, struct and integer values. (#4042) пре 1 година
node_kind.h cda5f66d22 Refactor NodeCategory to provide a class API (#4004) пре 1 година
parse.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
parse.h c8b30d3eec Split Parse out to its own target. (#3556) пре 2 година
parse_fuzzer.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) пре 1 година
precedence.cpp 5f439b842b Parsing `impl`...`as` (#3473) пре 2 година
precedence.h 033c68c45b Remove a couple unnecessary != operators. (#3808) пре 2 година
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) пре 2 година
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) пре 2 година
state.def 28170c7867 Parse parameters in name qualifiers. (#3988) пре 1 година
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) пре 2 година
tree.cpp 517a416852 Clean up some misc toolchain braced inits. (#4013) пре 1 година
tree.h 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) пре 1 година
tree_node_diagnostic_converter.h b5d28f2c4b location -> loc abbreviation (#3826) пре 2 година
tree_test.cpp 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) пре 2 година
typed_nodes.h c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) пре 1 година
typed_nodes_test.cpp c2ab520522 Add typed forms of `TokenIndex` for tokens with a known kind. (#4016) пре 1 година