Jon Ross-Perkins a196b9840f Run clang-tidy on headers (#3572) 2 years ago
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 years ago
testdata 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 years ago
BUILD 95746df788 Split out context targets for check and parse. (#3558) 2 years ago
__init__.py c555b39a2c Rename parser dir to parse (#3178) 2 years ago
context.cpp add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) 2 years ago
context.h 95746df788 Split out context targets for check and parse. (#3558) 2 years ago
extract.cpp 379d776084 Add support for '--config=clang-tidy' (#3559) 2 years ago
handle_array_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_base.cpp 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) 2 years ago
handle_binding_pattern.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_brace_expr.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 years ago
handle_call_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_code_block.cpp c555b39a2c Rename parser dir to parse (#3178) 2 years ago
handle_decl_definition.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 years ago
handle_decl_name_and_params.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_decl_scope_loop.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 years ago
handle_expr.cpp e343ea593c Add macro for postfix operators. (#3504) 2 years ago
handle_function.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_impl.cpp 1addf10054 Move add invalid node. Follow up to #3473. (#3491) 2 years ago
handle_import_and_package.cpp d87fe8b532 Rename `Carbon::StringLiteralId` -> `Carbon::StringLiteralValueId`. (#3522) 2 years ago
handle_index_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_let.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 years ago
handle_namespace.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_paren_condition.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_paren_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
handle_pattern.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 years ago
handle_pattern_list.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 years ago
handle_period.cpp 29104e212a Do TODO to rename `QualifiedDecl` -> `QualifiedName` (#3543) 2 years ago
handle_statement.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 years ago
handle_type.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 years ago
handle_var.cpp 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 years ago
node_ids.h a196b9840f Run clang-tidy on headers (#3572) 2 years ago
node_kind.cpp a602be89e2 Add a `MemberName` parse node category for member access expressions (#3549) 2 years ago
node_kind.def 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 years ago
node_kind.h a602be89e2 Add a `MemberName` parse node category for member access expressions (#3549) 2 years ago
parse.cpp 95746df788 Split out context targets for check and parse. (#3558) 2 years ago
parse.h c8b30d3eec Split Parse out to its own target. (#3556) 2 years ago
parse_fuzzer.cpp c8b30d3eec Split Parse out to its own target. (#3556) 2 years ago
precedence.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 years ago
precedence.h 5f439b842b Parsing `impl`...`as` (#3473) 2 years ago
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) 2 years ago
state.cpp c555b39a2c Rename parser dir to parse (#3178) 2 years ago
state.def 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 years ago
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 years ago
tree.cpp c8b30d3eec Split Parse out to its own target. (#3556) 2 years ago
tree.h a196b9840f Run clang-tidy on headers (#3572) 2 years ago
tree_node_location_translator.h a196b9840f Run clang-tidy on headers (#3572) 2 years ago
tree_test.cpp e93b5c61da Suppress clang-tidy error to use `auto` in tree_test.cpp (#3570) 2 years ago
typed_nodes.h 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 years ago
typed_nodes_test.cpp 927d633762 Simplify handling of `VariableInitializer` (#3515) 2 years ago