Update all bug URL's to point to https://bugs.llvm.org/...

llvm-svn: 295434
This commit is contained in:
Eric Fiselier
2017-02-17 08:37:03 +00:00
parent cb17fbb00b
commit 3c35491f02
40 changed files with 46 additions and 46 deletions

View File

@@ -16,7 +16,7 @@
// template<Returnable R, CopyConstructible Fn, CopyConstructible... Types>
// unspecified bind(Fn, Types...);
// http://llvm.org/bugs/show_bug.cgi?id=16343
// https://bugs.llvm.org/show_bug.cgi?id=16343
#include <cmath>
#include <functional>