mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-08 21:26:04 +00:00
There’s no reason that “in” or “request” messages should be non-const. This makes them const, bridges the const gap left by the MIG-generated “check” functions with wrappers, and uses non-const fields in “out” messages instead of const fields in “in” messages for in-out parameters. TEST=util_test ExcServerVariants.*:MachMessageServer.* R=rsesek@chromium.org Review URL: https://codereview.chromium.org/564533002
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%