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

Unified Diff: pkg/front_end/lib/src/fasta/loader.dart

Issue 2672403004: Begin hooking up Fasta to analyzer parser tests. (Closed)
Patch Set: Created 3 years, 10 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/front_end/lib/src/fasta/loader.dart
diff --git a/pkg/front_end/lib/src/fasta/loader.dart b/pkg/front_end/lib/src/fasta/loader.dart
index 95ee99bde79986488c4bae88d5b09ffab8e357ef..bc3272564a0e4adb514731b09179774e6163644c 100644
--- a/pkg/front_end/lib/src/fasta/loader.dart
+++ b/pkg/front_end/lib/src/fasta/loader.dart
@@ -132,6 +132,10 @@ ${format(ms / libraryCount, 3, 12)} ms/compilation unit.""");
Future<Null> buildOutline(LibraryBuilder library);
+ /// Builds all the method bodies found in a given [library].
ahe 2017/02/07 09:47:16 "a given" -> "the given"?
Paul Berry 2017/02/07 13:45:13 Done.
+ ///
+ /// [astKind] determines whether or not analyzer ASTs are used as an
+ /// intermediate data structure.
Future<Null> buildBody(LibraryBuilder library, AstKind astKind);
List<InputError> collectCompileTimeErrors() {

Powered by Google App Engine
This is Rietveld 408576698