mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-29 22:41:16 -03:00
Reformat C++ files
This commit is contained in:
@@ -406,7 +406,8 @@ class parse_ll_t {
|
||||
void parse_error(parse_token_t token, parse_error_code_t code, const wchar_t *fmt, ...);
|
||||
void parse_error_at_location(size_t source_start, size_t source_length, size_t error_location,
|
||||
parse_error_code_t code, const wchar_t *fmt, ...);
|
||||
void parse_error_failed_production(const struct parse_stack_element_t &elem, parse_token_t token);
|
||||
void parse_error_failed_production(const struct parse_stack_element_t &elem,
|
||||
parse_token_t token);
|
||||
void parse_error_unbalancing_token(parse_token_t token);
|
||||
|
||||
// Reports an error for an unclosed block, e.g. 'begin;'. Returns true on success, false on
|
||||
|
||||
Reference in New Issue
Block a user