Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: runtime/vm/report.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/regexp_test.cc ('k') | runtime/vm/report.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/report.h
diff --git a/runtime/vm/report.h b/runtime/vm/report.h
index e2efa54b99709382c1d6cbf48745e9b5bf04796c..00d45bd930004546c3eea72a3f6fa1b397d62a40 100644
--- a/runtime/vm/report.h
+++ b/runtime/vm/report.h
@@ -36,23 +36,29 @@ class Report : AllStatic {
// Concatenate and report an already formatted error and a new error message.
static void LongJumpF(const Error& prev_error,
- const Script& script, TokenPosition token_pos,
- const char* format, ...) PRINTF_ATTRIBUTE(4, 5);
+ const Script& script,
+ TokenPosition token_pos,
+ const char* format,
+ ...) PRINTF_ATTRIBUTE(4, 5);
static void LongJumpV(const Error& prev_error,
- const Script& script, TokenPosition token_pos,
- const char* format, va_list args);
+ const Script& script,
+ TokenPosition token_pos,
+ const char* format,
+ va_list args);
// Report a warning/jswarning/error/bailout message.
static void MessageF(Kind kind,
const Script& script,
TokenPosition token_pos,
bool report_after_token,
- const char* format, ...) PRINTF_ATTRIBUTE(5, 6);
+ const char* format,
+ ...) PRINTF_ATTRIBUTE(5, 6);
static void MessageV(Kind kind,
const Script& script,
TokenPosition token_pos,
bool report_after_token,
- const char* format, va_list args);
+ const char* format,
+ va_list args);
// Prepend a source snippet to the message.
// A null script means no source and a negative token_pos means no position.
@@ -69,4 +75,3 @@ class Report : AllStatic {
} // namespace dart
#endif // RUNTIME_VM_REPORT_H_
-
« no previous file with comments | « runtime/vm/regexp_test.cc ('k') | runtime/vm/report.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698