commit | 3b0a429371b729df752f8158fa03db74fb4f5c21 | [log] [tgz] |
---|---|---|
author | Mark Mentovai <mark@chromium.org> | Thu Nov 14 16:06:22 2024 |
committer | Crashpad LUCI CQ <crashpad-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 14 17:06:54 2024 |
tree | f46ff64de7870e3b08d50c063e19a610fa676ae4 | |
parent | 65a45013d02286b2522b482eab44b40af79d9bc0 [diff] |
Fix #includes - Where std::nullptr_t is used (in namespace std), #include <cstddef>, even if it appears alongside <stddef.h> because types like intptr_t are used (in the root namespace). - Where math library functions are used, #include <cmath> to get and use the versions of functions in namespace std which are overloaded by argument type, such as std::isinf and std::isnan. third_party is excluded. Change-Id: Ic9c143f407e5a9c5cff4098cf566ba5caf4bf6d8 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6021439 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Crashpad is a crash-reporting system.
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.