-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pulse] Revise F14 iterator operator++ model as unknown call
Summary: This diff revises the F14 iterator's `operator++` model as unknown call, so that the iterator points to a different value after `++`. Before this diff, the semantics was `skip`, which introduced a FP of use after delete because the iterator pointed to the same element in the loop deleting elements. Reviewed By: rgrig Differential Revision: D52659360 fbshipit-source-id: adcf71792f8835688cc1a9f3f72dec51d9786a1c
- Loading branch information
1 parent
ede425c
commit 0dc82b0
Showing
4 changed files
with
5 additions
and
9 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