Konstantin Shcheglov
|
e4643d5809
|
Deprecate ElementVisitor.visitFunctionTypeAliasElement()
Change-Id: Ib5d364b77af7974d757626a0719604fa7ec1fec7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/185902
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
|
2021-02-19 22:21:15 +00:00 |
|
Konstantin Shcheglov
|
9f986d2501
|
Migrate package:analyzer to null safety.
Change-Id: Iffe4370431587e46a141ddc72a86ceec29c163b2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/176486
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
|
2021-02-01 18:56:04 +00:00 |
|
Konstantin Shcheglov
|
6606edee3c
|
Add ElementVisitor.visitTypeAliasElement
R=brianwilkerson@google.com
Change-Id: Id2e2fa118d5d9f363201aeb5384806bc6536c973
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/176063
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
|
2020-12-14 21:20:29 +00:00 |
|
Brian Wilkerson
|
4a268b764c
|
Support const subclasses of visitor classes (issue 42853)
Change-Id: Idee546d25a4cb96d790d966695c852c22f4c3392
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156064
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
|
2020-07-28 13:54:18 +00:00 |
|
Konstantin Shcheglov
|
364dd8936b
|
Fix unnecessary_new in analyzer.
R=brianwilkerson@google.com
Change-Id: I70f80baa3da4b14c0a52c1f28da16a9ad26d7dda
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127424
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
|
2019-12-06 01:11:30 +00:00 |
|
Brian Wilkerson
|
4f78ad90df
|
An initial and partial implementation of an element model for extensions
Change-Id: Id780bc64104690389a5af18f8acac8fc44536201
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108001
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
|
2019-07-03 13:49:17 +00:00 |
|
Brian Wilkerson
|
e6b0676f58
|
Change comment style in a few more files
Change-Id: I2c7a3e2a01e9db61ea9ca5f6a1156d6d8ce34f5f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98282
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
|
2019-03-31 15:28:53 +00:00 |
|
Brian Wilkerson
|
469e1e2e64
|
Remove unnecessary library directives
Change-Id: I7a157080e4d7fd80d64489a13de4e996b5870930
Reviewed-on: https://dart-review.googlesource.com/c/79474
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
|
2018-10-13 00:44:04 +00:00 |
|
Konstantin Shcheglov
|
51b50f7710
|
Restore visitLabelElement() and visitLocalVariableElement().
Revert "Remove visitLabelElement() and visitLocalVariableElement()."
This reverts commit 2c064df145.
R=brianwilkerson@google.com, paulberry@google.com
BUG=
Review-Url: https://codereview.chromium.org/2977623002 .
|
2017-07-10 11:00:27 -07:00 |
|
Konstantin Shcheglov
|
2c064df145
|
Remove visitLabelElement() and visitLocalVariableElement().
These elements are not parts of the bigger element model, so it
does not make sense to implement these visit methods.
R=brianwilkerson@google.com, paulberry@google.com
BUG=
Review-Url: https://codereview.chromium.org/2971253002 .
|
2017-07-07 08:04:59 -07:00 |
|
Brian Wilkerson
|
c56210c294
|
Create a new element for generic function types
R=scheglov@google.com
Review-Url: https://codereview.chromium.org/2758123002 .
|
2017-03-19 10:45:50 -07:00 |
|
Brian Wilkerson
|
d1fcb1e986
|
Add visitors that throw by default
R=paulberry@google.com
Review-Url: https://codereview.chromium.org/2623453003 .
|
2017-01-09 10:08:53 -08:00 |
|
Brian Wilkerson
|
a9d0e2bf76
|
Add comments to public libraries
R=scheglov@google.com
Review URL: https://codereview.chromium.org/1672383002 .
|
2016-02-06 16:27:54 -08:00 |
|
Brian Wilkerson
|
86472f32ce
|
Move public API for elements into a public location
R=paulberry@google.com, scheglov@google.com
Review URL: https://codereview.chromium.org/1519283003 .
|
2015-12-13 10:48:56 -08:00 |
|