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

Unified Diff: pkg/analyzer/lib/src/fasta/analyzer_loader.dart

Issue 2977133002: Add documentationComment for Class to Kernel. Parse it. Resynthesize in Analyzer. (Closed)
Patch Set: Skip kDocumentationCommentIndex, don't store it. Created 3 years, 5 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 | « pkg/analyzer/lib/src/dart/element/element.dart ('k') | pkg/analyzer/lib/src/fasta/analyzer_target.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/fasta/analyzer_loader.dart
diff --git a/pkg/analyzer/lib/src/fasta/analyzer_loader.dart b/pkg/analyzer/lib/src/fasta/analyzer_loader.dart
index 576eb3d822f50b9b76f93c14c6eb0a24c1743803..1478047fe69f1471dd2ddc4ba19709bed8d588b2 100644
--- a/pkg/analyzer/lib/src/fasta/analyzer_loader.dart
+++ b/pkg/analyzer/lib/src/fasta/analyzer_loader.dart
@@ -25,7 +25,7 @@ import 'package:kernel/src/incremental_class_hierarchy.dart';
class AnalyzerLoader<L> extends SourceLoader<L> {
AnalyzerLoader(TargetImplementation target)
- : super(PhysicalFileSystem.instance, target);
+ : super(PhysicalFileSystem.instance, false, target);
@override
void computeHierarchy(Program program) {
« no previous file with comments | « pkg/analyzer/lib/src/dart/element/element.dart ('k') | pkg/analyzer/lib/src/fasta/analyzer_target.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698