forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This alters the way that dartdoc is parsed, preventing null comment references from being pushed onto the stack. This removes the need to remove those nulls prior to creating the documentation comment AST nodes and allows for fixed sized lists. This also address comments in: * https://dart-review.googlesource.com/c/sdk/+/68520 * https://dart-review.googlesource.com/c/sdk/+/68461 Change-Id: I679c425b5d1f3f7954281d226815a80e73dcc033 Reviewed-on: https://dart-review.googlesource.com/68780 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
- Loading branch information
danrubel
committed
Aug 7, 2018
1 parent
0fbe9d3
commit 1f44496
Showing
5 changed files
with
100 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters