Index: third_party/re2/README.chromium |
diff --git a/third_party/re2/README.chromium b/third_party/re2/README.chromium |
index 4ff2c7eeaaba36470c5c7a128bd558147bbeb9bd..6146bc847cca0c9cd19d07e715fdf518555ff262 100644 |
--- a/third_party/re2/README.chromium |
+++ b/third_party/re2/README.chromium |
@@ -27,5 +27,7 @@ Local Modifications (to be applied in this order): |
for this (https://code.google.com/p/re2/issues/detail?id=77) which is rendered |
ineffective by patches/remove-valgrind-code.patch |
(patches/re2-msan.patch) |
-- Remove comparisons of this with NULL (patches/this-null.patch), sent upstream |
- at https://codereview.appspot.com/107100043/ |
+- Remove comparisons of this with NULL (patches/this-null.patch), merges |
+ upstream b92ce81f1e25 |
+- Let COMPILE_ASSERT use static_assert if available, merges upstream |
+ 2225f94df8ec |