Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static analyzer cherrypicks 13 #1256

Merged

Conversation

haoNoQ
Copy link

@haoNoQ haoNoQ commented May 25, 2020

This set of cherry-picks only includes a few updates to non-user-facing CI/utility scripts.

haoNoQ and others added 6 commits May 25, 2020 10:00
Because those can get really weird sometimes.

(cherry picked from commit ec2d93c)
Regressed in ec2d93c.

(cherry picked from commit 11c8c2a)
Summary:
Fix read/write in binary format, which crashes Python 3.
Additionally, clean up redundant (as for Python 3) code and
fix a handful of flake8 warnings.

Differential Revision: https://reviews.llvm.org/D79932

(cherry picked from commit c98872e)
…version.

The updated plistlib throws a different exception class.

(cherry picked from commit 1a3b801)
@haoNoQ haoNoQ requested a review from SavchenkoValeriy May 25, 2020 07:08
@haoNoQ
Copy link
Author

haoNoQ commented May 25, 2020

@swift-ci test

Copy link

@SavchenkoValeriy SavchenkoValeriy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@haoNoQ haoNoQ merged commit 5013c39 into swiftlang:apple/stable/20200108 May 25, 2020
swift-ci pushed a commit that referenced this pull request May 20, 2022
The types of lower bound, upper bound, and step are converted into the
type of the loop variable if necessary. OpenMP runtime requires 32-bit
or 64-bit loop variables. OpenMP loop iteration variable cannot have
more than 64 bits size and will be narrowed.

This patch is part of upstreaming code from the fir-dev branch of
https://github.com/flang-compiler/f18-llvm-project. (#1256)

Co-authored-by: kiranchandramohan <kiranchandramohan@gmail.com>

Reviewed By: kiranchandramohan, shraiysh

Differential Revision: https://reviews.llvm.org/D125740
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants