Jon Ross-Perkins 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 лет назад
testdata 13434f0e8a Model `var` as a pattern operator (#4720) 1 год назад
BUILD 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
context.cpp 8f685b6953 Change how diagnostics are ordered (#4778) 1 год назад
context.h 8f685b6953 Change how diagnostics are ordered (#4778) 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 4f10735751 Track params in the parser (#4777) 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 4f10735751 Track params in the parser (#4777) 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 4f10735751 Track params in the parser (#4777) 1 год назад
handle_decl_scope_loop.cpp d42128ef9a Parse all kinds of declarations at function scope. (#4779) 1 год назад
handle_expr.cpp 4f10735751 Track params in the parser (#4777) 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 4f10735751 Track params in the parser (#4777) 1 год назад
handle_requirement.cpp 4f10735751 Track params in the parser (#4777) 1 год назад
handle_statement.cpp d42128ef9a Parse all kinds of declarations at function scope. (#4779) 1 год назад
handle_type.cpp 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 год назад
handle_var.cpp 13434f0e8a Model `var` as a pattern operator (#4720) 1 год назад
node_ids.h 4f10735751 Track params in the parser (#4777) 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 13434f0e8a Model `var` as a pattern operator (#4720) 1 год назад
node_kind.h 4f10735751 Track params in the parser (#4777) 1 год назад
parse.cpp 8f685b6953 Change how diagnostics are ordered (#4778) 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 d42128ef9a Parse all kinds of declarations at function scope. (#4779) 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 8f685b6953 Change how diagnostics are ordered (#4778) 1 год назад
tree_test.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) 1 год назад
typed_nodes.h 13434f0e8a Model `var` as a pattern operator (#4720) 1 год назад
typed_nodes_test.cpp 13434f0e8a Model `var` as a pattern operator (#4720) 1 год назад