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

Unified Diff: pkg/analyzer/lib/src/fasta/analyzer_target.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
Index: pkg/analyzer/lib/src/fasta/analyzer_target.dart
diff --git a/pkg/analyzer/lib/src/fasta/analyzer_target.dart b/pkg/analyzer/lib/src/fasta/analyzer_target.dart
index 572dbc3cf82a4fac2a8855ac2881ec963be56278..086a6c955cba4f1d50da1c7dedde53e0dbb084b2 100644
--- a/pkg/analyzer/lib/src/fasta/analyzer_target.dart
+++ b/pkg/analyzer/lib/src/fasta/analyzer_target.dart
@@ -20,7 +20,7 @@ class AnalyzerTarget extends KernelTarget {
AnalyzerTarget(
DillTarget dillTarget, UriTranslator uriTranslator, bool strongMode,
[Map<String, Source> uriToSource])
- : super(PhysicalFileSystem.instance, dillTarget, uriTranslator,
+ : super(PhysicalFileSystem.instance, false, dillTarget, uriTranslator,
uriToSource);
@override
« no previous file with comments | « pkg/analyzer/lib/src/fasta/analyzer_loader.dart ('k') | pkg/analyzer/test/src/summary/resynthesize_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698