| .. |
|
fuzzer_corpus
|
c555b39a2c
Rename parser dir to parse (#3178)
|
2 anni fa |
|
testdata
|
7611aac355
Clarify what was missing in binding pattern errors (#4314)
|
1 anno fa |
|
BUILD
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
context.cpp
|
06344aeb7c
Do some tactical inlining across lexer and parser. (#4307)
|
1 anno fa |
|
context.h
|
06344aeb7c
Do some tactical inlining across lexer and parser. (#4307)
|
1 anno fa |
|
extract.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle.h
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
handle_adapt.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
handle_alias.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
handle_array_expr.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_base.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
handle_binding_pattern.cpp
|
7611aac355
Clarify what was missing in binding pattern errors (#4314)
|
1 anno fa |
|
handle_brace_expr.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_call_expr.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_choice.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_code_block.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_decl_definition.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_decl_name_and_params.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_decl_scope_loop.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_expr.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 anno fa |
|
handle_function.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_if_expr.cpp
|
19f6cd2023
Split if expressions out of handle_expr (#4292)
|
1 anno fa |
|
handle_impl.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_import_and_package.cpp
|
a17480133f
Remove excess use of auto on initializers (auto x = Y(z) -> Y x(z)) (#4239)
|
1 anno fa |
|
handle_index_expr.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_let.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_match.cpp
|
1614091da4
Fix match code to consistently diagnose invalid parses. (#4260)
|
1 anno fa |
|
handle_namespace.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
handle_paren_condition.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
handle_paren_expr.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 anno fa |
|
handle_pattern.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
handle_pattern_list.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_period.cpp
|
dfe992f1bc
Rename DotOrArrow to PeriodOrArrow (#4263)
|
1 anno fa |
|
handle_requirement.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 anno fa |
|
handle_statement.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
handle_type.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
handle_var.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
node_ids.h
|
c33c9a02f6
Parse support for `where` operator (#4275)
|
1 anno fa |
|
node_kind.cpp
|
3c01ee69ed
Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001)
|
1 anno fa |
|
node_kind.def
|
d6b2fb1736
Add parse support for multiple requirements after `where` separated by `and` (#4298)
|
1 anno fa |
|
node_kind.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 anno fa |
|
parse.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 anno fa |
|
parse.h
|
c8b30d3eec
Split Parse out to its own target. (#3556)
|
2 anni fa |
|
parse_fuzzer.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
|
precedence.cpp
|
02c263294c
Move the constants in the precedence table into the header. (#4308)
|
1 anno fa |
|
precedence.h
|
02c263294c
Move the constants in the precedence table into the header. (#4308)
|
1 anno fa |
|
precedence_test.cpp
|
935715e704
Implement new precedence from #4075 (#4236)
|
1 anno fa |
|
state.cpp
|
bf02d1f4b0
Remove headers marked as unused by ClangD. (#3661)
|
2 anni fa |
|
state.def
|
35dfa5f03c
Only allow designators when parsing `where __ = ...` (#4304)
|
1 anno fa |
|
state.h
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 anni fa |
|
tree.cpp
|
d6b2fb1736
Add parse support for multiple requirements after `where` separated by `and` (#4298)
|
1 anno fa |
|
tree.h
|
d6b2fb1736
Add parse support for multiple requirements after `where` separated by `and` (#4298)
|
1 anno fa |
|
tree_and_subtrees.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 anno fa |
|
tree_and_subtrees.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 anno fa |
|
tree_node_diagnostic_converter.h
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
tree_test.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
|
typed_nodes.h
|
35dfa5f03c
Only allow designators when parsing `where __ = ...` (#4304)
|
1 anno fa |
|
typed_nodes_test.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |