Chandler Carruth 5d0ec91c20 Collection of minor tweaks to get approx. 10-15% compile time (#4245) 1 год назад
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 лет назад
testdata 935715e704 Implement new precedence from #4075 (#4236) 1 год назад
BUILD f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
context.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
context.h f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
extract.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 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 f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_base.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 год назад
handle_binding_pattern.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_brace_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_call_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_choice.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_code_block.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_decl_definition.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_decl_name_and_params.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_decl_scope_loop.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_function.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_impl.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_import_and_package.cpp a17480133f Remove excess use of auto on initializers (auto x = Y(z) -> Y x(z)) (#4239) 1 год назад
handle_index_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_let.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_match.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 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 f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_pattern.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 год назад
handle_pattern_list.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_period.cpp 435ee44e4c Report invalid parse on `var x: i32 = {.7 = 8}` (#4237) 1 год назад
handle_statement.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 год назад
handle_var.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
node_ids.h c353f6bd78 change tuple index (#4218) 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 c353f6bd78 change tuple index (#4218) 1 год назад
node_kind.h c353f6bd78 change tuple index (#4218) 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 935715e704 Implement new precedence from #4075 (#4236) 1 год назад
precedence.h 033c68c45b Remove a couple unnecessary != operators. (#3808) 2 лет назад
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) 1 год назад
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 5d0ec91c20 Collection of minor tweaks to get approx. 10-15% compile time (#4245) 1 год назад
tree.h 5d0ec91c20 Collection of minor tweaks to get approx. 10-15% compile time (#4245) 1 год назад
tree_and_subtrees.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
tree_and_subtrees.h f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
tree_node_diagnostic_converter.h f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
tree_test.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад
typed_nodes.h c353f6bd78 change tuple index (#4218) 1 год назад
typed_nodes_test.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 год назад