Skip to content

Commit b128027

Browse files
fshcheglovCommit Queue
authored andcommitted
Make nameOffset name more precise on Directives and remove -2 suffix from other nameOffset fields.
Change-Id: I5832c7340726ba82ea1e3bac5c88441fd318a2f2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/444391 Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 32dffaa commit b128027

File tree

3 files changed

+84
-89
lines changed

3 files changed

+84
-89
lines changed

pkg/analyzer/lib/src/dart/analysis/driver.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ testFineAfterLibraryAnalyzerHook;
109109
// TODO(scheglov): Clean up the list of implicitly analyzed files.
110110
class AnalysisDriver {
111111
/// The version of data format, should be incremented on every format change.
112-
static const int DATA_VERSION = 511;
112+
static const int DATA_VERSION = 512;
113113

114114
/// The number of exception contexts allowed to write. Once this field is
115115
/// zero, we stop writing any new exception contexts in this process.

0 commit comments

Comments
 (0)