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

Unified Diff: pkg/compiler/lib/src/use_unused_api.dart

Issue 1047673002: Add SemanticDeclVisitor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More renaming Created 5 years, 8 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
Index: pkg/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index 538a0e2612bf7a53c06ac2317031e4cfccafb8aa..cfe78edbfcc42ee1036a944940c4c75baa9b0fed 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -288,8 +288,9 @@ useProgramBuilder(program_builder.ProgramBuilder builder) {
}
useSemanticVisitor() {
- new semantic_visitor.BulkVisitor().apply(null, null);
+ new semantic_visitor.BulkSendVisitor().apply(null, null);
new semantic_visitor.TraversalVisitor(null).apply(null, null);
+ new semantic_visitor.BulkDeclarationVisitor().apply(null, null);
}
class DummyTreeVisitor extends tree_ir.RootVisitor
« no previous file with comments | « pkg/compiler/lib/src/resolution/send_structure.dart ('k') | tests/compiler/dart2js/semantic_visitor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698