Richard Smith 28602a87c2 Fix handling of repeated tuple indexing. (#4733) 1 жил өмнө
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 жил өмнө
testdata 28602a87c2 Fix handling of repeated tuple indexing. (#4733) 1 жил өмнө
BUILD 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) 1 жил өмнө
context.cpp 08f24551ec Add bit packing to NodeImpl (#4651) 1 жил өмнө
context.h 08f24551ec Add bit packing to NodeImpl (#4651) 1 жил өмнө
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) 1 жил өмнө
dump.cpp 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) 1 жил өмнө
dump.h 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) 1 жил өмнө
extract.cpp c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) 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 e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_array_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_base.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_binding_pattern.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 жил өмнө
handle_brace_expr.cpp dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 жил өмнө
handle_call_expr.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 жил өмнө
handle_choice.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_code_block.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_decl_definition.cpp f67791cfee Separate subtree size information from parse nodes. (#4174) 1 жил өмнө
handle_decl_name_and_params.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 жил өмнө
handle_decl_scope_loop.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 жил өмнө
handle_function.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_if_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 жил өмнө
handle_impl.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 жил өмнө
handle_import_and_package.cpp c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) 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 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 жил өмнө
handle_namespace.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 жил өмнө
handle_paren_condition.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 1 жил өмнө
handle_paren_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 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 96964ee534 Implement basic bool and int formatting for diagnostics (#4411) 1 жил өмнө
handle_requirement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_statement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 жил өмнө
handle_var.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 жил өмнө
node_ids.h bc24a6c5d8 Refactor IdBase to provide CRTP-based printing (#4626) 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 dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 жил өмнө
node_kind.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 жил өмнө
parse.cpp 1b2eb42c5a Start avoiding parse diagnostics on error tokens (#4431) 1 жил өмнө
parse.h c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
parse_fuzzer.cpp 4eb955bf42 Drop std:: on size_t in various spots. (#4546) 1 жил өмнө
precedence.cpp 02c263294c Move the constants in the precedence table into the header. (#4308) 1 жил өмнө
precedence.h 02c263294c Move the constants in the precedence table into the header. (#4308) 1 жил өмнө
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 35dfa5f03c Only allow designators when parsing `where __ = ...` (#4304) 1 жил өмнө
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 жил өмнө
tree.cpp 08f24551ec Add bit packing to NodeImpl (#4651) 1 жил өмнө
tree.h 08f24551ec Add bit packing to NodeImpl (#4651) 1 жил өмнө
tree_and_subtrees.cpp bc24a6c5d8 Refactor IdBase to provide CRTP-based printing (#4626) 1 жил өмнө
tree_and_subtrees.h 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 жил өмнө
tree_node_diagnostic_converter.h f67791cfee Separate subtree size information from parse nodes. (#4174) 1 жил өмнө
tree_test.cpp de41a4b1b3 Fix a protected data member in a test. (#4717) 1 жил өмнө
typed_nodes.h dd43bb92b5 Refactor struct literal parse nodes. (#4470) 1 жил өмнө
typed_nodes_test.cpp cb4686bf21 Enable misc-non-private-member-variables-in-classes and adjust style to match (#4702) 1 жил өмнө