| .. |
|
fuzzer_corpus
|
c555b39a2c
Rename parser dir to parse (#3178)
|
před 2 roky |
|
testdata
|
13434f0e8a
Model `var` as a pattern operator (#4720)
|
před 1 rokem |
|
BUILD
|
4c4c4a4d2c
Add RawStringOstream for slightly simpler streaming to strings (#4817)
|
před 1 rokem |
|
context.cpp
|
8f685b6953
Change how diagnostics are ordered (#4778)
|
před 1 rokem |
|
context.h
|
8f685b6953
Change how diagnostics are ordered (#4778)
|
před 1 rokem |
|
coverage_test.cpp
|
e58ce3e1bb
Add coverage testing for parse node kinds. (#4436)
|
před 1 rokem |
|
dump.cpp
|
3ce0df67bb
Add `Dump` functions to Check, Parse, and Lex (#4669)
|
před 1 rokem |
|
dump.h
|
3ce0df67bb
Add `Dump` functions to Check, Parse, and Lex (#4669)
|
před 1 rokem |
|
extract.cpp
|
c832d523be
Update files and clang-tidy config to pass with clang-tidy-20 (#4691)
|
před 1 rokem |
|
handle.h
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
před 1 rokem |
|
handle_adapt.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
před 1 rokem |
|
handle_alias.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
před 1 rokem |
|
handle_array_expr.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
před 1 rokem |
|
handle_base.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
před 1 rokem |
|
handle_binding_pattern.cpp
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
|
handle_brace_expr.cpp
|
dd43bb92b5
Refactor struct literal parse nodes. (#4470)
|
před 1 rokem |
|
handle_call_expr.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
před 1 rokem |
|
handle_choice.cpp
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
|
handle_code_block.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
před 1 rokem |
|
handle_decl_definition.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
před 1 rokem |
|
handle_decl_name_and_params.cpp
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
|
handle_decl_scope_loop.cpp
|
d42128ef9a
Parse all kinds of declarations at function scope. (#4779)
|
před 1 rokem |
|
handle_expr.cpp
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
|
handle_function.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
před 1 rokem |
|
handle_if_expr.cpp
|
2841e9a67e
Require that InvalidParse nodes must have an error (#4482)
|
před 1 rokem |
|
handle_impl.cpp
|
2841e9a67e
Require that InvalidParse nodes must have an error (#4482)
|
před 1 rokem |
|
handle_import_and_package.cpp
|
c832d523be
Update files and clang-tidy config to pass with clang-tidy-20 (#4691)
|
před 1 rokem |
|
handle_index_expr.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
před 1 rokem |
|
handle_let.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
před 1 rokem |
|
handle_match.cpp
|
2841e9a67e
Require that InvalidParse nodes must have an error (#4482)
|
před 1 rokem |
|
handle_namespace.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
před 1 rokem |
|
handle_paren_condition.cpp
|
2841e9a67e
Require that InvalidParse nodes must have an error (#4482)
|
před 1 rokem |
|
handle_paren_expr.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
před 1 rokem |
|
handle_pattern.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
před 1 rokem |
|
handle_pattern_list.cpp
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
před 1 rokem |
|
handle_period.cpp
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
|
handle_requirement.cpp
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
|
handle_statement.cpp
|
d42128ef9a
Parse all kinds of declarations at function scope. (#4779)
|
před 1 rokem |
|
handle_type.cpp
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
před 1 rokem |
|
handle_var.cpp
|
13434f0e8a
Model `var` as a pattern operator (#4720)
|
před 1 rokem |
|
node_ids.h
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
|
node_kind.cpp
|
3c01ee69ed
Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001)
|
před 1 rokem |
|
node_kind.def
|
13434f0e8a
Model `var` as a pattern operator (#4720)
|
před 1 rokem |
|
node_kind.h
|
4f10735751
Track params in the parser (#4777)
|
před 1 rokem |
|
parse.cpp
|
8f685b6953
Change how diagnostics are ordered (#4778)
|
před 1 rokem |
|
parse.h
|
c8b30d3eec
Split Parse out to its own target. (#3556)
|
před 2 roky |
|
parse_fuzzer.cpp
|
4eb955bf42
Drop std:: on size_t in various spots. (#4546)
|
před 1 rokem |
|
precedence.cpp
|
02c263294c
Move the constants in the precedence table into the header. (#4308)
|
před 1 rokem |
|
precedence.h
|
02c263294c
Move the constants in the precedence table into the header. (#4308)
|
před 1 rokem |
|
precedence_test.cpp
|
935715e704
Implement new precedence from #4075 (#4236)
|
před 1 rokem |
|
state.cpp
|
bf02d1f4b0
Remove headers marked as unused by ClangD. (#3661)
|
před 2 roky |
|
state.def
|
d42128ef9a
Parse all kinds of declarations at function scope. (#4779)
|
před 1 rokem |
|
state.h
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
před 2 roky |
|
tree.cpp
|
08f24551ec
Add bit packing to NodeImpl (#4651)
|
před 1 rokem |
|
tree.h
|
08f24551ec
Add bit packing to NodeImpl (#4651)
|
před 1 rokem |
|
tree_and_subtrees.cpp
|
bc24a6c5d8
Refactor IdBase to provide CRTP-based printing (#4626)
|
před 1 rokem |
|
tree_and_subtrees.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
před 1 rokem |
|
tree_node_diagnostic_converter.h
|
8f685b6953
Change how diagnostics are ordered (#4778)
|
před 1 rokem |
|
tree_test.cpp
|
4c4c4a4d2c
Add RawStringOstream for slightly simpler streaming to strings (#4817)
|
před 1 rokem |
|
typed_nodes.h
|
13434f0e8a
Model `var` as a pattern operator (#4720)
|
před 1 rokem |
|
typed_nodes_test.cpp
|
13434f0e8a
Model `var` as a pattern operator (#4720)
|
před 1 rokem |