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 година