Skip to content

[smart_holder] git merge master clang tidy followup #3149

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

Merged
merged 5 commits into from
Jul 27, 2021

Conversation

rwgk
Copy link
Collaborator

@rwgk rwgk commented Jul 27, 2021

Follow-on to PR #3148. Fixes automatically applied by running clang-tidy. Minor manual whitespace changes.

henryiii and others added 5 commits July 27, 2021 17:23
…ts (pybind#3148)

* maint(clang-tidy) Improve code readability

* Fix minor typos

* Revert optimization that removed test case

* Fix comment formatting

* Revert another optimization to repro an issue

* Remove make_unique since it C++14 and newer only

* eformat comments

* Fix unsignedness of comparison

* Update comment
…ind11.h (pybind#3135)

* Fixing `pragma warning pop` for `__INTEL_COMPILER`.

* Adding push/pop to 3 tests. Removing pybind#878 from top of pybind11.h (it was/is only needed for 1 test).

* Trying again after CI failure, moving the push to the top of 2 tests.

* Trying more after CI failure, adding push/pop to pybind11_tests.h, constructor_stats.h.

* Moving ICC pybind#2196 suppression to CMakeLists.txt

* Fixing condition for `pragma GCC diagnostic push` in pybind11.h

* Moving `pragma warning disable 2196` to common.h

* Revising #ifdef to be more conservative.

* Undoing insertion of notes that will hopefully soon be completely obsolete anyway.
@rwgk rwgk requested a review from henryiii as a code owner July 27, 2021 23:21
@rwgk rwgk merged commit 119db69 into pybind:smart_holder Jul 27, 2021
@rwgk rwgk deleted the sh_merge_master_clang_tidy_followup branch July 27, 2021 23:52
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Jul 27, 2021
@rwgk rwgk removed the needs changelog Possibly needs a changelog entry label Jul 30, 2021
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.

3 participants