Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[v12.x backport] src: ignore GCC -Wcast-function-type for v8.h 31475 31524 #31646
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
Uh oh!
There was an error while loading. Please reload this page.
[v12.x backport] src: ignore GCC -Wcast-function-type for v8.h 31475 31524 #31646
Changes from 1 commit
65e67cbadd17b116283b88d8c05d2155f56169a3d5174e4352f4615c690deaa1811b1a17fc4b09b730adbaece5501bb87691845d8dce435df76f1436f61407e4b318188085f05a8a7a447067ce78cf6d04651871c554c0e5cb17449e5d39c9ce788e47b53675537fae732780f7bfc339e6907f0133379808186b27822eb1d04891f3c63af22a2fe8a8c3b8e073701b2334fcbe734b5503c168559d2e8c5ccf11785622543ea5be29b9c057c2f7bd15b714e9415adbe81f0a1d5bfccc00bbb57075c522dd82fbedc2aab93e9c9138f86d1998d5c0e4df08130eb28b16b5db67584cd459c8407086cb35097671a5b76c9bc3c9ed7d2edc8c95554cbbaea5f14345948ff4cd310e1cb75f5617a48f191e7c1448e1dfebedc6e225fb34cd30911ee45edab7aa7759b48cfcc8ab748e1a0cda17858d6539dbc104022617d905d04f2819463fe37e6b69f2ddc6600d125f2df43a7a3beccf90388c5e951015671d6bc2ce24fd4a73536d088ee40a00ac7beba79dd59167de74461bb7b92e817955de272cd4d6172c6535c054aa3b922df5dcd4ea392d1702f57c3ac42521458ab00fcaf74f784431227e65cfcf6f581e837f33147bb1550a690196b8869cd53e5b7d6402ed7130dd86054de6097b6ce73678c46c535ce8bb4265d57fa544c8cdc33df99a09a25eef00a48fcd762cc048281e363a11473cc8d0217b248921be5e60f5d4b41f61fbd7ac219c8e91f680042c27df2bb8b11f808a45611487245d545d02bb364aec514a601ea5baffc910f76affb6fb2253eb6688efc3daa3ebf9a8240638b78b1358d35b78bf21c6e2ec67a2a470266d7f8cd8cd7ace3e70713932512e9bad95f332ff6acf9a5d2ae05299d518d676c6c42ccf22c6be79aff9b5fc49a9b319da54448b119548be52c4e4e086a62d3beb83f02c01c17f4257f29b7b6c815c4198d9a1d45ba3b6d09e85dd9fb2ee9e81783f8939a0f5207a83c976facee2ae5c68cdcc3e427a9d9fdb6784296e815655c51153c4a7e86080d7b6e61da6575edfd50b840eb7725daeb4bbf584625ed704a1cb3d59e297520a817518cd0024ee5665ff4791569eaff14c1d1728252c0609e4182cad0402fae517a616a4eedb5ec52ad4af0402d7283f63e440ea3d4e8a1ce776a1555cba309ee1bbf39bc40a724cb0e3aec3b9360dcc19d086f5ced6fc0febee938784881ebce6d8a5415c6a6b867ec97af98ccf8d4bbcb0File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Original commit message: [coverage] Fix coverage with default arguments In the presence of default arguments, the body of the function gets wrapped into another block. This caused our trailing-range-after-return optimization to not apply, because the wrapper block had no source range assigned. This CL correctly assignes a source range to that block, which allows already present code to handle it correctly. Note that this is not a real coverage bug; we've just been reporting whitespace as uncovered. We're fixing it for consistency. Originally reported on github.com/bcoe/c8/issues/66 Bug: v8:9952 Change-Id: Iab3905f558eb99126e0dad8072d03d0a312fdcd3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1903430 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Jakob Gruber <jgruber@chromium.org> Cr-Commit-Position: refs/heads/master@{#64836} Refs: v8/v8@0dfd9ea Backport-PR-URL: #31412 PR-URL: #30713 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing