Jon Ross-Perkins 44a5e371b2 Reduce clangd-displayed errors for def files (#4957) 1 год назад
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 лет назад
testdata 6dda094928 Superficial support for `template` modifier on symbolic bindings. (#4948) 1 год назад
BUILD 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) 1 год назад
context.cpp e79d3be5bd Combine DiagnosticConverter into DiagnosticEmitter (#4878) 1 год назад
context.h e79d3be5bd Combine DiagnosticConverter into DiagnosticEmitter (#4878) 1 год назад
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) 1 год назад
dump.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
dump.h 3ce0df67bb Add `Dump` functions to Check, Parse, and Lex (#4669) 1 год назад
extract.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 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 6dda094928 Superficial support for `template` modifier on symbolic bindings. (#4948) 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 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
handle_expr.cpp 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 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 f502e8d6ff Avoid speculatively pushing a pattern block in impl handling (#4943) 1 год назад
handle_import_and_package.cpp 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 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 0396bbf9df Improve `match` parsing diagnostics (#4934) 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 943acf1ec2 Separate node kind for bindings inside `var` (#4822) 1 год назад
handle_pattern_list.cpp 943acf1ec2 Separate node kind for bindings inside `var` (#4822) 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 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
node_ids.h 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 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 44a5e371b2 Reduce clangd-displayed errors for def files (#4957) 1 год назад
node_kind.h 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 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 44a5e371b2 Reduce clangd-displayed errors for def files (#4957) 1 год назад
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 лет назад
tree.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
tree.h 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 1 год назад
tree_and_subtrees.cpp 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) 1 год назад
tree_and_subtrees.h 2fef1cb713 Switch to trailing returns in toolchain and related code. (#4919) 1 год назад
tree_test.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
typed_nodes.h 6dda094928 Superficial support for `template` modifier on symbolic bindings. (#4948) 1 год назад
typed_nodes_test.cpp 943acf1ec2 Separate node kind for bindings inside `var` (#4822) 1 год назад