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

Unified Diff: third_party/protobuf/README.chromium

Issue 1929193002: Use offsetof in ZR_HELPER_ for Clang. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | third_party/protobuf/patches/0011-use-offsetof-for-clang.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/README.chromium
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
index 3453b849bf94369d40a42eed6515330974bc042f..0a46b30e6159fd15539e44cc085fc8242bcf1e2b 100644
--- a/third_party/protobuf/README.chromium
+++ b/third_party/protobuf/README.chromium
@@ -87,3 +87,9 @@ Description of the patches:
These patches uninline some functions, resulting in a significant reduction
(somewhere between 500 KB and 1 MB) of binary size.
+- 0011-use-offsetof-for-clang.patch
+
+ This patch replaces a few invalid reinterpret_casts with __builtin_offsetof,
+ if compiled with Clang. This is a temporary patch, it should be deletd, when
+ the official github repo is updates with this changes already submitted to
+ the internal Google repo.
xyzzyz 2016/04/28 23:42:56 Please link to the issue on github, so that we kno
« no previous file with comments | « no previous file | third_party/protobuf/patches/0011-use-offsetof-for-clang.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698