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

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

Issue 1539623002: Compute values of elements a unit constant expressions depend on. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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/test/generated/non_error_resolver_test.dart ('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".
(...skipping 13 matching lines...) Expand all
24 BuildLibraryElementTask -> IS_LAUNCHABLE 24 BuildLibraryElementTask -> IS_LAUNCHABLE
25 BuildLibraryElementTask -> LIBRARY_ELEMENT1 25 BuildLibraryElementTask -> LIBRARY_ELEMENT1
26 BuildPublicNamespaceTask -> LIBRARY_ELEMENT3 26 BuildPublicNamespaceTask -> LIBRARY_ELEMENT3
27 BuildSourceExportClosureTask -> EXPORT_SOURCE_CLOSURE 27 BuildSourceExportClosureTask -> EXPORT_SOURCE_CLOSURE
28 BuildTypeProviderTask -> TYPE_PROVIDER 28 BuildTypeProviderTask -> TYPE_PROVIDER
29 COMPILATION_UNIT_CONSTANTS -> EvaluateUnitConstantsTask 29 COMPILATION_UNIT_CONSTANTS -> EvaluateUnitConstantsTask
30 COMPILATION_UNIT_CONSTANTS [shape=box] 30 COMPILATION_UNIT_CONSTANTS [shape=box]
31 COMPILATION_UNIT_ELEMENT [shape=box] 31 COMPILATION_UNIT_ELEMENT [shape=box]
32 CONSTANT_DEPENDENCIES -> ComputeConstantValueTask 32 CONSTANT_DEPENDENCIES -> ComputeConstantValueTask
33 CONSTANT_DEPENDENCIES [shape=box] 33 CONSTANT_DEPENDENCIES [shape=box]
34 CONSTANT_EXPRESSIONS_DEPENDENCIES -> EvaluateUnitConstantsTask
35 CONSTANT_EXPRESSIONS_DEPENDENCIES [shape=box]
34 CONSTANT_VALUE -> ComputeConstantValueTask 36 CONSTANT_VALUE -> ComputeConstantValueTask
35 CONSTANT_VALUE -> EvaluateUnitConstantsTask 37 CONSTANT_VALUE -> EvaluateUnitConstantsTask
36 CONSTANT_VALUE [shape=box] 38 CONSTANT_VALUE [shape=box]
37 CONTAINING_LIBRARIES -> DartErrorsTask 39 CONTAINING_LIBRARIES -> DartErrorsTask
38 CONTAINING_LIBRARIES [shape=box] 40 CONTAINING_LIBRARIES [shape=box]
39 CONTENT -> ScanDartTask 41 CONTENT -> ScanDartTask
40 CONTENT [shape=box] 42 CONTENT [shape=box]
41 ComputeConstantDependenciesTask -> CONSTANT_DEPENDENCIES 43 ComputeConstantDependenciesTask -> CONSTANT_DEPENDENCIES
42 ComputeConstantValueTask -> CONSTANT_VALUE 44 ComputeConstantValueTask -> CONSTANT_VALUE
43 ComputeInferableStaticVariableDependenciesTask -> INFERABLE_STATIC_VARIABLE_DE PENDENCIES 45 ComputeInferableStaticVariableDependenciesTask -> INFERABLE_STATIC_VARIABLE_DE PENDENCIES
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 ReadyLibraryElement5Task -> READY_LIBRARY_ELEMENT5 252 ReadyLibraryElement5Task -> READY_LIBRARY_ELEMENT5
251 ReadyLibraryElement6Task -> READY_LIBRARY_ELEMENT6 253 ReadyLibraryElement6Task -> READY_LIBRARY_ELEMENT6
252 ReadyResolvedUnit10Task -> READY_RESOLVED_UNIT10 254 ReadyResolvedUnit10Task -> READY_RESOLVED_UNIT10
253 ReadyResolvedUnit11Task -> READY_RESOLVED_UNIT11 255 ReadyResolvedUnit11Task -> READY_RESOLVED_UNIT11
254 ReadyResolvedUnitTask -> READY_RESOLVED_UNIT 256 ReadyResolvedUnitTask -> READY_RESOLVED_UNIT
255 ResolveInstanceFieldsInUnitTask -> RESOLVED_UNIT8 257 ResolveInstanceFieldsInUnitTask -> RESOLVED_UNIT8
256 ResolveLibraryReferencesTask -> LIBRARY_ELEMENT8 258 ResolveLibraryReferencesTask -> LIBRARY_ELEMENT8
257 ResolveLibraryReferencesTask -> REFERENCED_NAMES 259 ResolveLibraryReferencesTask -> REFERENCED_NAMES
258 ResolveLibraryTask -> LIBRARY_ELEMENT 260 ResolveLibraryTask -> LIBRARY_ELEMENT
259 ResolveLibraryTypeNamesTask -> LIBRARY_ELEMENT5 261 ResolveLibraryTypeNamesTask -> LIBRARY_ELEMENT5
262 ResolveUnitTask -> CONSTANT_EXPRESSIONS_DEPENDENCIES
260 ResolveUnitTask -> RESOLVED_UNIT10 263 ResolveUnitTask -> RESOLVED_UNIT10
261 ResolveUnitTask -> RESOLVE_UNIT_ERRORS 264 ResolveUnitTask -> RESOLVE_UNIT_ERRORS
262 ResolveUnitTypeNamesTask -> RESOLVED_UNIT3 265 ResolveUnitTypeNamesTask -> RESOLVED_UNIT3
263 ResolveUnitTypeNamesTask -> RESOLVE_TYPE_NAMES_ERRORS 266 ResolveUnitTypeNamesTask -> RESOLVE_TYPE_NAMES_ERRORS
264 ResolveVariableReferencesTask -> RESOLVED_UNIT4 267 ResolveVariableReferencesTask -> RESOLVED_UNIT4
265 ResolveVariableReferencesTask -> VARIABLE_REFERENCE_ERRORS 268 ResolveVariableReferencesTask -> VARIABLE_REFERENCE_ERRORS
266 SCAN_ERRORS -> dartErrorsForSource 269 SCAN_ERRORS -> dartErrorsForSource
267 SCAN_ERRORS [shape=box] 270 SCAN_ERRORS [shape=box]
268 SOURCE_KIND -> BuildDirectiveElementsTask 271 SOURCE_KIND -> BuildDirectiveElementsTask
269 SOURCE_KIND [shape=box] 272 SOURCE_KIND [shape=box]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 304 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
302 VARIABLE_REFERENCE_ERRORS [shape=box] 305 VARIABLE_REFERENCE_ERRORS [shape=box]
303 VERIFY_ERRORS -> LibraryUnitErrorsTask 306 VERIFY_ERRORS -> LibraryUnitErrorsTask
304 VERIFY_ERRORS [shape=box] 307 VERIFY_ERRORS [shape=box]
305 VerifyUnitTask -> VERIFY_ERRORS 308 VerifyUnitTask -> VERIFY_ERRORS
306 dartErrorsForSource -> DartErrorsTask 309 dartErrorsForSource -> DartErrorsTask
307 dartErrorsForSource [shape=hexagon] 310 dartErrorsForSource [shape=hexagon]
308 dartErrorsForUnit -> DartErrorsTask 311 dartErrorsForUnit -> DartErrorsTask
309 dartErrorsForUnit [shape=hexagon] 312 dartErrorsForUnit [shape=hexagon]
310 } 313 }
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/non_error_resolver_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698