issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.91B | issue_number int64 1 131k |
|---|---|---|---|---|---|---|---|---|---|
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6904](https://llvm.org/bz6904) |
| Resolution | FIXED |
| Resolved on | Aug 24, 2010 00:28 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@rjmccall |
## Extended Description
struct S {
static const int val = 1;
};
const int S::val = 1; // or any other value
clang com... | clang allows redefinition of static const member | https://api.github.com/repos/llvm/llvm-project/issues/7276/comments | 5 | 2010-04-23T21:56:59Z | 2021-12-03T21:31:33Z | https://github.com/llvm/llvm-project/issues/7276 | 1,070,984,358 | 7,276 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6903](https://llvm.org/bz6903) |
| Resolution | FIXED |
| Resolved on | Apr 24, 2010 15:18 |
| Version | trunk |
| OS | All |
| CC | @akyrtzi,@DougGregor |
## Extended Description
terfin:clang dgregor$ cat t.C
void f(...);
struct X {
X() { f("X::X()\n"); }
~X() { f(X::~X()... | Crash on missing double-quote | https://api.github.com/repos/llvm/llvm-project/issues/7275/comments | 5 | 2010-04-23T19:24:09Z | 2021-12-03T21:31:32Z | https://github.com/llvm/llvm-project/issues/7275 | 1,070,984,347 | 7,275 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6902](https://llvm.org/bz6902) |
| Resolution | INVALID |
| Resolved on | Apr 23, 2010 07:50 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm testcase : cat jit-ppc-memset-test.ll
declare void @​llvm.memset.i32(i8... | PowerPC JIT fails to resolve 'llvm.memset.*' Intrinsics | https://api.github.com/repos/llvm/llvm-project/issues/7274/comments | 1 | 2010-04-23T14:36:31Z | 2021-12-03T21:31:31Z | https://github.com/llvm/llvm-project/issues/7274 | 1,070,984,339 | 7,274 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6901](https://llvm.org/bz6901) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2010 15:40 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@DougGregor,@rjmccall |
## Extended Description
I checked out llvm and clang trunk and compile... | iostream compilation broken | https://api.github.com/repos/llvm/llvm-project/issues/7273/comments | 4 | 2010-04-23T13:21:57Z | 2021-12-03T21:31:30Z | https://github.com/llvm/llvm-project/issues/7273 | 1,070,984,328 | 7,273 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6900](https://llvm.org/bz6900) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 23:18 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6395 |
| CC | @DougGregor |
## Extended Description
cove:clang dgregor$ cat t2.C
void f(int i, int j, int k) {
(i += j)... | Can't compile compound expressions as lvalues | https://api.github.com/repos/llvm/llvm-project/issues/7272/comments | 1 | 2010-04-23T05:41:50Z | 2021-12-03T21:31:29Z | https://github.com/llvm/llvm-project/issues/7272 | 1,070,984,321 | 7,272 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6899](https://llvm.org/bz6899) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 22:32 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6395 |
| CC | @DougGregor |
## Extended Description
The following code causes an assertion in name mangling:
template<... | Clang cannot mangle dependent template names | https://api.github.com/repos/llvm/llvm-project/issues/7271/comments | 1 | 2010-04-23T04:20:01Z | 2021-12-03T21:31:28Z | https://github.com/llvm/llvm-project/issues/7271 | 1,070,984,309 | 7,271 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6898](https://llvm.org/bz6898) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
$ cat test.cc
#include <ext/hash_set>
#include <string>
void foo() {
__gnu_cxx::hash_set<std::string> hs;
hs.insert(... | Want better diagnostic for missing std::hash<T> specialization | https://api.github.com/repos/llvm/llvm-project/issues/7270/comments | 0 | 2010-04-23T03:43:18Z | 2022-01-17T17:28:23Z | https://github.com/llvm/llvm-project/issues/7270 | 1,070,984,295 | 7,270 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6897](https://llvm.org/bz6897) |
| Resolution | INVALID |
| Resolved on | Apr 27, 2010 03:40 |
| Version | trunk |
| OS | Linux |
| Attachments | [suggested fix for 2.7](https://user-images.githubusercontent.com/60944935/143741177-7a8f903c-8083-4844-886b-d68b6d84fa7c.gz) |
| Rep... | clang has a hardcoded version 1.0 (which should be 1.1 instead) | https://api.github.com/repos/llvm/llvm-project/issues/7269/comments | 4 | 2010-04-23T01:41:18Z | 2021-12-03T21:31:26Z | https://github.com/llvm/llvm-project/issues/7269 | 1,070,984,283 | 7,269 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6896](https://llvm.org/bz6896) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Yes, this is invalid, but the compiler should notice and point out the user's mistake.
jyasskin-macbo... | Unhelpful diagnostic on attempt to partially specialize member function | https://api.github.com/repos/llvm/llvm-project/issues/7268/comments | 0 | 2010-04-23T00:29:21Z | 2023-08-15T02:46:25Z | https://github.com/llvm/llvm-project/issues/7268 | 1,070,984,270 | 7,268 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6895](https://llvm.org/bz6895) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2010 15:51 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I've run into a problem with vector literal/casting confusion:
vector float v... | Vector literal/casting confusion. | https://api.github.com/repos/llvm/llvm-project/issues/7267/comments | 1 | 2010-04-22T21:56:29Z | 2021-12-03T21:31:24Z | https://github.com/llvm/llvm-project/issues/7267 | 1,070,984,259 | 7,267 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6894](https://llvm.org/bz6894) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 15:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [Assembly output of clang++](https://user-images.githubusercontent.com/60944935/143741176-975cc6a5-bbc8-4b7d-a6e6-518ce93f7d44.gz) |
| ... | Debugging information with STL sort causes assembler error | https://api.github.com/repos/llvm/llvm-project/issues/7266/comments | 2 | 2010-04-22T16:45:49Z | 2021-12-03T21:31:23Z | https://github.com/llvm/llvm-project/issues/7266 | 1,070,984,250 | 7,266 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6893](https://llvm.org/bz6893) |
| Resolution | WONTFIX |
| Resolved on | May 04, 2012 07:04 |
| Version | trunk |
| OS | Linux |
| Attachments | [Proposed patch](https://user-images.githubusercontent.com/60944935/143741174-c3fa6a95-5e32-4858-a8b6-697d83cdfd58.gz), [proper patch... | cbe creates illegal c from 'insertvalue' | https://api.github.com/repos/llvm/llvm-project/issues/7265/comments | 2 | 2010-04-22T14:40:00Z | 2022-01-20T02:32:25Z | https://github.com/llvm/llvm-project/issues/7265 | 1,070,984,242 | 7,265 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6892](https://llvm.org/bz6892) |
| Resolution | FIXED |
| Resolved on | Sep 02, 2010 22:30 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@jayfoad |
## Extended Description
I'm running llvm 2.7 prerelease 2 on Cygwin 1.7.5(0.225/... | X86 test failures on Cygwin 1.7 | https://api.github.com/repos/llvm/llvm-project/issues/7264/comments | 4 | 2010-04-22T10:34:40Z | 2021-12-03T21:31:22Z | https://github.com/llvm/llvm-project/issues/7264 | 1,070,984,232 | 7,264 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6891](https://llvm.org/bz6891) |
| Version | unspecified |
| OS | Linux |
| CC | @hjl-tools |
## Extended Description
Timing results on the crc32 code in zlib, all code compiled as 64-bit, on an Intel Core 2 Quad Q9550.
64/32 refers to the element size in the crc32 table.
... | clang 2.6 -O1 faster than clang 2.7 | https://api.github.com/repos/llvm/llvm-project/issues/7263/comments | 9 | 2010-04-22T10:22:52Z | 2024-07-06T03:35:29Z | https://github.com/llvm/llvm-project/issues/7263 | 1,070,984,224 | 7,263 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6890](https://llvm.org/bz6890) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 10:41 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The following code gives warnings when it shouldn't:
====... | Obj-C: Protocol implemented in category leads to warnings | https://api.github.com/repos/llvm/llvm-project/issues/7262/comments | 1 | 2010-04-22T05:17:17Z | 2021-12-03T21:31:20Z | https://github.com/llvm/llvm-project/issues/7262 | 1,070,984,208 | 7,262 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6889](https://llvm.org/bz6889) |
| Resolution | FIXED |
| Resolved on | Aug 29, 2010 13:42 |
| Version | trunk |
| OS | Linux |
| Attachments | [failure inducing C](https://user-images.githubusercontent.com/732536/143741166-233e72fa-2c23-419d-aaff-45c36d42d793.gz) |
| CC | @sunf... | memory unsafety crash bug | https://api.github.com/repos/llvm/llvm-project/issues/7261/comments | 2 | 2010-04-22T04:35:34Z | 2021-12-03T21:31:19Z | https://github.com/llvm/llvm-project/issues/7261 | 1,070,984,190 | 7,261 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6888](https://llvm.org/bz6888) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 19:51 |
| Version | trunk |
| OS | All |
## Extended Description
The following is obviously invalid syntax:
define void @​p(<3 x i32>* %p, <3 x i32> %x) {
store <3 x i32> %x, i32 1, i... | Missing error string | https://api.github.com/repos/llvm/llvm-project/issues/7260/comments | 1 | 2010-04-22T00:31:02Z | 2021-12-03T21:31:18Z | https://github.com/llvm/llvm-project/issues/7260 | 1,070,984,178 | 7,260 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6887](https://llvm.org/bz6887) |
| Resolution | FIXED |
| Resolved on | May 05, 2010 00:52 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#6395 |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143741164-1ad2d218-5470-4b87-8383-89... | assertion failed: Default argument is not yet instantiated! | https://api.github.com/repos/llvm/llvm-project/issues/7259/comments | 3 | 2010-04-21T23:14:42Z | 2021-12-03T21:31:17Z | https://github.com/llvm/llvm-project/issues/7259 | 1,070,984,172 | 7,259 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6886](https://llvm.org/bz6886) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 13:44 |
| Version | unspecified |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/60944935/143741163-0541287e-e1c5-4dda-89c7-9cb881e772db.gz) |
| Reporter | LLV... | Clang++ fails to resolve overloads when requesting the address of a static function | https://api.github.com/repos/llvm/llvm-project/issues/7258/comments | 2 | 2010-04-21T20:26:30Z | 2021-12-03T21:31:16Z | https://github.com/llvm/llvm-project/issues/7258 | 1,070,984,162 | 7,258 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6885](https://llvm.org/bz6885) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 21:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rjmccall |
## Extended Description
I don't know if this is valid but gcc accepts it:
hack... | Diagnostic for friend declaration inside of a namespace with same name | https://api.github.com/repos/llvm/llvm-project/issues/7257/comments | 1 | 2010-04-21T04:51:55Z | 2021-12-03T21:31:15Z | https://github.com/llvm/llvm-project/issues/7257 | 1,070,984,150 | 7,257 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6884](https://llvm.org/bz6884) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 14:32 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@tkremenek |
## Extended Description
Below, the noretutrn 'abort' function correctly prevents any warnings about returning fro... | Clang fails to account for no-return destructors in warnings | https://api.github.com/repos/llvm/llvm-project/issues/7256/comments | 15 | 2010-04-21T04:05:55Z | 2021-12-03T21:31:14Z | https://github.com/llvm/llvm-project/issues/7256 | 1,070,984,136 | 7,256 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6883](https://llvm.org/bz6883) |
| Resolution | WORKSFORME |
| Resolved on | May 28, 2010 01:57 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
This program fails to link:
namespace {
class B1 { };
... | diamond in anonymous namespace fails to link | https://api.github.com/repos/llvm/llvm-project/issues/7255/comments | 2 | 2010-04-20T20:27:17Z | 2022-01-20T02:04:48Z | https://github.com/llvm/llvm-project/issues/7255 | 1,070,984,127 | 7,255 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6882](https://llvm.org/bz6882) |
| Resolution | FIXED |
| Resolved on | May 27, 2010 04:22 |
| Version | trunk |
| OS | All |
## Extended Description
clang crashes on SingleSource/Benchmarks/Misc-C++-EH/spirit.cpp.
Here's a backtrace from gdb:
Program received signal SIGSEGV... | clang crashes on spirit.cpp | https://api.github.com/repos/llvm/llvm-project/issues/7254/comments | 1 | 2010-04-20T19:38:47Z | 2021-12-03T21:31:12Z | https://github.com/llvm/llvm-project/issues/7254 | 1,070,984,120 | 7,254 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6881](https://llvm.org/bz6881) |
| Resolution | DUPLICATE |
| Resolved on | Apr 20, 2010 15:43 |
| Version | unspecified |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
pes ~/clangbsd$ cat weak.c
extern int _DYNAMIC;
... | variable incorrectly optimized out | https://api.github.com/repos/llvm/llvm-project/issues/7253/comments | 2 | 2010-04-20T17:36:37Z | 2021-12-03T21:31:11Z | https://github.com/llvm/llvm-project/issues/7253 | 1,070,984,111 | 7,253 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6880](https://llvm.org/bz6880) |
| Resolution | FIXED |
| Resolved on | Apr 20, 2010 07:17 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@lattner |
## Extended Description
$cat test.c
int main();
void _exit(int);
void foo()
{
}
voi... | Segfault while Releasing pass 'Basic CallGraph Construction' (regression) | https://api.github.com/repos/llvm/llvm-project/issues/7252/comments | 1 | 2010-04-20T11:34:40Z | 2021-12-03T21:31:11Z | https://github.com/llvm/llvm-project/issues/7252 | 1,070,984,099 | 7,252 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6879](https://llvm.org/bz6879) |
| Resolution | FIXED |
| Resolved on | Apr 20, 2010 00:09 |
| Version | trunk |
| OS | Linux |
| Attachments | [failure inducing C](https://user-images.githubusercontent.com/732536/143741159-675a4d12-1187-4ab8-a1e0-a59a4a75f5b3.gz), [failure indu... | intermittent ice: Why are we unswitching on a constant | https://api.github.com/repos/llvm/llvm-project/issues/7251/comments | 2 | 2010-04-20T05:03:50Z | 2021-12-03T21:31:10Z | https://github.com/llvm/llvm-project/issues/7251 | 1,070,984,086 | 7,251 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6878](https://llvm.org/bz6878) |
| Version | trunk |
| OS | All |
## Extended Description
Currently clang -cc1 defaults to -fno-exceptions. -cc1 should really default to standards compliance.
I expect the main overhead in fixing this will be changing the run lines on a bunch... | -cc1 should default to -fexceptions | https://api.github.com/repos/llvm/llvm-project/issues/7250/comments | 2 | 2010-04-20T02:33:53Z | 2021-12-03T21:31:09Z | https://github.com/llvm/llvm-project/issues/7250 | 1,070,984,079 | 7,250 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6877](https://llvm.org/bz6877) |
| Resolution | FIXED |
| Resolved on | Jun 16, 2010 13:02 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Failing test](https://user-images.githubusercontent.com/989428/143741158-f39e27dd-820f-4fe6-a168-e98a078cf98b.gz) |
| CC | @DougGreg... | Valgrind errors with Clang C++ | https://api.github.com/repos/llvm/llvm-project/issues/7249/comments | 2 | 2010-04-19T22:39:56Z | 2021-12-03T21:31:08Z | https://github.com/llvm/llvm-project/issues/7249 | 1,070,984,066 | 7,249 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6876](https://llvm.org/bz6876) |
| Resolution | FIXED |
| Resolved on | Apr 20, 2010 19:21 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
On very large functions, MachineCSE stack overflows because there are too many recursi... | Unbounded recursion in MachineCSE | https://api.github.com/repos/llvm/llvm-project/issues/7248/comments | 4 | 2010-04-19T20:29:29Z | 2021-12-03T21:31:07Z | https://github.com/llvm/llvm-project/issues/7248 | 1,070,984,059 | 7,248 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6875](https://llvm.org/bz6875) |
| Resolution | FIXED |
| Resolved on | May 10, 2010 15:24 |
| Version | trunk |
| OS | All |
| Attachments | [possible patch](https://user-images.githubusercontent.com/60944935/143741157-d74cf02b-e3bf-4ab2-9a4b-c02da0af89f8.gz) |
| Reporter | LLV... | llc -print-after-all crashes | https://api.github.com/repos/llvm/llvm-project/issues/7247/comments | 9 | 2010-04-19T18:42:27Z | 2021-12-03T21:31:06Z | https://github.com/llvm/llvm-project/issues/7247 | 1,070,984,054 | 7,247 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6874](https://llvm.org/bz6874) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 21:03 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
/Users/az/Programmierung/openlierox/src/gusanos/part_type.cpp:320... | clang cannot compile this decl yet (namespace af = ...) | https://api.github.com/repos/llvm/llvm-project/issues/7246/comments | 3 | 2010-04-19T18:29:01Z | 2021-12-03T21:31:05Z | https://github.com/llvm/llvm-project/issues/7246 | 1,070,984,042 | 7,246 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6873](https://llvm.org/bz6873) |
| Resolution | FIXED |
| Resolved on | Apr 20, 2010 01:37 |
| Version | 2.6 |
| OS | Linux |
| Attachments | [copy of shell session showing failure and fix](https://user-images.githubusercontent.com/60944935/143741156-aa0133b5-164f-40c3-935c-d9b5... | LLVM Tutorial program | https://api.github.com/repos/llvm/llvm-project/issues/7245/comments | 1 | 2010-04-19T17:31:05Z | 2021-12-03T21:31:05Z | https://github.com/llvm/llvm-project/issues/7245 | 1,070,984,035 | 7,245 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6872](https://llvm.org/bz6872) |
| Resolution | FIXED |
| Resolved on | May 07, 2010 02:50 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@DougGregor |
## Extended Description
As a test for clang I downloaded bash 4.1, run configure a... | BASH 4.1 fails to compile using self hosted clang (r101748) | https://api.github.com/repos/llvm/llvm-project/issues/7244/comments | 3 | 2010-04-19T12:33:39Z | 2021-12-03T21:31:04Z | https://github.com/llvm/llvm-project/issues/7244 | 1,070,984,022 | 7,244 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6871](https://llvm.org/bz6871) |
| Resolution | FIXED |
| Resolved on | Apr 20, 2010 20:23 |
| Version | trunk |
| OS | All |
| CC | @lattner,@sunfishcode |
## Extended Description
It would be great to move lib/CodeGen/SelectionDAGBuilder.h to include/llvm/CodeGen/ directory s... | Move lib/CodeGen/SelectionDAGBuilder.h to llvm/CodeGen/ directory | https://api.github.com/repos/llvm/llvm-project/issues/7243/comments | 6 | 2010-04-19T05:15:57Z | 2021-12-03T21:31:03Z | https://github.com/llvm/llvm-project/issues/7243 | 1,070,984,015 | 7,243 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6870](https://llvm.org/bz6870) |
| Resolution | FIXED |
| Resolved on | Sep 23, 2011 18:47 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AaronBallman |
## Extended Description
On Windows, clang -E output is done in binary mode. It sh... | -E output is done in binary mode on Win32 | https://api.github.com/repos/llvm/llvm-project/issues/7242/comments | 2 | 2010-04-18T17:24:03Z | 2021-12-03T21:31:02Z | https://github.com/llvm/llvm-project/issues/7242 | 1,070,984,010 | 7,242 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6869](https://llvm.org/bz6869) |
| Resolution | FIXED |
| Resolved on | Mar 27, 2013 15:36 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
--
ddunbar@giles:tmp$ cat t.c
#include <baz.h>
ddunbar@giles:... | -verify misses error | https://api.github.com/repos/llvm/llvm-project/issues/7241/comments | 1 | 2010-04-18T17:17:08Z | 2021-12-03T21:31:01Z | https://github.com/llvm/llvm-project/issues/7241 | 1,070,983,998 | 7,241 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6868](https://llvm.org/bz6868) |
| Resolution | DUPLICATE |
| Resolved on | Apr 18, 2010 13:01 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [.bc file](https://user-images.githubusercontent.com/92601275/143741154-fcfcf838-4ba5-4619-b0b2-4b5d1783d610.gz) |
## Extended D... | [cbe] cfrac test fails | https://api.github.com/repos/llvm/llvm-project/issues/7240/comments | 1 | 2010-04-18T16:19:43Z | 2021-12-03T21:31:00Z | https://github.com/llvm/llvm-project/issues/7240 | 1,070,983,990 | 7,240 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6867](https://llvm.org/bz6867) |
| Resolution | LATER |
| Resolved on | Jul 15, 2011 00:24 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Hi,
I'm trying to build Etoile trunk (rev 6032) (svn://svn.... | Unexpected linkage decl | https://api.github.com/repos/llvm/llvm-project/issues/7239/comments | 2 | 2010-04-18T14:03:11Z | 2021-12-03T21:30:59Z | https://github.com/llvm/llvm-project/issues/7239 | 1,070,983,982 | 7,239 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6866](https://llvm.org/bz6866) |
| Resolution | FIXED |
| Resolved on | Apr 19, 2010 20:12 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
When building in release mode with MSVC9, compilation hangs o... | MSVC9 hangs on compilation of X86Disassembler.cpp | https://api.github.com/repos/llvm/llvm-project/issues/7238/comments | 3 | 2010-04-18T13:16:42Z | 2021-12-03T21:30:58Z | https://github.com/llvm/llvm-project/issues/7238 | 1,070,983,969 | 7,238 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6865](https://llvm.org/bz6865) |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [screenshot of clang false "advice"](https://user-images.githubusercontent.com/60944935/143741150-1c07b61f-890b-4522-b379-bd8c05cb0f2b.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC ... | Value not read message given on wrong line | https://api.github.com/repos/llvm/llvm-project/issues/7237/comments | 5 | 2010-04-18T13:04:14Z | 2023-05-23T11:01:29Z | https://github.com/llvm/llvm-project/issues/7237 | 1,070,983,954 | 7,237 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6864](https://llvm.org/bz6864) |
| Resolution | FIXED |
| Resolved on | Jun 27, 2012 13:34 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@nlewycky |
## Extended Description
In this example:
typedef int mytype_t;
int foo() {
mytype_tt x;
return x+x;
}
I ge... | poor recovery after typo | https://api.github.com/repos/llvm/llvm-project/issues/7236/comments | 2 | 2010-04-18T06:05:29Z | 2021-12-03T21:30:56Z | https://github.com/llvm/llvm-project/issues/7236 | 1,070,983,941 | 7,236 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6863](https://llvm.org/bz6863) |
| Resolution | DUPLICATE |
| Resolved on | Apr 18, 2010 00:00 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@nlewycky |
## Extended Description
This crashes clang++:
bool test(int FD, foo_t &FileActions) {
if (int Err = foo(... | crash on invalid | https://api.github.com/repos/llvm/llvm-project/issues/7235/comments | 1 | 2010-04-18T06:01:33Z | 2021-12-03T21:30:55Z | https://github.com/llvm/llvm-project/issues/7235 | 1,070,983,936 | 7,235 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6862](https://llvm.org/bz6862) |
| Resolution | FIXED |
| Resolved on | Apr 19, 2010 17:11 |
| Version | trunk |
| OS | Linux |
| Attachments | [failure inducing C code](https://user-images.githubusercontent.com/732536/143741149-2d03b4e7-34cb-4843-a1a5-969f91b2072b.gz) |
| CC | ... | ice: Type is not SCEVable | https://api.github.com/repos/llvm/llvm-project/issues/7234/comments | 2 | 2010-04-18T05:38:18Z | 2021-12-03T21:30:54Z | https://github.com/llvm/llvm-project/issues/7234 | 1,070,983,920 | 7,234 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6861](https://llvm.org/bz6861) |
| Resolution | FIXED |
| Resolved on | May 01, 2010 08:50 |
| Version | trunk |
| OS | Linux |
| CC | @sunfishcode |
## Extended Description
[regehr@gamow tmp404]$ clang -O2 small.c -c -w
/tmp/cc-ETcUQX.s: Assembler messages:
/tmp/cc-ETcUQX.s:... | invalid x86-64 instructions generated | https://api.github.com/repos/llvm/llvm-project/issues/7233/comments | 5 | 2010-04-18T04:54:50Z | 2021-12-03T21:30:54Z | https://github.com/llvm/llvm-project/issues/7233 | 1,070,983,912 | 7,233 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6860](https://llvm.org/bz6860) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2010 01:07 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@stoklund |
## Extended Description
As below. Seen on x64 Linux.
[regehr@gamow tmp403]$ clang -O1 small.c
clang: SimpleRegisterCoale... | ice: Live range not found | https://api.github.com/repos/llvm/llvm-project/issues/7232/comments | 1 | 2010-04-18T04:48:07Z | 2021-12-03T21:30:53Z | https://github.com/llvm/llvm-project/issues/7232 | 1,070,983,902 | 7,232 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6859](https://llvm.org/bz6859) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2010 01:27 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
using clang from FreeBSD ports llvm-2.7.r100430 the following ... | clang++ compile error: use of undeclared identifier | https://api.github.com/repos/llvm/llvm-project/issues/7231/comments | 2 | 2010-04-17T22:58:08Z | 2021-12-03T21:30:52Z | https://github.com/llvm/llvm-project/issues/7231 | 1,070,983,896 | 7,231 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6858](https://llvm.org/bz6858) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2010 12:58 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143741147-ec1803ab-cd3a-416f-9711-fa778567b6ee.gz) |
| Reporter... | Use of freed memory in InlineCostAnalyzer::getInlineCost | https://api.github.com/repos/llvm/llvm-project/issues/7230/comments | 3 | 2010-04-17T17:55:30Z | 2021-12-03T21:30:51Z | https://github.com/llvm/llvm-project/issues/7230 | 1,070,983,888 | 7,230 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6857](https://llvm.org/bz6857) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @foutrelis |
## Extended Description
The following program, using non-standard extensions:
void foo(void) {
struct s {
int i[({typedef int Int; 3;})... | Expression statement in local scope causes inaccurate diagnostics. | https://api.github.com/repos/llvm/llvm-project/issues/7229/comments | 2 | 2010-04-17T12:41:06Z | 2023-05-21T13:29:18Z | https://github.com/llvm/llvm-project/issues/7229 | 1,070,983,879 | 7,229 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6856](https://llvm.org/bz6856) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2010 12:28 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [uni diff for X86ELFWriterInfo.cpp](https://user-images.githubusercontent.com/60944935/143741146-c8d2f595-ccb3-43ac-b743-3d50e69a3f35... | X86ELFWriterInfo.ctor: unneeded local var is64Bit | https://api.github.com/repos/llvm/llvm-project/issues/7228/comments | 1 | 2010-04-17T11:43:02Z | 2021-12-03T21:30:49Z | https://github.com/llvm/llvm-project/issues/7228 | 1,070,983,870 | 7,228 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6855](https://llvm.org/bz6855) |
| Resolution | FIXED |
| Resolved on | Apr 18, 2010 03:34 |
| Version | trunk |
| OS | Linux |
| Attachments | [code (also pasted in bug)](https://user-images.githubusercontent.com/60944935/143741145-3dd96e4b-6630-45a5-a029-a79661ccaf74.gz) |
| R... | friend does not have access to private enum in declaration | https://api.github.com/repos/llvm/llvm-project/issues/7227/comments | 1 | 2010-04-16T21:01:03Z | 2021-12-03T21:30:48Z | https://github.com/llvm/llvm-project/issues/7227 | 1,070,983,861 | 7,227 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6854](https://llvm.org/bz6854) |
| Resolution | FIXED |
| Resolved on | Apr 16, 2010 12:55 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
svn 101464 (Debug)
I get the assertion
clang: SimpleSValuator.c... | crash when casting symbolic memory address to a float | https://api.github.com/repos/llvm/llvm-project/issues/7226/comments | 4 | 2010-04-16T17:51:02Z | 2021-12-03T21:30:47Z | https://github.com/llvm/llvm-project/issues/7226 | 1,070,983,851 | 7,226 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6853](https://llvm.org/bz6853) |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
in pedantic errors mode; this is not permitted by the C90 and C99 standards. | Clang accepts a source file with no declarations | https://api.github.com/repos/llvm/llvm-project/issues/7225/comments | 2 | 2010-04-16T13:41:47Z | 2023-06-23T17:26:42Z | https://github.com/llvm/llvm-project/issues/7225 | 1,070,983,843 | 7,225 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6852](https://llvm.org/bz6852) |
| Resolution | FIXED |
| Resolved on | Apr 16, 2010 18:44 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
#if 'somesillylongthing'
#endif
gives
$ clang /tmp/bug.c
/tmp/bug.c:1:5: w... | Repeated diagnostics | https://api.github.com/repos/llvm/llvm-project/issues/7224/comments | 1 | 2010-04-16T13:25:42Z | 2021-12-03T21:30:46Z | https://github.com/llvm/llvm-project/issues/7224 | 1,070,983,830 | 7,224 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6851](https://llvm.org/bz6851) |
| Resolution | FIXED |
| Resolved on | May 18, 2010 23:14 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following program:
template <bool v>
struct S;
struct N {... | Spurious mismatch of out-of-line method definition and method declaration. | https://api.github.com/repos/llvm/llvm-project/issues/7223/comments | 1 | 2010-04-16T11:52:46Z | 2021-12-03T21:30:45Z | https://github.com/llvm/llvm-project/issues/7223 | 1,070,983,817 | 7,223 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6850](https://llvm.org/bz6850) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
When a template calls another function, the target of the call has to be declared before the implementation, unless it's foun... | Unhelpful diagnostic when template calls later-declared function not found by ADL | https://api.github.com/repos/llvm/llvm-project/issues/7222/comments | 1 | 2010-04-16T03:53:02Z | 2022-01-17T17:28:36Z | https://github.com/llvm/llvm-project/issues/7222 | 1,070,983,808 | 7,222 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6849](https://llvm.org/bz6849) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
const FunctionType* memcpy_ty = TypeBuilder < types::i < 8 > * (types::i < 8 > *, types::i < 8 > *, types::i<32>, types::<8... | diagnostic could be improved slightly perhaps on long template match | https://api.github.com/repos/llvm/llvm-project/issues/7221/comments | 0 | 2010-04-16T00:07:58Z | 2023-08-15T02:43:59Z | https://github.com/llvm/llvm-project/issues/7221 | 1,070,983,804 | 7,221 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6848](https://llvm.org/bz6848) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2010 19:51 |
| Version | unspecified |
| OS | All |
## Extended Description
The following symbols are among those exported from libEnhancedDisassembler.so that are suspicious for not using one of t... | suspicious symbols lib libEnhancedDisassembler.so | https://api.github.com/repos/llvm/llvm-project/issues/7220/comments | 3 | 2010-04-15T19:25:58Z | 2021-12-03T21:30:43Z | https://github.com/llvm/llvm-project/issues/7220 | 1,070,983,799 | 7,220 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6847](https://llvm.org/bz6847) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2010 15:29 |
| Version | trunk |
| OS | All |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143741143-11f36d54-b020-4694-8f72-9f017017efb2.gz) |
| Reporter | LLVM Bugz... | llvm-gcc build broken for ARM due to debug info | https://api.github.com/repos/llvm/llvm-project/issues/7219/comments | 1 | 2010-04-15T18:52:00Z | 2021-12-03T21:30:42Z | https://github.com/llvm/llvm-project/issues/7219 | 1,070,983,790 | 7,219 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6846](https://llvm.org/bz6846) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2010 14:53 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
gcc seems to allow this:
vector unsigned int smask = (vector unsigned int)(vec... | Integer literal to vector cast reports error | https://api.github.com/repos/llvm/llvm-project/issues/7218/comments | 2 | 2010-04-15T17:55:03Z | 2021-12-03T21:30:41Z | https://github.com/llvm/llvm-project/issues/7218 | 1,070,983,782 | 7,218 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6845](https://llvm.org/bz6845) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2010 12:27 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following piece of code is from phrot (a prime finding app)
which uses some quir... | inline asm output type matching too strict | https://api.github.com/repos/llvm/llvm-project/issues/7217/comments | 1 | 2010-04-15T15:37:06Z | 2021-12-03T21:30:40Z | https://github.com/llvm/llvm-project/issues/7217 | 1,070,983,772 | 7,217 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6844](https://llvm.org/bz6844) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2010 12:33 |
| Version | trunk |
| OS | Linux |
| Attachments | [failure logs from the scan directory](https://user-images.githubusercontent.com/60944935/143741142-e765accf-582c-4bbf-832e-7f28d3ee4e0... | analyzer crash when using C stdarg | https://api.github.com/repos/llvm/llvm-project/issues/7216/comments | 3 | 2010-04-15T14:28:17Z | 2021-12-03T21:30:39Z | https://github.com/llvm/llvm-project/issues/7216 | 1,070,983,767 | 7,216 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6843](https://llvm.org/bz6843) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
when comparing a temporary unsigned integer in a if clause the analyzer does not consider the unsignedness and checks imposs... | analyzer not considering unsignedness of temporary unsigned ints | https://api.github.com/repos/llvm/llvm-project/issues/7215/comments | 3 | 2010-04-15T11:13:59Z | 2024-03-07T03:35:45Z | https://github.com/llvm/llvm-project/issues/7215 | 1,070,983,756 | 7,215 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6842](https://llvm.org/bz6842) |
| Resolution | WORKSFORME |
| Resolved on | Nov 09, 2010 12:11 |
| Version | trunk |
| OS | All |
| Attachments | [testcase](https://user-images.githubusercontent.com/4503403/143741141-d0426699-3366-4dd0-9456-9a13243151af.gz) |
## Extended Descr... | inliner inlines recursive call, defeats loop-deletion | https://api.github.com/repos/llvm/llvm-project/issues/7214/comments | 3 | 2010-04-15T09:25:19Z | 2022-01-20T02:04:47Z | https://github.com/llvm/llvm-project/issues/7214 | 1,070,983,746 | 7,214 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6841](https://llvm.org/bz6841) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2010 15:36 |
| Version | 2.6 |
| OS | MacOS X |
| Attachments | [Fortran source code for R BLAS library. Causes ICE when compiled by llvm-gfortran using any optimization level other than 0.](https:/... | Compiling a BLAS library causes ICE if optimization is used. | https://api.github.com/repos/llvm/llvm-project/issues/7213/comments | 3 | 2010-04-15T06:48:32Z | 2021-12-03T21:30:35Z | https://github.com/llvm/llvm-project/issues/7213 | 1,070,983,723 | 7,213 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6840](https://llvm.org/bz6840) |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#6253 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zmodem,@hubert-reinterpretcast,@ismail,@slacka,@ogoffart |
## Extended Description
The following code... | Friend class cannot access protected field of parent | https://api.github.com/repos/llvm/llvm-project/issues/7212/comments | 10 | 2010-04-15T01:59:53Z | 2023-11-03T23:41:06Z | https://github.com/llvm/llvm-project/issues/7212 | 1,070,983,717 | 7,212 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6839](https://llvm.org/bz6839) |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#7210 |
| CC | @tkremenek |
## Extended Description
ASTVector is a convenient hack to have a vector-like data structure in AST elements that allocates memory using ASTContext's a... | Remove ASTVector once it is no longer needed | https://api.github.com/repos/llvm/llvm-project/issues/7211/comments | 0 | 2010-04-14T22:03:16Z | 2021-12-03T21:30:33Z | https://github.com/llvm/llvm-project/issues/7211 | 1,070,983,703 | 7,211 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6838](https://llvm.org/bz6838) |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#6839 |
| CC | @DougGregor,@tkremenek,@zygoloid |
## Extended Description
InitListExpr uses a vector data structure (currently ASTVector, previously std::vector) to represen... | Change InitListExpr to not use a vector for subexpressions | https://api.github.com/repos/llvm/llvm-project/issues/7210/comments | 1 | 2010-04-14T22:01:18Z | 2021-12-03T21:30:32Z | https://github.com/llvm/llvm-project/issues/7210 | 1,070,983,689 | 7,210 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6837](https://llvm.org/bz6837) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2010 09:53 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
In the InitListExpr::InitListExpr in Expr.cpp I... | Null pointer reference | https://api.github.com/repos/llvm/llvm-project/issues/7209/comments | 2 | 2010-04-14T20:28:33Z | 2021-12-03T21:30:31Z | https://github.com/llvm/llvm-project/issues/7209 | 1,070,983,678 | 7,209 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6836](https://llvm.org/bz6836) |
| Resolution | FIXED |
| Resolved on | Jun 09, 2010 08:27 |
| Version | trunk |
| OS | All |
| Attachments | [Bugfixes as described](https://user-images.githubusercontent.com/60944935/143741138-cac58286-449e-4d7a-8ae5-604724c70fc6.gz) |
| Reporte... | Fix broken tests in Makefiles for platforms without dynamic libs | https://api.github.com/repos/llvm/llvm-project/issues/7208/comments | 1 | 2010-04-14T20:25:25Z | 2021-12-03T21:30:30Z | https://github.com/llvm/llvm-project/issues/7208 | 1,070,983,673 | 7,208 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6835](https://llvm.org/bz6835) |
| Resolution | FIXED |
| Resolved on | Jul 19, 2010 12:31 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@nlewycky,@tlattner |
## Extended Description
Hello,
There is a mistake in the current Makefi... | Makefiles.rules wrong handling of CXXFLAGS | https://api.github.com/repos/llvm/llvm-project/issues/7207/comments | 19 | 2010-04-14T19:04:55Z | 2021-12-03T21:30:29Z | https://github.com/llvm/llvm-project/issues/7207 | 1,070,983,664 | 7,207 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6834](https://llvm.org/bz6834) |
| Resolution | WORKSFORME |
| Resolved on | Apr 25, 2010 09:47 |
| Version | trunk |
| OS | Linux |
| Attachments | [list of empty directories](https://user-images.githubusercontent.com/60944935/143741137-51430bd9-7c94-469a-8a9f-a5a2471fb60a.gz) ... | clang installs empty directories like usr/include/CMakeFiles | https://api.github.com/repos/llvm/llvm-project/issues/7206/comments | 2 | 2010-04-14T18:44:16Z | 2022-01-20T02:04:45Z | https://github.com/llvm/llvm-project/issues/7206 | 1,070,983,659 | 7,206 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6833](https://llvm.org/bz6833) |
| Resolution | INVALID |
| Resolved on | Apr 15, 2010 10:04 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Input assembly which triggers the bug](https://user-images.githubusercontent.com/60944935/143741134-a1278403-a97f-4b80-89e3-fd3a7c... | Combination of GVN, ScalarRepl, and other passes misoptimizes code | https://api.github.com/repos/llvm/llvm-project/issues/7205/comments | 2 | 2010-04-14T18:23:20Z | 2021-12-03T21:30:28Z | https://github.com/llvm/llvm-project/issues/7205 | 1,070,983,651 | 7,205 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6832](https://llvm.org/bz6832) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2010 20:06 |
| Version | trunk |
| OS | Linux |
| Attachments | [before scalarrepl](https://user-images.githubusercontent.com/60944935/143741133-df437f01-2ed0-465a-978c-76e4ab89479c.gz) |
| Reporter ... | ScalarReplAggregates generate wrong alignement on store | https://api.github.com/repos/llvm/llvm-project/issues/7204/comments | 1 | 2010-04-14T15:28:14Z | 2021-12-03T21:30:27Z | https://github.com/llvm/llvm-project/issues/7204 | 1,070,983,642 | 7,204 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6831](https://llvm.org/bz6831) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2010 18:48 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
For the following test program:
namespace NA { struct S; }
nam... | Clang is confused by template parameter name shadowing other declarations | https://api.github.com/repos/llvm/llvm-project/issues/7203/comments | 1 | 2010-04-14T11:37:33Z | 2021-12-03T21:30:26Z | https://github.com/llvm/llvm-project/issues/7203 | 1,070,983,627 | 7,203 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6830](https://llvm.org/bz6830) |
| Resolution | FIXED |
| Resolved on | Apr 24, 2010 13:04 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
$ cat t.cc
namespace foo {
class X {
public:
X... | Clang complains the qualified class name in a constructor call doesn't refer to a value | https://api.github.com/repos/llvm/llvm-project/issues/7202/comments | 4 | 2010-04-13T22:43:30Z | 2021-12-03T21:30:25Z | https://github.com/llvm/llvm-project/issues/7202 | 1,070,983,616 | 7,202 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6829](https://llvm.org/bz6829) |
| Resolution | FIXED |
| Resolved on | Nov 23, 2010 07:59 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#7187 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@nunoplopes |
## Extended Description
Here's a ... | MS extension for nameless struct members missing | https://api.github.com/repos/llvm/llvm-project/issues/7201/comments | 4 | 2010-04-13T19:51:29Z | 2021-12-03T21:30:24Z | https://github.com/llvm/llvm-project/issues/7201 | 1,070,983,599 | 7,201 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6828](https://llvm.org/bz6828) |
| Resolution | FIXED |
| Resolved on | May 21, 2010 13:18 |
| Version | trunk |
| OS | Linux |
| Attachments | [Log messages](https://user-images.githubusercontent.com/60944935/143741129-52829d05-8a62-4e2e-8124-ea2ade5dd29f.gz), [gdb stack dump](... | fp stackifier crash | https://api.github.com/repos/llvm/llvm-project/issues/7200/comments | 4 | 2010-04-13T11:34:00Z | 2021-12-03T21:30:23Z | https://github.com/llvm/llvm-project/issues/7200 | 1,070,983,586 | 7,200 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6827](https://llvm.org/bz6827) |
| Resolution | FIXED |
| Resolved on | Apr 13, 2010 17:18 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rjmccall |
## Extended Description
clang++ fails to correctly respect friend specifi... | friended template functions don't get to bypass protections | https://api.github.com/repos/llvm/llvm-project/issues/7199/comments | 1 | 2010-04-13T10:38:08Z | 2021-12-03T21:30:22Z | https://github.com/llvm/llvm-project/issues/7199 | 1,070,983,578 | 7,199 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6826](https://llvm.org/bz6826) |
| Resolution | FIXED |
| Resolved on | Apr 12, 2010 23:35 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [the patch make GraphWriter work on windows.](https://user-images.githubusercontent.com/92601329/143741128-e89de962-d23f-4a6d-b790... | GraphWriter delete the generated file before "dotty" load it. | https://api.github.com/repos/llvm/llvm-project/issues/7198/comments | 1 | 2010-04-13T05:03:19Z | 2021-12-03T21:30:22Z | https://github.com/llvm/llvm-project/issues/7198 | 1,070,983,568 | 7,198 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6825](https://llvm.org/bz6825) |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@hubert-reinterpretcast |
## Extended Description
We aren't performing access control for injected-class-names that are used as template names, e.g.,
terfin:clang dgregor$ cat t3.C
template <... | Missing access control check for injected-class-names used as template-names | https://api.github.com/repos/llvm/llvm-project/issues/7197/comments | 2 | 2010-04-13T00:48:34Z | 2023-07-24T14:27:25Z | https://github.com/llvm/llvm-project/issues/7197 | 1,070,983,560 | 7,197 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6824](https://llvm.org/bz6824) |
| Resolution | INVALID |
| Resolved on | Mar 01, 2011 05:03 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [Beter testcase based on clang -E output. Requested by rdivacky](https://user-images.githubusercontent.com/60944935/143741126-7e5b9... | crash in X86 DAG->DAG Instruction Selection | https://api.github.com/repos/llvm/llvm-project/issues/7196/comments | 7 | 2010-04-12T21:27:05Z | 2021-12-03T21:30:20Z | https://github.com/llvm/llvm-project/issues/7196 | 1,070,983,551 | 7,196 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6823](https://llvm.org/bz6823) |
| Resolution | WORKSFORME |
| Resolved on | May 18, 2019 18:29 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans,@thielema |
## Extended Description
$ llvm-config --libs
-lLLVMXCoreCodeGen -lLLVMXCoreA... | llvm-config --libs prints static libraries even if llvm is configured with --enable-shared | https://api.github.com/repos/llvm/llvm-project/issues/7195/comments | 3 | 2010-04-12T20:36:50Z | 2022-01-20T02:04:45Z | https://github.com/llvm/llvm-project/issues/7195 | 1,070,983,547 | 7,195 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6822](https://llvm.org/bz6822) |
| Version | trunk |
| OS | Windows XP |
| CC | @zygoloid |
## Extended Description
float3 and float4 are defined by the test case below.
Clang seems to believe that BitWidth(float3) = 4 * BitWidth(float) while LLVM Core VectorType::getBitWidth(... | clang assertion when compiling reinterpret_cast<float3>(float4_var) | https://api.github.com/repos/llvm/llvm-project/issues/7194/comments | 2 | 2010-04-12T19:41:27Z | 2022-03-06T06:51:23Z | https://github.com/llvm/llvm-project/issues/7194 | 1,070,983,533 | 7,194 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6821](https://llvm.org/bz6821) |
| Resolution | FIXED |
| Resolved on | Apr 19, 2010 18:19 |
| Version | trunk |
| OS | FreeBSD |
| CC | @asl |
## Extended Description
Calling _Unwind_GetLanguageSpecificData() from a personality function returns NULL in JIT'd frames. At least... | JIT DWARF EH data does not seem to emit LSDA | https://api.github.com/repos/llvm/llvm-project/issues/7193/comments | 5 | 2010-04-12T14:59:02Z | 2021-12-03T21:30:17Z | https://github.com/llvm/llvm-project/issues/7193 | 1,070,983,527 | 7,193 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6820](https://llvm.org/bz6820) |
| Resolution | FIXED |
| Resolved on | Aug 31, 2010 05:04 |
| Version | trunk |
| OS | Linux |
## Extended Description
Both CMake and autoconf have three failing test cases in MC/Dissassembler. It looks like these tests need to be disabled if a... | 3 failing MC/Disassembler test cases with ./configure --enable-targets=x86 | https://api.github.com/repos/llvm/llvm-project/issues/7192/comments | 2 | 2010-04-12T12:10:55Z | 2021-12-03T21:30:16Z | https://github.com/llvm/llvm-project/issues/7192 | 1,070,983,511 | 7,192 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6819](https://llvm.org/bz6819) |
| Resolution | FIXED |
| Resolved on | Apr 12, 2010 12:26 |
| Version | trunk |
| OS | All |
| Attachments | [simple show case](https://user-images.githubusercontent.com/60944935/143741125-74298a9c-1bfe-4ae1-807e-8990051e5e49.gz) |
| Reporter | L... | [Obj-C] super is broken in class methods… | https://api.github.com/repos/llvm/llvm-project/issues/7191/comments | 1 | 2010-04-12T10:55:25Z | 2021-12-03T21:30:15Z | https://github.com/llvm/llvm-project/issues/7191 | 1,070,983,501 | 7,191 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6818](https://llvm.org/bz6818) |
| Resolution | FIXED |
| Resolved on | Apr 12, 2010 00:39 |
| Version | trunk |
| OS | Linux |
| Attachments | [private_stuct.cpp](https://user-images.githubusercontent.com/60944935/143741124-a6ff100f-2184-414d-a8da-3daa75ea47f6.gz) |
| Reporter ... | clang++ permits use of private struct. | https://api.github.com/repos/llvm/llvm-project/issues/7190/comments | 1 | 2010-04-11T18:55:34Z | 2021-12-03T21:30:14Z | https://github.com/llvm/llvm-project/issues/7190 | 1,070,983,495 | 7,190 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6817](https://llvm.org/bz6817) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The -MM mode is used to generate a Makefile-style dependency graph for the files passed in.
In clang, #warning directives in the files passed in ... | #warning not ignored in -MM mode | https://api.github.com/repos/llvm/llvm-project/issues/7189/comments | 2 | 2010-04-11T07:51:40Z | 2023-05-21T13:46:24Z | https://github.com/llvm/llvm-project/issues/7189 | 1,070,983,481 | 7,189 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6816](https://llvm.org/bz6816) |
| Resolution | INVALID |
| Resolved on | Apr 11, 2010 02:41 |
| Version | trunk |
| OS | Linux |
| Attachments | [Terminal output during attempted installation](https://user-images.githubusercontent.com/60944935/143741121-fa29a88b-1957-4a16-b648-... | LLVM-GCC fails to build when configured for mips target | https://api.github.com/repos/llvm/llvm-project/issues/7188/comments | 2 | 2010-04-11T02:01:48Z | 2021-12-03T21:30:13Z | https://github.com/llvm/llvm-project/issues/7188 | 1,070,983,472 | 7,188 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6815](https://llvm.org/bz6815) |
| Version | trunk |
| OS | Windows NT |
| Depends On | llvm/llvm-bugzilla-archive#10212 llvm/llvm-bugzilla-archive#20898 llvm/llvm-bugzilla-archive#24320 llvm/llvm-bugzilla-archive#25379 llvm/llvm-bugzilla-archive#35115 llvm/llvm-bugzilla-archive... | [META] Compiling ReactOS with clang | https://api.github.com/repos/llvm/llvm-project/issues/7187/comments | 7 | 2010-04-11T00:14:51Z | 2024-11-12T23:43:11Z | https://github.com/llvm/llvm-project/issues/7187 | 1,070,983,454 | 7,187 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6814](https://llvm.org/bz6814) |
| Resolution | FIXED |
| Resolved on | Apr 12, 2010 16:53 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-bugzilla-archive#6815 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
-pedantic is o... | ExtWarn diagnostics shouldn't print [-pedantic] | https://api.github.com/repos/llvm/llvm-project/issues/7186/comments | 6 | 2010-04-10T23:01:11Z | 2021-12-03T21:30:10Z | https://github.com/llvm/llvm-project/issues/7186 | 1,070,983,437 | 7,186 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6813](https://llvm.org/bz6813) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@nlewycky |
## Extended Description
A few fix-it tests are failing. The problem is that 'clang -cc1 -fixit' doesn't emit any output at all when there... | fix-it hints broken | https://api.github.com/repos/llvm/llvm-project/issues/7185/comments | 4 | 2010-04-10T04:07:18Z | 2023-05-21T13:18:20Z | https://github.com/llvm/llvm-project/issues/7185 | 1,070,983,419 | 7,185 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6812](https://llvm.org/bz6812) |
| Resolution | FIXED |
| Resolved on | Nov 23, 2010 00:10 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This diagnostic is broken, in the test suite at least, on Win32, and we don't kn... | Fix diag::err_file_modified on Win32. | https://api.github.com/repos/llvm/llvm-project/issues/7184/comments | 1 | 2010-04-10T02:24:25Z | 2021-12-03T21:30:08Z | https://github.com/llvm/llvm-project/issues/7184 | 1,070,983,410 | 7,184 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6811](https://llvm.org/bz6811) |
| Resolution | FIXED |
| Resolved on | Apr 11, 2010 12:56 |
| Version | trunk |
| OS | All |
| CC | @tkremenek,@rjmccall |
## Extended Description
$ cat super.m
@​interface A
{
id isa;
}
- (void)a;
@​end
@​interface B : A @... | [(super) foo] not rejected:'super' is modelled wrong | https://api.github.com/repos/llvm/llvm-project/issues/7183/comments | 6 | 2010-04-10T00:23:27Z | 2021-12-03T21:30:08Z | https://github.com/llvm/llvm-project/issues/7183 | 1,070,983,399 | 7,183 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6810](https://llvm.org/bz6810) |
| Resolution | FIXED |
| Resolved on | Apr 10, 2010 13:01 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Testcase:
%0 = = type { i32, float, float, double }
Crashes with:
llc: LLParser.cpp:325: bool llvm::LLParser::ParseUnn... | Crash on invalid in LLVM IR parser | https://api.github.com/repos/llvm/llvm-project/issues/7182/comments | 1 | 2010-04-10T00:05:38Z | 2021-12-03T21:30:07Z | https://github.com/llvm/llvm-project/issues/7182 | 1,070,983,395 | 7,182 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6809](https://llvm.org/bz6809) |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#8125 |
| CC | @lattner,@jayfoad |
## Extended Description
http://llvm.org/docs/ProgrammersManual.html#UserLayout describes the waymarking algorithm as presently used. I... | Improve waymarking algorithm | https://api.github.com/repos/llvm/llvm-project/issues/7181/comments | 11 | 2010-04-09T23:02:47Z | 2022-01-26T22:17:58Z | https://github.com/llvm/llvm-project/issues/7181 | 1,070,983,380 | 7,181 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6808](https://llvm.org/bz6808) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@markus-oberhumer,@zygoloid |
## Extended Description
Using trunk r100808.
In the following example, the static method cannot access the no... | -Wshadow warns about shadowing inaccessible fields | https://api.github.com/repos/llvm/llvm-project/issues/7180/comments | 3 | 2010-04-09T21:46:26Z | 2023-11-03T15:00:02Z | https://github.com/llvm/llvm-project/issues/7180 | 1,070,983,367 | 7,180 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6807](https://llvm.org/bz6807) |
| Resolution | FIXED |
| Resolved on | Apr 13, 2010 11:43 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143741118-01da324c-a1a0-4ef5-983c-e0f294b3c58c.gz) |
| Reporter... | llvm::SimplifyFortifiedLibCalls::fold crash | https://api.github.com/repos/llvm/llvm-project/issues/7179/comments | 13 | 2010-04-09T18:07:41Z | 2021-12-03T21:30:04Z | https://github.com/llvm/llvm-project/issues/7179 | 1,070,983,359 | 7,179 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6806](https://llvm.org/bz6806) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2010 14:35 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143741117-5d87600b-24c0-4ba1-8b0b-45af0b5bb0c0.gz) |
| Reporter... | Codegen regression "Instruction does not dominate all uses!" | https://api.github.com/repos/llvm/llvm-project/issues/7178/comments | 3 | 2010-04-09T13:40:56Z | 2021-12-03T21:30:03Z | https://github.com/llvm/llvm-project/issues/7178 | 1,070,983,350 | 7,178 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [6805](https://llvm.org/bz6805) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [Minimized test case](https://user-images.githubusercontent.com/60944935/143741115-74a76707-8d82-456a-864b-eeb80b850cc7.gz), [Furt... | -fcatch-undefined-behavior crashes with signal 6, "LLVM IR generation of compound statement" | https://api.github.com/repos/llvm/llvm-project/issues/7177/comments | 1 | 2010-04-08T17:31:35Z | 2021-12-03T21:30:02Z | https://github.com/llvm/llvm-project/issues/7177 | 1,070,983,343 | 7,177 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.