Boaz Brickner 84384cf126 Remove exceptions for `performance-enum-size` (#5370) il y a 1 an
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) il y a 2 ans
testdata 367c210871 Test clean up follow up to #5320 (#5344) il y a 1 an
BUILD 9a6c74f0cd Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322) il y a 1 an
context.cpp f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
context.h 84384cf126 Remove exceptions for `performance-enum-size` (#5370) il y a 1 an
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) il y a 1 an
dump.cpp bf32da8dad Add missing standard library header inclusions (#5316) il y a 1 an
dump.h 3ae62f8130 Rewrite Dump calls to use std::string returns (#5195) il y a 1 an
extract.cpp 9a6c74f0cd Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322) 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 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_alias.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_array_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_base.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_binding_pattern.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_brace_expr.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) il y a 1 an
handle_call_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_choice.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_code_block.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_decl_definition.cpp f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
handle_decl_name_and_params.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) il y a 1 an
handle_decl_scope_loop.cpp f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
handle_expr.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) il y a 1 an
handle_function.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_if_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_impl.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_import_and_package.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) il y a 1 an
handle_index_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_let.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_match.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_namespace.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_paren_condition.cpp bf32da8dad Add missing standard library header inclusions (#5316) il y a 1 an
handle_paren_expr.cpp 87f0e9723f Rename `StateStackEntry` to `State` (#5256) il y a 1 an
handle_pattern.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_pattern_list.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_period.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_requirement.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_statement.cpp f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
handle_type.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
handle_var.cpp f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
node_category.cpp 90b6f5a22c Refactor NodeCategory for X-macros (#5029) il y a 1 an
node_category.h 84384cf126 Remove exceptions for `performance-enum-size` (#5370) il y a 1 an
node_ids.h a527626d87 Add tests and range enforcement for current LocId use-cases (#5274) il y a 1 an
node_kind.cpp 90b6f5a22c Refactor NodeCategory for X-macros (#5029) il y a 1 an
node_kind.def f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
node_kind.h 90b6f5a22c Refactor NodeCategory for X-macros (#5029) il y a 1 an
parse.cpp f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
parse.h acbe6530c3 Move diagnostics into a namespace (#5173) il y a 1 an
parse_fuzzer.cpp acbe6530c3 Move diagnostics into a namespace (#5173) il y a 1 an
precedence.cpp bf32da8dad Add missing standard library header inclusions (#5316) il y a 1 an
precedence.h 6322c7734e Don't define an unscoped enumeration out of line. (#5282) il y a 1 an
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) il y a 1 an
state.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
state.def f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
state.h 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) il y a 1 an
tree.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) il y a 1 an
tree.h dfe1c880ea Clean up node kind information for namespaces (#5120) il y a 1 an
tree_and_subtrees.cpp bf32da8dad Add missing standard library header inclusions (#5316) il y a 1 an
tree_and_subtrees.h acbe6530c3 Move diagnostics into a namespace (#5173) il y a 1 an
tree_test.cpp bf32da8dad Add missing standard library header inclusions (#5316) il y a 1 an
typed_nodes.h f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an
typed_nodes_test.cpp f5b5731c76 Separate fields from other `var` decls in parse (#5320) il y a 1 an