Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: third_party/ocmock/README.chromium

Issue 958613003: Fix comparison of forward-declared and fully visible types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch in https://github.com/carllindberg/ocmock/commit/65ee89744bc1fbb9461f26d83e08243068cb212b Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/ocmock/OCMock/OCMBoxedReturnValueProvider.mm ('k') | third_party/ocmock/ocmock.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ocmock/README.chromium
diff --git a/third_party/ocmock/README.chromium b/third_party/ocmock/README.chromium
index dec968a3fa81a1af0701c3f3bad5aed4dc03b04b..65d4126214041e7429ffd19c6c46d91d46579f46 100644
--- a/third_party/ocmock/README.chromium
+++ b/third_party/ocmock/README.chromium
@@ -32,8 +32,5 @@ 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
+Chromium also patches in 65ee89744bc1fbb9461f26d83e08243068cb212b that fixes
+the comparison between opaque (forward-declared) and non-opaque types.
« no previous file with comments | « third_party/ocmock/OCMock/OCMBoxedReturnValueProvider.mm ('k') | third_party/ocmock/ocmock.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698