Richard Smith de41a4b1b3 Fix a protected data member in a test. (#4717) il y a 1 an
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) il y a 2 ans
testdata fa95892a37 Add diagnostic coverage, remove possibly-unreachable unary op diagnostic (#4519) il y a 1 an
BUILD 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) il y a 1 an
context.cpp 08f24551ec Add bit packing to NodeImpl (#4651) il y a 1 an
context.h 08f24551ec Add bit packing to NodeImpl (#4651) il y a 1 an
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) il y a 1 an
dump.cpp 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) il y a 1 an
dump.h 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) il y a 1 an
extract.cpp c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) 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 e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_array_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_base.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_binding_pattern.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_brace_expr.cpp dd43bb92b5 Refactor struct literal parse nodes. (#4470) 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 e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_code_block.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 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 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_decl_scope_loop.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_function.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_if_expr.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_impl.cpp 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_import_and_package.cpp c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) 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 2841e9a67e Require that InvalidParse nodes must have an error (#4482) 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 2841e9a67e Require that InvalidParse nodes must have an error (#4482) il y a 1 an
handle_paren_expr.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 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 96964ee534 Implement basic bool and int formatting for diagnostics (#4411) il y a 1 an
handle_requirement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
handle_statement.cpp e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 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 e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) il y a 1 an
node_ids.h bc24a6c5d8 Refactor IdBase to provide CRTP-based printing (#4626) 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 dd43bb92b5 Refactor struct literal parse nodes. (#4470) 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 1b2eb42c5a Start avoiding parse diagnostics on error tokens (#4431) il y a 1 an
parse.h c8b30d3eec Split Parse out to its own target. (#3556) il y a 2 ans
parse_fuzzer.cpp 4eb955bf42 Drop std:: on size_t in various spots. (#4546) il y a 1 an
precedence.cpp 02c263294c Move the constants in the precedence table into the header. (#4308) il y a 1 an
precedence.h 02c263294c Move the constants in the precedence table into the header. (#4308) 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 08f24551ec Add bit packing to NodeImpl (#4651) il y a 1 an
tree.h 08f24551ec Add bit packing to NodeImpl (#4651) il y a 1 an
tree_and_subtrees.cpp bc24a6c5d8 Refactor IdBase to provide CRTP-based printing (#4626) 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 de41a4b1b3 Fix a protected data member in a test. (#4717) il y a 1 an
typed_nodes.h dd43bb92b5 Refactor struct literal parse nodes. (#4470) il y a 1 an
typed_nodes_test.cpp cb4686bf21 Enable misc-non-private-member-variables-in-classes and adjust style to match (#4702) il y a 1 an