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

Side by Side Diff: pkg/analyzer/tool/task_dependency_graph/tasks.dot

Issue 2136543002: Update task_dependency_graph after analyzer change (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « pkg/analyzer/doc/tasks.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file has been automatically generated. Please do not edit it manually. 5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script 6 // To regenerate the file, use the script
7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart". 7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart".
8 // 8 //
9 // To render this graph using Graphviz (www.graphviz.org) use the command: 9 // To render this graph using Graphviz (www.graphviz.org) use the command:
10 // "dot tasks.dot -Tpdf -O". 10 // "dot tasks.dot -Tpdf -O".
11 digraph G { 11 digraph G {
12 BUILD_DIRECTIVES_ERRORS -> LibraryUnitErrorsTask 12 BUILD_DIRECTIVES_ERRORS -> LibraryUnitErrorsTask
13 BUILD_DIRECTIVES_ERRORS [shape=box] 13 BUILD_DIRECTIVES_ERRORS [shape=box]
14 BUILD_LIBRARY_ERRORS -> LibraryUnitErrorsTask 14 BUILD_LIBRARY_ERRORS -> LibraryUnitErrorsTask
15 BUILD_LIBRARY_ERRORS [shape=box] 15 BUILD_LIBRARY_ERRORS [shape=box]
16 BuildCompilationUnitElementTask -> COMPILATION_UNIT_CONSTANTS 16 BuildCompilationUnitElementTask -> COMPILATION_UNIT_CONSTANTS
17 BuildCompilationUnitElementTask -> COMPILATION_UNIT_ELEMENT 17 BuildCompilationUnitElementTask -> COMPILATION_UNIT_ELEMENT
18 BuildCompilationUnitElementTask -> CREATED_RESOLVED_UNIT1 18 BuildCompilationUnitElementTask -> CREATED_RESOLVED_UNIT1
19 BuildCompilationUnitElementTask -> RESOLVED_UNIT1 19 BuildCompilationUnitElementTask -> RESOLVED_UNIT1
20 BuildDirectiveElementsTask -> BUILD_DIRECTIVES_ERRORS 20 BuildDirectiveElementsTask -> BUILD_DIRECTIVES_ERRORS
21 BuildDirectiveElementsTask -> LIBRARY_ELEMENT2 21 BuildDirectiveElementsTask -> LIBRARY_ELEMENT2
22 BuildEnumMemberElementsTask -> CREATED_RESOLVED_UNIT3 22 BuildEnumMemberElementsTask -> CREATED_RESOLVED_UNIT3
23 BuildEnumMemberElementsTask -> RESOLVED_UNIT3 23 BuildEnumMemberElementsTask -> RESOLVED_UNIT3
24 BuildExportNamespaceTask -> LIBRARY_ELEMENT4 24 BuildExportNamespaceTask -> LIBRARY_ELEMENT4
25 BuildLibraryElementTask -> BUILD_LIBRARY_ERRORS 25 BuildLibraryElementTask -> BUILD_LIBRARY_ERRORS
26 BuildLibraryElementTask -> IS_LAUNCHABLE 26 BuildLibraryElementTask -> IS_LAUNCHABLE
27 BuildLibraryElementTask -> LIBRARY_ELEMENT1 27 BuildLibraryElementTask -> LIBRARY_ELEMENT1
28 BuildLibraryElementTask -> REFERENCED_NAMES
29 BuildPublicNamespaceTask -> LIBRARY_ELEMENT3 28 BuildPublicNamespaceTask -> LIBRARY_ELEMENT3
30 BuildSourceExportClosureTask -> EXPORT_SOURCE_CLOSURE 29 BuildSourceExportClosureTask -> EXPORT_SOURCE_CLOSURE
31 BuildTypeProviderTask -> TYPE_PROVIDER 30 BuildTypeProviderTask -> TYPE_PROVIDER
32 COMPILATION_UNIT_CONSTANTS -> EvaluateUnitConstantsTask 31 COMPILATION_UNIT_CONSTANTS -> EvaluateUnitConstantsTask
33 COMPILATION_UNIT_CONSTANTS [shape=box] 32 COMPILATION_UNIT_CONSTANTS [shape=box]
34 COMPILATION_UNIT_ELEMENT [shape=box] 33 COMPILATION_UNIT_ELEMENT [shape=box]
35 CONSTANT_DEPENDENCIES -> ComputeConstantValueTask 34 CONSTANT_DEPENDENCIES -> ComputeConstantValueTask
36 CONSTANT_DEPENDENCIES [shape=box] 35 CONSTANT_DEPENDENCIES [shape=box]
37 CONSTANT_EXPRESSIONS_DEPENDENCIES -> EvaluateUnitConstantsTask 36 CONSTANT_EXPRESSIONS_DEPENDENCIES -> EvaluateUnitConstantsTask
38 CONSTANT_EXPRESSIONS_DEPENDENCIES [shape=box] 37 CONSTANT_EXPRESSIONS_DEPENDENCIES [shape=box]
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 PROPAGATED_VARIABLE -> PropagateVariableTypeTask 203 PROPAGATED_VARIABLE -> PropagateVariableTypeTask
205 PROPAGATED_VARIABLE -> PropagateVariableTypesInUnitTask 204 PROPAGATED_VARIABLE -> PropagateVariableTypesInUnitTask
206 PROPAGATED_VARIABLE [shape=box] 205 PROPAGATED_VARIABLE [shape=box]
207 ParseDartTask -> EXPLICITLY_IMPORTED_LIBRARIES 206 ParseDartTask -> EXPLICITLY_IMPORTED_LIBRARIES
208 ParseDartTask -> EXPORTED_LIBRARIES 207 ParseDartTask -> EXPORTED_LIBRARIES
209 ParseDartTask -> IMPORTED_LIBRARIES 208 ParseDartTask -> IMPORTED_LIBRARIES
210 ParseDartTask -> INCLUDED_PARTS 209 ParseDartTask -> INCLUDED_PARTS
211 ParseDartTask -> LIBRARY_SPECIFIC_UNITS 210 ParseDartTask -> LIBRARY_SPECIFIC_UNITS
212 ParseDartTask -> PARSED_UNIT 211 ParseDartTask -> PARSED_UNIT
213 ParseDartTask -> PARSE_ERRORS 212 ParseDartTask -> PARSE_ERRORS
213 ParseDartTask -> REFERENCED_NAMES
214 ParseDartTask -> REFERENCED_SOURCES 214 ParseDartTask -> REFERENCED_SOURCES
215 ParseDartTask -> SOURCE_KIND 215 ParseDartTask -> SOURCE_KIND
216 ParseDartTask -> UNITS 216 ParseDartTask -> UNITS
217 PartiallyResolveUnitReferencesTask -> CREATED_RESOLVED_UNIT7 217 PartiallyResolveUnitReferencesTask -> CREATED_RESOLVED_UNIT7
218 PartiallyResolveUnitReferencesTask -> INFERABLE_STATIC_VARIABLES_IN_UNIT 218 PartiallyResolveUnitReferencesTask -> INFERABLE_STATIC_VARIABLES_IN_UNIT
219 PartiallyResolveUnitReferencesTask -> PROPAGABLE_VARIABLES_IN_UNIT 219 PartiallyResolveUnitReferencesTask -> PROPAGABLE_VARIABLES_IN_UNIT
220 PartiallyResolveUnitReferencesTask -> RESOLVED_UNIT7 220 PartiallyResolveUnitReferencesTask -> RESOLVED_UNIT7
221 PropagateVariableTypeTask -> PROPAGATED_VARIABLE 221 PropagateVariableTypeTask -> PROPAGATED_VARIABLE
222 PropagateVariableTypesInLibraryClosureTask -> LIBRARY_ELEMENT8 222 PropagateVariableTypesInLibraryClosureTask -> LIBRARY_ELEMENT8
223 PropagateVariableTypesInLibraryTask -> LIBRARY_ELEMENT7 223 PropagateVariableTypesInLibraryTask -> LIBRARY_ELEMENT7
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 358 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
359 VARIABLE_REFERENCE_ERRORS [shape=box] 359 VARIABLE_REFERENCE_ERRORS [shape=box]
360 VERIFY_ERRORS -> LibraryUnitErrorsTask 360 VERIFY_ERRORS -> LibraryUnitErrorsTask
361 VERIFY_ERRORS [shape=box] 361 VERIFY_ERRORS [shape=box]
362 VerifyUnitTask -> VERIFY_ERRORS 362 VerifyUnitTask -> VERIFY_ERRORS
363 dartErrorsForSource -> DartErrorsTask 363 dartErrorsForSource -> DartErrorsTask
364 dartErrorsForSource [shape=hexagon] 364 dartErrorsForSource [shape=hexagon]
365 dartErrorsForUnit -> DartErrorsTask 365 dartErrorsForUnit -> DartErrorsTask
366 dartErrorsForUnit [shape=hexagon] 366 dartErrorsForUnit [shape=hexagon]
367 } 367 }
OLDNEW
« no previous file with comments | « pkg/analyzer/doc/tasks.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698