josh11b 88f3b3470f Improve error recovery in binding patterns (#4309) il y a 1 an
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) il y a 2 ans
testdata 88f3b3470f Improve error recovery in binding patterns (#4309) il y a 1 an
BUILD f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
context.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
context.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
extract.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle.h 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_adapt.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_alias.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_array_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_base.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_binding_pattern.cpp 88f3b3470f Improve error recovery in binding patterns (#4309) il y a 1 an
handle_brace_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_call_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_choice.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_code_block.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_decl_definition.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_decl_name_and_params.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_decl_scope_loop.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_expr.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
handle_function.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_if_expr.cpp 19f6cd2023 Split if expressions out of handle_expr (#4292) il y a 1 an
handle_impl.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_import_and_package.cpp a17480133f Remove excess use of auto on initializers (auto x = Y(z) -> Y x(z)) (#4239) il y a 1 an
handle_index_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_let.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_match.cpp 1614091da4 Fix match code to consistently diagnose invalid parses. (#4260) il y a 1 an
handle_namespace.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_paren_condition.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_paren_expr.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
handle_pattern.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_pattern_list.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_period.cpp dfe992f1bc Rename DotOrArrow to PeriodOrArrow (#4263) il y a 1 an
handle_requirement.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
handle_statement.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
handle_var.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
node_ids.h c33c9a02f6 Parse support for `where` operator (#4275) il y a 1 an
node_kind.cpp 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) il y a 1 an
node_kind.def d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) il y a 1 an
node_kind.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
parse.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
parse.h c8b30d3eec Split Parse out to its own target. (#3556) il y a 2 ans
parse_fuzzer.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
precedence.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
precedence.h c33c9a02f6 Parse support for `where` operator (#4275) il y a 1 an
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) il y a 1 an
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) il y a 2 ans
state.def 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) il y a 1 an
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) il y a 2 ans
tree.cpp d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) il y a 1 an
tree.h d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) il y a 1 an
tree_and_subtrees.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
tree_and_subtrees.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
tree_node_diagnostic_converter.h f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
tree_test.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an
typed_nodes.h 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) il y a 1 an
typed_nodes_test.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) il y a 1 an