Richard Smith 9e7a17b1a1 Scaffolding for checking impls. (#3672) 2 年之前
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 年之前
testdata 65e95942de Choice parsing in toolchain (#3574) 2 年之前
BUILD bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 年之前
__init__.py c555b39a2c Rename parser dir to parse (#3178) 2 年之前
context.cpp add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) 2 年之前
context.h 95746df788 Split out context targets for check and parse. (#3558) 2 年之前
extract.cpp 379d776084 Add support for '--config=clang-tidy' (#3559) 2 年之前
handle_array_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
handle_base.cpp 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) 2 年之前
handle_binding_pattern.cpp f5c34d62dd Abbreviate "address" -> "addr" (#3580) 2 年之前
handle_brace_expr.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 年之前
handle_call_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
handle_choice.cpp 65e95942de Choice parsing in toolchain (#3574) 2 年之前
handle_code_block.cpp c555b39a2c Rename parser dir to parse (#3178) 2 年之前
handle_decl_definition.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 年之前
handle_decl_name_and_params.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
handle_decl_scope_loop.cpp 65e95942de Choice parsing in toolchain (#3574) 2 年之前
handle_expr.cpp e343ea593c Add macro for postfix operators. (#3504) 2 年之前
handle_function.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
handle_impl.cpp 1addf10054 Move add invalid node. Follow up to #3473. (#3491) 2 年之前
handle_import_and_package.cpp 7083b267d4 Switch clang::fallthrough to fallthrough (#3593) 2 年之前
handle_index_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
handle_let.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 年之前
handle_namespace.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
handle_paren_condition.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
handle_paren_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 年之前
handle_pattern.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 年之前
handle_pattern_list.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 年之前
handle_period.cpp 29104e212a Do TODO to rename `QualifiedDecl` -> `QualifiedName` (#3543) 2 年之前
handle_statement.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 年之前
handle_type.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 年之前
handle_var.cpp 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 年之前
node_ids.h 9e7a17b1a1 Scaffolding for checking impls. (#3672) 2 年之前
node_kind.cpp a602be89e2 Add a `MemberName` parse node category for member access expressions (#3549) 2 年之前
node_kind.def 65e95942de Choice parsing in toolchain (#3574) 2 年之前
node_kind.h afd7115c0e Support determining `IdKind` from `NodeCategory`, in addition to `NodeKind` (#3648) 2 年之前
parse.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 年之前
parse.h c8b30d3eec Split Parse out to its own target. (#3556) 2 年之前
parse_fuzzer.cpp c8b30d3eec Split Parse out to its own target. (#3556) 2 年之前
precedence.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 年之前
precedence.h 5f439b842b Parsing `impl`...`as` (#3473) 2 年之前
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) 2 年之前
state.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 年之前
state.def 65e95942de Choice parsing in toolchain (#3574) 2 年之前
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 年之前
tree.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 年之前
tree.h 5e88fe72c9 Switch remaining relational operator overloads to spaceship. (#3668) 2 年之前
tree_node_location_translator.h a196b9840f Run clang-tidy on headers (#3572) 2 年之前
tree_test.cpp e93b5c61da Suppress clang-tidy error to use `auto` in tree_test.cpp (#3570) 2 年之前
typed_nodes.h afd7115c0e Support determining `IdKind` from `NodeCategory`, in addition to `NodeKind` (#3648) 2 年之前
typed_nodes_test.cpp bf02d1f4b0 Remove headers marked as unused by ClangD. (#3661) 2 年之前