Jon Ross-Perkins 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 years ago
testdata 607522c7de Fix a case of `InvalidParse` with `has_error = false` (#4481) 1 year ago
BUILD 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
context.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
context.h 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) 1 year ago
extract.cpp 0ca0d0d4f5 Small refactoring to Extract for compile time. (#4444) 1 year ago
handle.h 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
handle_adapt.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
handle_alias.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_array_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_base.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_binding_pattern.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
handle_brace_expr.cpp dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 year ago
handle_call_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 year ago
handle_choice.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_code_block.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_decl_definition.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 year ago
handle_decl_name_and_params.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
handle_decl_scope_loop.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
handle_function.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_if_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
handle_impl.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
handle_import_and_package.cpp 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
handle_index_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 year ago
handle_let.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 year ago
handle_match.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
handle_namespace.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
handle_paren_condition.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
handle_paren_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_pattern.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
handle_pattern_list.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 year ago
handle_period.cpp 96964ee534 Implement basic bool and int formatting for diagnostics (#4411) 1 year ago
handle_requirement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_statement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
handle_var.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
node_ids.h c33c9a02f6 Parse support for `where` operator (#4275) 1 year ago
node_kind.cpp 3c01ee69ed Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001) 1 year ago
node_kind.def dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 year ago
node_kind.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
parse.cpp 1b2eb42c5a Start avoiding parse diagnostics on error tokens (#4431) 1 year ago
parse.h c8b30d3eec Split Parse out to its own target. (#3556) 2 years ago
parse_fuzzer.cpp 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
precedence.cpp 02c263294c Move the constants in the precedence table into the header. (#4308) 1 year ago
precedence.h 02c263294c Move the constants in the precedence table into the header. (#4308) 1 year ago
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) 1 year ago
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 years ago
state.def 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) 1 year ago
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 years ago
tree.cpp d6b2fb1736 Add parse support for multiple requirements after `where` separated by `and` (#4298) 1 year ago
tree.h 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 year ago
tree_and_subtrees.cpp 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
tree_and_subtrees.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
tree_node_diagnostic_converter.h f67791cfee Separate subtree size information from parse nodes. (#4174) 1 year ago
tree_test.cpp 4148161e24 Refactor value store code to use separate files. (#4477) 1 year ago
typed_nodes.h dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 year ago
typed_nodes_test.cpp 0f350255ce Refactor compile-related tests to share construction. (#4396) 1 year ago