diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-02-17 08:37:03 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-02-17 08:37:03 +0000 |
commit | 3c35491f02f79e71688ca4d2ca63c243e3e5b18c (patch) | |
tree | 8efdbba8b6ba41a4af3c408fad2a05be8aea41c2 /libcxx/test/std/containers/associative | |
parent | cb17fbb00b295afacd0d71198e3c7a0594d06c7d (diff) | |
download | bcm5719-llvm-3c35491f02f79e71688ca4d2ca63c243e3e5b18c.tar.gz bcm5719-llvm-3c35491f02f79e71688ca4d2ca63c243e3e5b18c.zip |
Update all bug URL's to point to https://bugs.llvm.org/...
llvm-svn: 295434
Diffstat (limited to 'libcxx/test/std/containers/associative')
3 files changed, 4 insertions, 4 deletions
diff --git a/libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp b/libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp index 32d34d90d7f..646c6be7da6 100644 --- a/libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp +++ b/libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp @@ -13,7 +13,7 @@ // <map> // Previously this code caused a segfault when compiled at -O2 due to undefined -// behavior in __tree. See https://llvm.org/bugs/show_bug.cgi?id=28469 +// behavior in __tree. See https://bugs.llvm.org/show_bug.cgi?id=28469 #include <functional> #include <map> diff --git a/libcxx/test/std/containers/associative/map/compare.pass.cpp b/libcxx/test/std/containers/associative/map/compare.pass.cpp index 9d1c13d7b8e..8c429cbd3c4 100644 --- a/libcxx/test/std/containers/associative/map/compare.pass.cpp +++ b/libcxx/test/std/containers/associative/map/compare.pass.cpp @@ -13,8 +13,8 @@ // class Allocator = allocator<pair<const Key, T>>> // class map -// http://llvm.org/bugs/show_bug.cgi?id=16538 -// http://llvm.org/bugs/show_bug.cgi?id=16549 +// https://bugs.llvm.org/show_bug.cgi?id=16538 +// https://bugs.llvm.org/show_bug.cgi?id=16549 #include <map> #include <utility> diff --git a/libcxx/test/std/containers/associative/map/map.access/index_tuple.pass.cpp b/libcxx/test/std/containers/associative/map/map.access/index_tuple.pass.cpp index 9a00829eadd..f8fc21f1f2f 100644 --- a/libcxx/test/std/containers/associative/map/map.access/index_tuple.pass.cpp +++ b/libcxx/test/std/containers/associative/map/map.access/index_tuple.pass.cpp @@ -13,7 +13,7 @@ // mapped_type& operator[](const key_type& k); -// http://llvm.org/bugs/show_bug.cgi?id=16542 +// https://bugs.llvm.org/show_bug.cgi?id=16542 #include <map> |