docs(lexer): update comment to match code#13103
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Only alters a comment, so skipping review. |
Merge activity
|
There was a problem hiding this comment.
Pull Request Overview
Updates documentation comments to accurately reflect the current bit layout of the Token struct. The comment was outdated and didn't match the actual implementation.
- Updated bit field descriptions to include type information and correct bit ranges
- Added documentation for unused bits (104-127)
- Corrected bit allocation for boolean fields from 1 bit to 8 bits each
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13103 will not alter performanceComparing Summary
|
Comment describing layout of `Token` was out of date. Update it to correctly reflect reality.
4a5d9aa to
56ae824
Compare

Comment describing layout of
Tokenwas out of date. Update it to correctly reflect reality.