forked from facebook/infer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang] Force evaluation order of the comma operator
Summary: When the comma operator is used, e.g. `e1,e2`, `e1` should be evaluated first. This diff forces the sequential order in the translation. Reviewed By: dulmarod Differential Revision: D55698280 fbshipit-source-id: 31e4e6db5effd19d6aca4463945b2befa3676f04
- Loading branch information
1 parent
c981aad
commit 645829c
Showing
3 changed files
with
79 additions
and
22 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