| Index: third_party/ocmock/README.chromium
|
| diff --git a/third_party/ocmock/README.chromium b/third_party/ocmock/README.chromium
|
| index 666072a86b2760f4ba0eb0efbbd8f1d39731985f..dec968a3fa81a1af0701c3f3bad5aed4dc03b04b 100644
|
| --- a/third_party/ocmock/README.chromium
|
| +++ b/third_party/ocmock/README.chromium
|
| @@ -31,3 +31,9 @@ Chromium also patches in 77400c22b5bafd8aaaa75f90a1d997838204577a that fixes
|
| the comparison of types between invocation return type description (which
|
| changed from "c" to "B" on arm64) and NSValue objCType (which didn't change)
|
| on arm64 for BOOL values.
|
| +
|
| +Chromium does patch OCMBoxedReturnValueProvider.m to handle comparison of
|
| +return type and value type for C++ objects when compiling with clang and
|
| +using libc++ STL library. The file is renamed OCMBoxedReturnValueProvider.mm
|
| +to be compiled as an Objective-C++ class to allow detection of the C++ STL
|
| +library used. Pull request: https://github.com/erikdoe/ocmock/pull/97
|
|
|