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

Unified Diff: dart/sdk/lib/_internal/compiler/compiler.dart

Issue 21242002: Retain elements a finer granularity than library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 7 years, 4 months 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 | « no previous file | dart/sdk/lib/_internal/compiler/implementation/apiimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_internal/compiler/compiler.dart
diff --git a/dart/sdk/lib/_internal/compiler/compiler.dart b/dart/sdk/lib/_internal/compiler/compiler.dart
index 8e5f77f77844433e3f2eddaadd0ddba2db095250..abeb36c459404f519ed5149807260d41ed4d8db8 100644
--- a/dart/sdk/lib/_internal/compiler/compiler.dart
+++ b/dart/sdk/lib/_internal/compiler/compiler.dart
@@ -140,7 +140,12 @@ class Diagnostic {
static const Diagnostic HINT = const Diagnostic(4, 'hint');
/**
- * Informational messages.
+ * Additional information about the preceding non-info diagnostic from the
+ * compiler.
+ *
+ * For example, consider a duplicated definition. The compiler first emits a
+ * message about the duplicated definition, then emits an info message about
+ * the location of the existing definition.
*/
static const Diagnostic INFO = const Diagnostic(8, 'info');
« no previous file with comments | « no previous file | dart/sdk/lib/_internal/compiler/implementation/apiimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698