Reformat C++ files

This commit is contained in:
ridiculousfish
2020-03-14 15:06:14 -07:00
parent fee08a87e9
commit 87b1c02832
4 changed files with 39 additions and 35 deletions

View File

@@ -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