about summary refs log tree commit diff
path: root/absl/copts/copts.py
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-06-10T19·49-0700
committerGennadiy Civil <misterg@google.com>2019-06-11T16·50-0400
commitb1dd425423380126f6441ce4fbb6f8f6c75b793a (patch)
tree7f0afd4a0265a7c17db907c1f587d966be8fe912 /absl/copts/copts.py
parent361cb8a9db2f2130442389fd80593255be26d681 (diff)
Export of internal Abseil changes.
--
3febef1a42d092676134bd0b0d54d13a878198a2 by Derek Mauro <dmauro@google.com>:

Update to LLVM r361107 and Bazel 0.26.1

PiperOrigin-RevId: 252463968

--
0408a7f5c1f990414b2ee6efb615238fc44bcd3a by Gennadiy Civil <misterg@google.com>:

Import of CCTZ from GitHub.

PiperOrigin-RevId: 252432385
GitOrigin-RevId: 3febef1a42d092676134bd0b0d54d13a878198a2
Change-Id: I9edade19982dfe490c7c4b894e094c4e7d80adb1
Diffstat (limited to 'absl/copts/copts.py')
-rw-r--r--absl/copts/copts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/absl/copts/copts.py b/absl/copts/copts.py
index 5bede34cb8e7..4594fda222f4 100644
--- a/absl/copts/copts.py
+++ b/absl/copts/copts.py
@@ -105,8 +105,6 @@ LLVM_TEST_DISABLE_WARNINGS_FLAGS = [
     "-Wno-unused-template",
     "-Wno-used-but-marked-unused",
     "-Wno-zero-as-null-pointer-constant",
-    # For a libc++ bug fixed in r357267
-    "-Wno-gnu-include-next",
     # gtest depends on this GNU extension being offered.
     "-Wno-gnu-zero-variadic-macro-arguments",
 ]