This is an archive of the discontinued LLVM Phabricator instance.

Tests ignore the return value of sto{meow}, triggering nodiscard warnings in MS STL
ClosedPublic

Authored by fsb4000 on Jul 16 2022, 1:13 AM.

Diff Detail

Event Timeline

fsb4000 created this revision.Jul 16 2022, 1:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2022, 1:13 AM
fsb4000 requested review of this revision.Jul 16 2022, 1:13 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptJul 16 2022, 1:13 AM
fsb4000 updated this revision to Diff 445211.Jul 16 2022, 2:06 AM

correct diff

Thanks for the patch with a MSVC STL style 🐈.
LGTM!
Do you need me to land it on your behalf?

libcxx/test/std/strings/string.conversions/stod.pass.cpp
60

For future patches can you prove additional content?
Either by using arcanist or git diff -U999999 main. That makes reviewing a bit easier.

fsb4000 added a comment.EditedJul 16 2022, 10:19 AM

Do you need me to land it on your behalf?

Yes, thank you for the review on Saturday :)

For future patches can you prove additional content?
Either by using arcanist or git diff -U999999 main. That makes reviewing a bit easier.

Ok, I will use git diff -U999999 main

Do you need me to land it on your behalf?

Yes, thank you for the review on Saturday :)

You're welcome. I'm a volunteer so Saturday isn't an issue for me ;-)

For future patches can you prove additional content?
Either by using arcanist or git diff -U999999 main. That makes reviewing a bit easier.

Ok, I will use git diff -U999999 main

Thanks!

Mordante accepted this revision.Jul 16 2022, 10:46 AM
This revision is now accepted and ready to land.Jul 16 2022, 10:46 AM