microsoft/Terminal
在 GitHub 查看[Audit] Eliminate raw pointers as begin/end markers in the CharRowCellReference class
Open
#2,672 创建于 2019年9月5日
Area-CodeHealthArea-OutputHelp WantedIssue-TaskProduct-ConhostProduct-Terminal
仓库指标
- Star
- (35,764 star)
- PR 合并指标
- (平均合并 27天 19小时) (30 天内合并 24 个 PR)
描述
When turning on audit mode for the output buffer project, I ran into the circumstance where CharRowCellReference is using raw pointers as its iterator definitions for begin and end, which makes static analysis very unhappy as it still results in pointer math.
This represents adjusting CharRowCellReference to perform iteration in a way that audit finds palatable.