User Details
- User Since
- Jun 23 2014, 1:38 AM (456 w, 6 d)
Jun 11 2021
The change to SBDebugger::GetProgressFromEvent needs to be removed.
It failed because on macOS, the underlying args contains argv0 while on Linux it does not. So my test that checked that GetNumArguments is 1 fails on macOS, since there are 2.
Jun 5 2021
Not sure why this failed. Is it perhaps a difference where some processes have args including the executable and some do not?
Jun 4 2021
Rebase and address feedback.
Jun 1 2021
May 31 2021
May 30 2021
I had requested it and got it a short bit ago. Looks like I landed it successfully. Thanks for the review!
Mark as NFC.
Remove incorrect change.
Should this include something for disabling as well?
Jul 1 2019
In addition to my previous explanation for the concerns about using nullptr more ... it should be noted that many of these files already use nullptr.
Updating to current master.
Jun 4 2019
I'd modified CMakeLists.txt to add -Wdouble-promotion and removed this line: -Wno-double-promotion # FIXME: remove me ...
Jun 1 2019
More nullptr-ification.
Remove CMakeLists.txt change.
Updated to current master and added more nullptr usage.
Can we revive this review? I'd still like to land it ...
Can we revive this review? I'd still like to land this ...
Dec 6 2018
This sounds great to me.
I recognize that it might be dull, but should you re-sort the various include lists so that the now-in-Utility headers are listed with the other Utility headers?
Nov 26 2018
I can land this today.
Nov 25 2018
Oct 4 2018
Jun 29 2018
May 29 2018
May 27 2018
Feb 15 2018
Without this, anyone using clang-tidy with this check gets 6 system header warnings whenever they transitively have included limits.
This is modernize-redundant-void-arg: https://clang.llvm.org/extra/clang-tidy/checks/modernize-redundant-void-arg.html
Feb 13 2018
Rebased forward.
Feb 12 2018
Addressed minor issues.
Feb 10 2018
More nullptr usage.
Feb 5 2018
Aug 21 2017
Aug 20 2017
Jul 21 2017
Jul 19 2017
Update per comments.
Pavel, since Jim was okay with this before apart from it not having a test, want to take a quick look now? Thanks!
Add a test.
Mar 23 2017
This was accepted long ago, and then I got sidetracked for a while. Is this still okay to land?