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 | [7204](https://llvm.org/bz7204) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2010 13:28 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
clang seems to support it, ccc-analyzer should support it lile -... | ccc-analyzer does not support gcc -imacros option | https://api.github.com/repos/llvm/llvm-project/issues/7576/comments | 2 | 2010-05-23T00:34:36Z | 2021-12-03T21:36:05Z | https://github.com/llvm/llvm-project/issues/7576 | 1,070,987,185 | 7,576 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7203](https://llvm.org/bz7203) |
| Resolution | LATER |
| Resolved on | Jul 15, 2011 00:25 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The attached testcase produce an assert in clang
$scan-build gcc /tmp/test1.c -o /t... | Cast kind 7 not handled | https://api.github.com/repos/llvm/llvm-project/issues/7575/comments | 2 | 2010-05-23T00:29:01Z | 2021-12-03T21:36:04Z | https://github.com/llvm/llvm-project/issues/7575 | 1,070,987,179 | 7,575 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7202](https://llvm.org/bz7202) |
| Resolution | FIXED |
| Resolved on | May 26, 2010 02:10 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
$ cat testi.cc
#include <boost/thread.hpp>
struct Foo {
templ... | Boost thread ambiguity when used in a template function, with operator new | https://api.github.com/repos/llvm/llvm-project/issues/7574/comments | 1 | 2010-05-22T21:38:49Z | 2021-12-03T21:36:03Z | https://github.com/llvm/llvm-project/issues/7574 | 1,070,987,168 | 7,574 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7201](https://llvm.org/bz7201) |
| Resolution | FIXED |
| Resolved on | May 26, 2010 00:12 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
$ cat testi.cc
#include <iostream>
#include <boost/lexical_cast... | Undefined references to libstdc++ vtables when compiling with -O2, no problems with -O0 | https://api.github.com/repos/llvm/llvm-project/issues/7573/comments | 4 | 2010-05-22T21:14:51Z | 2021-12-03T21:36:03Z | https://github.com/llvm/llvm-project/issues/7573 | 1,070,987,156 | 7,573 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7200](https://llvm.org/bz7200) |
| Resolution | WONTFIX |
| Resolved on | Feb 03, 2012 01:14 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@lattner,@DougGregor |
## Extended Description
Right now, clang provides --std=c++0x to tu... | Provide -f flags to turn on individual C++0x features | https://api.github.com/repos/llvm/llvm-project/issues/7572/comments | 1 | 2010-05-22T20:45:23Z | 2022-01-20T02:32:40Z | https://github.com/llvm/llvm-project/issues/7572 | 1,070,987,145 | 7,572 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7199](https://llvm.org/bz7199) |
| Resolution | FIXED |
| Resolved on | May 28, 2010 03:34 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#5883 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dbaron,@DougGregor,@efriedma-quic,@rjmccall |
## Extended Descri... | Assertion ... "Declaration context must already be complete!"' failed | https://api.github.com/repos/llvm/llvm-project/issues/7571/comments | 4 | 2010-05-22T20:03:28Z | 2021-12-03T21:36:01Z | https://github.com/llvm/llvm-project/issues/7571 | 1,070,987,133 | 7,571 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7198](https://llvm.org/bz7198) |
| Resolution | FIXED |
| Resolved on | May 22, 2010 12:13 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
clang suffers an assertion failure when compiling this valid C++ code (which g++ compiles fine):
======... | Assertion failure "Did not find a destructor!" in clang on valid code | https://api.github.com/repos/llvm/llvm-project/issues/7570/comments | 1 | 2010-05-22T18:47:12Z | 2021-12-03T21:36:00Z | https://github.com/llvm/llvm-project/issues/7570 | 1,070,987,118 | 7,570 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7197](https://llvm.org/bz7197) |
| Resolution | INVALID |
| Resolved on | Mar 11, 2012 11:30 |
| Version | trunk |
| OS | All |
| Attachments | [test case.](https://user-images.githubusercontent.com/60944935/143741401-d0a8ecca-c355-44bb-bc9c-3d9f912fdba6.gz) |
| Reporter | LLVM ... | Dereference of undefined pointer value false positive | https://api.github.com/repos/llvm/llvm-project/issues/7569/comments | 7 | 2010-05-22T16:05:49Z | 2021-12-03T21:35:59Z | https://github.com/llvm/llvm-project/issues/7569 | 1,070,987,115 | 7,569 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7196](https://llvm.org/bz7196) |
| Resolution | FIXED |
| Resolved on | May 22, 2010 11:26 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
The following C++ code works fine with g++, but gets a compile error with clang:
=======
struct A {
i... | sizeof member doesn't work in enum initializer | https://api.github.com/repos/llvm/llvm-project/issues/7568/comments | 1 | 2010-05-22T13:37:05Z | 2021-12-03T21:35:58Z | https://github.com/llvm/llvm-project/issues/7568 | 1,070,987,099 | 7,568 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7195](https://llvm.org/bz7195) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2014 16:11 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner |
## Extended Description
While trying to compile Wine with clang, the configure script p... | [MC] unrecognized instruction "callw FOO" | https://api.github.com/repos/llvm/llvm-project/issues/7567/comments | 6 | 2010-05-22T05:43:45Z | 2021-12-03T21:35:57Z | https://github.com/llvm/llvm-project/issues/7567 | 1,070,987,090 | 7,567 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7194](https://llvm.org/bz7194) |
| Resolution | FIXED |
| Resolved on | Jul 13, 2010 14:36 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following code compiles in g++, but gives an error in clang... | Possible bug when combining functions returning const enum and the conditional operator? | https://api.github.com/repos/llvm/llvm-project/issues/7566/comments | 1 | 2010-05-22T03:14:06Z | 2021-12-03T21:35:56Z | https://github.com/llvm/llvm-project/issues/7566 | 1,070,987,077 | 7,566 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7193](https://llvm.org/bz7193) |
| Resolution | FIXED |
| Resolved on | May 28, 2010 20:35 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143741400-ddc1a9de-30d1-46ab-8827-7f6af3e57dc1.gz) |
| Reporter | LLVM Bu... | compiler abort on tail call with regparm | https://api.github.com/repos/llvm/llvm-project/issues/7565/comments | 8 | 2010-05-22T02:08:30Z | 2021-12-03T21:35:55Z | https://github.com/llvm/llvm-project/issues/7565 | 1,070,987,068 | 7,565 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7192](https://llvm.org/bz7192) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2010 18:30 |
| Version | trunk |
| OS | All |
## Extended Description
$ cat a.c
#include <wchar.h>
void foo(wchar_t *dst) {
dst[0] = 0;
}
$ clang -c -Wwrite-strings a.c
a.c:3:11: error: read-o... | clang -Wwrite-strings doesn't allow writing to wchars | https://api.github.com/repos/llvm/llvm-project/issues/7564/comments | 2 | 2010-05-22T01:31:44Z | 2021-12-03T21:35:55Z | https://github.com/llvm/llvm-project/issues/7564 | 1,070,987,057 | 7,564 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7191](https://llvm.org/bz7191) |
| Resolution | FIXED |
| Resolved on | May 25, 2010 12:52 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@sunfishcode |
## Extended Description
The only floating point snippet in my programm and clang ... | [instruction selection] float compare -> int result + march=athlon64-sse3 == "Cannot yet slect ... X86ISD::FP_TO_INT32_IN_MEM" | https://api.github.com/repos/llvm/llvm-project/issues/7563/comments | 9 | 2010-05-22T00:30:38Z | 2021-12-03T21:35:53Z | https://github.com/llvm/llvm-project/issues/7563 | 1,070,987,046 | 7,563 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7190](https://llvm.org/bz7190) |
| Resolution | FIXED |
| Resolved on | Nov 02, 2010 10:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@DimitryAndric |
## Extended Description
In the attached testcase, clang will attempt to ... | clang crashes trying to instantiate an invalid friend decl | https://api.github.com/repos/llvm/llvm-project/issues/7562/comments | 5 | 2010-05-21T23:23:53Z | 2021-12-03T21:35:52Z | https://github.com/llvm/llvm-project/issues/7562 | 1,070,987,036 | 7,562 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7189](https://llvm.org/bz7189) |
| Resolution | FIXED |
| Resolved on | Jul 06, 2010 09:51 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#6253 |
| Attachments | [preprocessed](https://user-images.githubusercontent.com/959326/143741398-a9751c2b-df19-4907-b... | Miscompilation of Qt foreach macro | https://api.github.com/repos/llvm/llvm-project/issues/7561/comments | 9 | 2010-05-21T17:59:15Z | 2021-12-03T21:35:51Z | https://github.com/llvm/llvm-project/issues/7561 | 1,070,987,025 | 7,561 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7188](https://llvm.org/bz7188) |
| Resolution | FIXED |
| Resolved on | May 21, 2010 12:55 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Small contrived example which crashes clang++](https://user-images.githubusercontent.com/60944935/143741396-d30a1955-c6c3-4482-8... | Virtual inheritance crashes clang++ | https://api.github.com/repos/llvm/llvm-project/issues/7560/comments | 3 | 2010-05-21T15:36:37Z | 2021-12-03T21:35:50Z | https://github.com/llvm/llvm-project/issues/7560 | 1,070,987,021 | 7,560 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7187](https://llvm.org/bz7187) |
| Resolution | FIXED |
| Resolved on | Feb 01, 2014 05:47 |
| Version | trunk |
| OS | other |
| Attachments | [Example of ASM files created by clang and GCC. Compile with arm-none-eabi-g++.](https://user-images.githubusercontent.com/1040968/1437... | Add zero-cost exceptions for ARM (EHABI) | https://api.github.com/repos/llvm/llvm-project/issues/7559/comments | 66 | 2010-05-21T14:06:03Z | 2023-08-15T13:14:35Z | https://github.com/llvm/llvm-project/issues/7559 | 1,070,987,011 | 7,559 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7186](https://llvm.org/bz7186) |
| Resolution | FIXED |
| Resolved on | May 21, 2010 12:56 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
CLang fails compiling WCanvasPaintDevice.C, WSvgImage.C, and XS... | CLang (C++) fails build of Wt 3.1.3 | https://api.github.com/repos/llvm/llvm-project/issues/7558/comments | 4 | 2010-05-21T12:22:11Z | 2021-12-03T21:35:48Z | https://github.com/llvm/llvm-project/issues/7558 | 1,070,986,999 | 7,558 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7185](https://llvm.org/bz7185) |
| Resolution | INVALID |
| Resolved on | May 21, 2010 10:12 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@DougGregor |
## Extended Description
I am not sure if this is a bug.
Given the code below... | template evaluated to early | https://api.github.com/repos/llvm/llvm-project/issues/7557/comments | 4 | 2010-05-21T11:55:33Z | 2021-12-03T21:35:47Z | https://github.com/llvm/llvm-project/issues/7557 | 1,070,986,994 | 7,557 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7184](https://llvm.org/bz7184) |
| Resolution | FIXED |
| Resolved on | May 21, 2010 16:25 |
| Version | trunk |
| OS | Linux |
| Attachments | [output from clang -v](https://user-images.githubusercontent.com/60944935/143741377-960c774e-543f-4a70-b229-b15fc68d695d.gz) |
| Report... | Assertion `D->isInvalidDecl() && "declaration was not instantiated in this scope!"' failed | https://api.github.com/repos/llvm/llvm-project/issues/7556/comments | 3 | 2010-05-21T05:51:13Z | 2021-12-03T21:35:46Z | https://github.com/llvm/llvm-project/issues/7556 | 1,070,986,987 | 7,556 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7183](https://llvm.org/bz7183) |
| Resolution | INVALID |
| Resolved on | May 21, 2010 15:29 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint terminal output](https://user-images.githubusercontent.com/60944935/143741375-78e0c138-8478-47a3-8433-455564615067.gz), [bu... | llc "Type is not extended!" assertion failure | https://api.github.com/repos/llvm/llvm-project/issues/7555/comments | 2 | 2010-05-21T02:32:25Z | 2021-12-03T21:35:45Z | https://github.com/llvm/llvm-project/issues/7555 | 1,070,986,977 | 7,555 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7182](https://llvm.org/bz7182) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2011 15:43 |
| Version | trunk |
| OS | All |
| CC | @akyrtzi,@DougGregor |
## Extended Description
In two places, this method has the following assertions:
assert(!PP.getSourceManager().isBef... | Dangerous assertions in Parser::ParseLexedMethodDefs | https://api.github.com/repos/llvm/llvm-project/issues/7554/comments | 1 | 2010-05-21T01:19:36Z | 2021-12-03T21:35:44Z | https://github.com/llvm/llvm-project/issues/7554 | 1,070,986,962 | 7,554 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7181](https://llvm.org/bz7181) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Clang does not correctly check that overriders' exception specifications are at most as loose as their base class functions.
struct eB { };
struct eD : eB { };
s... | Allows looser exception specification in overriding function | https://api.github.com/repos/llvm/llvm-project/issues/7553/comments | 5 | 2010-05-20T21:24:22Z | 2022-03-06T14:35:05Z | https://github.com/llvm/llvm-project/issues/7553 | 1,070,986,951 | 7,553 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7180](https://llvm.org/bz7180) |
| Resolution | FIXED |
| Resolved on | Jun 22, 2010 06:31 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @akyrtzi,@DougGregor |
## Extended Description
The following function prototype crashes clang. Such cod... | Crash on invalid - using undefined namespaces | https://api.github.com/repos/llvm/llvm-project/issues/7552/comments | 2 | 2010-05-20T13:00:31Z | 2021-12-03T21:35:43Z | https://github.com/llvm/llvm-project/issues/7552 | 1,070,986,946 | 7,552 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7179](https://llvm.org/bz7179) |
| Resolution | FIXED |
| Resolved on | May 20, 2010 18:49 |
| Version | trunk |
| OS | All |
| Attachments | [Code which crashes with warnings enabled.](https://user-images.githubusercontent.com/60944935/143741374-d8c84d01-ec16-45eb-9e3c-1ba7e725... | assert on warning | https://api.github.com/repos/llvm/llvm-project/issues/7551/comments | 1 | 2010-05-20T12:59:56Z | 2021-12-03T21:35:42Z | https://github.com/llvm/llvm-project/issues/7551 | 1,070,986,937 | 7,551 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7178](https://llvm.org/bz7178) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2011 15:43 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
$ cat bug.cc
template <typename T>
struct v { };
template <typename T>
struct s {
typedef typename v<T... | Crash on invalid extra typename | https://api.github.com/repos/llvm/llvm-project/issues/7550/comments | 2 | 2010-05-20T12:23:01Z | 2021-12-03T21:35:41Z | https://github.com/llvm/llvm-project/issues/7550 | 1,070,986,925 | 7,550 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7177](https://llvm.org/bz7177) |
| Resolution | FIXED |
| Resolved on | Oct 26, 2010 05:48 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@sunfishcode |
## Extended Description
This should probably work on Windows:
//once.cp... | Case-sensitivity of included files | https://api.github.com/repos/llvm/llvm-project/issues/7549/comments | 3 | 2010-05-20T02:29:24Z | 2021-12-03T21:35:40Z | https://github.com/llvm/llvm-project/issues/7549 | 1,070,986,917 | 7,549 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7176](https://llvm.org/bz7176) |
| Resolution | FIXED |
| Resolved on | May 21, 2010 15:30 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This is what I did.
The included libraries compile just fine ... | Assertion failed: (BaseType.isCanonical() && "Base type must be the canonical type") | https://api.github.com/repos/llvm/llvm-project/issues/7548/comments | 5 | 2010-05-20T00:16:52Z | 2021-12-03T21:35:39Z | https://github.com/llvm/llvm-project/issues/7548 | 1,070,986,907 | 7,548 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7175](https://llvm.org/bz7175) |
| Resolution | FIXED |
| Resolved on | Apr 08, 2011 14:28 |
| Version | 2.7 |
| OS | Linux |
| Attachments | [Simple test case to illustrate issue.](https://user-images.githubusercontent.com/60944935/143741369-4aaa5c14-c3f8-4b5a-92cd-c5cba0138387... | LLVM-GCC produces MIPS assembly that compares 64-bit longs incorrectly. | https://api.github.com/repos/llvm/llvm-project/issues/7547/comments | 9 | 2010-05-19T22:29:37Z | 2021-12-03T21:35:38Z | https://github.com/llvm/llvm-project/issues/7547 | 1,070,986,897 | 7,547 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7174](https://llvm.org/bz7174) |
| Resolution | FIXED |
| Resolved on | Jul 20, 2010 03:37 |
| Version | 2.7 |
| OS | Linux |
| Attachments | [Simple test case to illustrate issue.](https://user-images.githubusercontent.com/60944935/143741364-56a3958d-1680-4f7e-bd41-15f5c397e5bf... | [MIPS] Can't assemble LLVM-GCC's assembly with multiple case statements | https://api.github.com/repos/llvm/llvm-project/issues/7546/comments | 12 | 2010-05-19T22:13:15Z | 2021-12-03T21:35:37Z | https://github.com/llvm/llvm-project/issues/7546 | 1,070,986,886 | 7,546 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7173](https://llvm.org/bz7173) |
| Resolution | FIXED |
| Resolved on | Apr 20, 2012 04:23 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
The following code produces an invalid warning, as the... | Incorrect warning on references in structs | https://api.github.com/repos/llvm/llvm-project/issues/7545/comments | 2 | 2010-05-19T21:47:00Z | 2021-12-03T21:35:36Z | https://github.com/llvm/llvm-project/issues/7545 | 1,070,986,877 | 7,545 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7172](https://llvm.org/bz7172) |
| Resolution | FIXED |
| Resolved on | Jun 18, 2010 15:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [403.gcc reduced test case](https://user-images.githubusercontent.com/60944935/143741362-9f486663-f499-4005-bb93-31308efca8d2.gz) |
| R... | UNREACHABLE hit in Live Interval Analysis | https://api.github.com/repos/llvm/llvm-project/issues/7544/comments | 4 | 2010-05-19T18:34:54Z | 2021-12-03T21:35:35Z | https://github.com/llvm/llvm-project/issues/7544 | 1,070,986,868 | 7,544 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7171](https://llvm.org/bz7171) |
| Resolution | WONTFIX |
| Resolved on | May 19, 2010 13:57 |
| Version | 2.7 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
Hi,
In the example below:
; ModuleID = 'test.c'
target datal... | target datalayout needed to perform optimization | https://api.github.com/repos/llvm/llvm-project/issues/7543/comments | 2 | 2010-05-19T14:21:05Z | 2022-01-20T02:32:40Z | https://github.com/llvm/llvm-project/issues/7543 | 1,070,986,858 | 7,543 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7170](https://llvm.org/bz7170) |
| Resolution | FIXED |
| Resolved on | Nov 04, 2010 16:17 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143741361-5f75031e-fc5a-4c5d-9e2a-61a050322af2.gz) |
| Reporter | LLV... | llc infinite loop in getMemcpyLoadsAndStores | https://api.github.com/repos/llvm/llvm-project/issues/7542/comments | 5 | 2010-05-19T14:18:54Z | 2021-12-03T21:35:34Z | https://github.com/llvm/llvm-project/issues/7542 | 1,070,986,849 | 7,542 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7169](https://llvm.org/bz7169) |
| Resolution | DUPLICATE |
| Resolved on | May 24, 2010 03:12 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143741360-40030c09-17a4-4789-8d5e-c5aa19cfc8a0.gz) |
| Reporter |... | llc infinite loop in LegalizeDAG | https://api.github.com/repos/llvm/llvm-project/issues/7541/comments | 3 | 2010-05-19T14:14:08Z | 2021-12-03T21:35:33Z | https://github.com/llvm/llvm-project/issues/7541 | 1,070,986,842 | 7,541 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7168](https://llvm.org/bz7168) |
| Resolution | MOVED |
| Resolved on | Oct 28, 2012 14:19 |
| Version | 2.7 |
| OS | Windows XP |
| Attachments | [C source of the look and say sequence counter](https://user-images.githubusercontent.com/60944935/143741357-411e6f8f-b9cd-44d1-b7f8... | Computed gotos and more | https://api.github.com/repos/llvm/llvm-project/issues/7540/comments | 4 | 2010-05-19T13:41:53Z | 2021-12-03T21:35:32Z | https://github.com/llvm/llvm-project/issues/7540 | 1,070,986,832 | 7,540 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7167](https://llvm.org/bz7167) |
| Resolution | FIXED |
| Resolved on | May 20, 2010 13:40 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Almost any use of shufflevector that doesn't correspond to a recognised NEON instruc... | Assertion failure "Unexpected illegal type!" in LegalizeDAG.cpp when using shufflevector | https://api.github.com/repos/llvm/llvm-project/issues/7539/comments | 3 | 2010-05-19T12:16:06Z | 2021-12-03T21:35:31Z | https://github.com/llvm/llvm-project/issues/7539 | 1,070,986,823 | 7,539 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7166](https://llvm.org/bz7166) |
| Resolution | FIXED |
| Resolved on | May 23, 2010 05:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
About Boost.Geometry, I made a bug report a few days ago and... | clang boost boost.geometry | https://api.github.com/repos/llvm/llvm-project/issues/7538/comments | 2 | 2010-05-18T23:05:00Z | 2021-12-03T21:35:30Z | https://github.com/llvm/llvm-project/issues/7538 | 1,070,986,807 | 7,538 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7165](https://llvm.org/bz7165) |
| Resolution | FIXED |
| Resolved on | May 19, 2010 20:19 |
| Version | unspecified |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/60944935/143741356-2af49197-29f3-4d20-83d8-f26cf6c47d09.gz) |
| Reporter | LLV... | Can't call instance methods from within a block | https://api.github.com/repos/llvm/llvm-project/issues/7537/comments | 1 | 2010-05-18T19:35:51Z | 2021-12-03T21:35:29Z | https://github.com/llvm/llvm-project/issues/7537 | 1,070,986,797 | 7,537 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7164](https://llvm.org/bz7164) |
| Resolution | LATER |
| Resolved on | May 18, 2010 11:24 |
| Version | trunk |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
LatticeMico32 is an open source microprocessor core designed by Lattice Semiconducto... | LatticeMico32 (LM32) backend | https://api.github.com/repos/llvm/llvm-project/issues/7536/comments | 1 | 2010-05-18T18:23:22Z | 2021-12-03T21:35:28Z | https://github.com/llvm/llvm-project/issues/7536 | 1,070,986,788 | 7,536 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7163](https://llvm.org/bz7163) |
| Resolution | FIXED |
| Resolved on | May 19, 2010 04:39 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
% cat t.cc
template <typename R, typename P> void h(R (*func)(P)) {}
class C {
public:
template ... | Assertion from AST during checking of address of member access | https://api.github.com/repos/llvm/llvm-project/issues/7535/comments | 1 | 2010-05-18T14:40:33Z | 2021-12-03T21:35:27Z | https://github.com/llvm/llvm-project/issues/7535 | 1,070,986,765 | 7,535 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7162](https://llvm.org/bz7162) |
| Resolution | FIXED |
| Resolved on | May 18, 2010 15:08 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143741355-1b0c92f5-0bf5-4965-96a0-e0d3410645d0.gz) |
## Extended Description ... | REG_SEQUENCE Assertion in InstrEmitter.cpp | https://api.github.com/repos/llvm/llvm-project/issues/7534/comments | 1 | 2010-05-18T08:08:20Z | 2021-12-03T21:35:26Z | https://github.com/llvm/llvm-project/issues/7534 | 1,070,986,758 | 7,534 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7161](https://llvm.org/bz7161) |
| Resolution | FIXED |
| Resolved on | Sep 06, 2011 10:29 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@DougGregor |
## Extended Description
Given source code:
int x = 1;
the RecursiveASTVisi... | RecursiveASTVisitor doesn't recurse into the initializer expression of a VarDecl | https://api.github.com/repos/llvm/llvm-project/issues/7533/comments | 19 | 2010-05-18T02:21:16Z | 2021-12-03T21:35:26Z | https://github.com/llvm/llvm-project/issues/7533 | 1,070,986,750 | 7,533 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7160](https://llvm.org/bz7160) |
| Resolution | INVALID |
| Resolved on | Mar 25, 2012 23:11 |
| Version | 2.7 |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
LLVM doesn't compile in VS2005 "error C2733: second C linkage of overloaded fun... | LLVM doesn't compile in VS2005 "error C2733: second C linkage of overloaded function" | https://api.github.com/repos/llvm/llvm-project/issues/7532/comments | 4 | 2010-05-18T01:59:06Z | 2021-12-03T21:35:25Z | https://github.com/llvm/llvm-project/issues/7532 | 1,070,986,745 | 7,532 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7159](https://llvm.org/bz7159) |
| Resolution | FIXED |
| Resolved on | Sep 20, 2010 12:47 |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
Clang's template instantiation mechanism does not properly cope with attributes. It needs to deal with dep... | Audit handling of attributes in templates | https://api.github.com/repos/llvm/llvm-project/issues/7531/comments | 1 | 2010-05-18T01:48:39Z | 2021-12-03T21:35:24Z | https://github.com/llvm/llvm-project/issues/7531 | 1,070,986,734 | 7,531 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7158](https://llvm.org/bz7158) |
| Resolution | FIXED |
| Resolved on | May 17, 2010 19:03 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143741348-46ed427c-58e9-4562-8863-aee194f35515.gz) |
## Extended Description ... | Assertion in DAG combiner | https://api.github.com/repos/llvm/llvm-project/issues/7530/comments | 1 | 2010-05-18T00:44:16Z | 2021-12-03T21:35:23Z | https://github.com/llvm/llvm-project/issues/7530 | 1,070,986,730 | 7,530 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7157](https://llvm.org/bz7157) |
| Resolution | FIXED |
| Resolved on | May 17, 2010 18:24 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143741347-74d5c5df-239c-4d77-80c3-281667715ab3.gz) |
## Extended Description ... | Unreachabe in TwoAddressInstructionPass.cpp | https://api.github.com/repos/llvm/llvm-project/issues/7529/comments | 1 | 2010-05-18T00:26:45Z | 2021-12-03T21:35:22Z | https://github.com/llvm/llvm-project/issues/7529 | 1,070,986,720 | 7,529 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7156](https://llvm.org/bz7156) |
| Resolution | FIXED |
| Resolved on | May 17, 2010 17:10 |
| Version | trunk |
| OS | All |
| Attachments | [LLVM IR to test](https://user-images.githubusercontent.com/67392/143741346-32a26ecf-94d0-40b2-b17a-9919c3d4b95e.gz) |
## Extended Descr... | Assertion for ARM NEON code | https://api.github.com/repos/llvm/llvm-project/issues/7528/comments | 1 | 2010-05-17T23:28:12Z | 2021-12-03T21:35:22Z | https://github.com/llvm/llvm-project/issues/7528 | 1,070,986,707 | 7,528 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7155](https://llvm.org/bz7155) |
| Version | trunk |
| OS | Linux |
| Attachments | [Bootstrap clang from gcc](https://user-images.githubusercontent.com/60944935/143741345-ad775082-35ff-48ae-91da-a3b903e57664.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
#... | stage2 and stag3 of clang are not identical | https://api.github.com/repos/llvm/llvm-project/issues/7527/comments | 1 | 2010-05-17T22:49:56Z | 2023-08-09T22:26:29Z | https://github.com/llvm/llvm-project/issues/7527 | 1,070,986,696 | 7,527 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7154](https://llvm.org/bz7154) |
| Resolution | FIXED |
| Resolved on | Jul 11, 2011 10:20 |
| Version | trunk |
| OS | MacOS X |
| CC | @sunfishcode |
## Extended Description
I ran the nightly test suite on x86_64-darwin in a debug build with -regalloc=local and -regalloc=fas... | Nightly test failures for -O0 -g | https://api.github.com/repos/llvm/llvm-project/issues/7526/comments | 2 | 2010-05-17T21:49:54Z | 2021-12-03T21:35:20Z | https://github.com/llvm/llvm-project/issues/7526 | 1,070,986,692 | 7,526 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7153](https://llvm.org/bz7153) |
| Resolution | FIXED |
| Resolved on | May 17, 2010 13:20 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following gives me a compile error:
razeh2@kubuntu:~/test$... | clang r103774 fails to compile "class E { struct A {} mutable *member;};" | https://api.github.com/repos/llvm/llvm-project/issues/7525/comments | 1 | 2010-05-17T15:58:08Z | 2021-12-03T21:35:19Z | https://github.com/llvm/llvm-project/issues/7525 | 1,070,986,688 | 7,525 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7152](https://llvm.org/bz7152) |
| Resolution | DUPLICATE |
| Resolved on | May 17, 2010 12:38 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
The following short program, when run through scan-build, gene... | Static Analyzer false positive | https://api.github.com/repos/llvm/llvm-project/issues/7524/comments | 2 | 2010-05-17T00:34:27Z | 2021-12-03T21:35:18Z | https://github.com/llvm/llvm-project/issues/7524 | 1,070,986,682 | 7,524 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7151](https://llvm.org/bz7151) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2010 19:13 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
===================== a.i ====================
struct bt_key_range {
int nkeys;
... | problem with anonymous union + c99 initializers | https://api.github.com/repos/llvm/llvm-project/issues/7523/comments | 4 | 2010-05-17T00:25:57Z | 2021-12-03T21:35:17Z | https://github.com/llvm/llvm-project/issues/7523 | 1,070,986,672 | 7,523 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7150](https://llvm.org/bz7150) |
| Resolution | FIXED |
| Resolved on | Sep 21, 2010 16:44 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
clang sometimes ICEs with transparent unions for code that compiles fine with gcc.
$... | transparent_unions makes clang ICE | https://api.github.com/repos/llvm/llvm-project/issues/7522/comments | 1 | 2010-05-17T00:05:53Z | 2021-12-03T21:35:17Z | https://github.com/llvm/llvm-project/issues/7522 | 1,070,986,668 | 7,522 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7149](https://llvm.org/bz7149) |
| Resolution | FIXED |
| Resolved on | May 17, 2010 14:28 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rjmccall |
## Extended Description
The file
<https://svn.boost.org/svn/boost/sandbox/ge... | clang boost boost.geometry | https://api.github.com/repos/llvm/llvm-project/issues/7521/comments | 6 | 2010-05-16T23:27:11Z | 2021-12-03T21:35:16Z | https://github.com/llvm/llvm-project/issues/7521 | 1,070,986,657 | 7,521 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7148](https://llvm.org/bz7148) |
| Resolution | FIXED |
| Resolved on | May 17, 2010 18:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following code:
#include <iostream>
template<class T> str... | alignment attribute don't pass through template meta-function | https://api.github.com/repos/llvm/llvm-project/issues/7520/comments | 1 | 2010-05-16T22:07:36Z | 2021-12-03T21:35:15Z | https://github.com/llvm/llvm-project/issues/7520 | 1,070,986,649 | 7,520 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7147](https://llvm.org/bz7147) |
| Resolution | FIXED |
| Resolved on | May 16, 2010 11:01 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6395 |
| CC | @DougGregor |
## Extended Description
In the following test, from Boost.Python, we appear to be new'ing the... | Error new'ing with typedef of array type | https://api.github.com/repos/llvm/llvm-project/issues/7519/comments | 1 | 2010-05-16T17:45:34Z | 2021-12-03T21:35:14Z | https://github.com/llvm/llvm-project/issues/7519 | 1,070,986,637 | 7,519 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7146](https://llvm.org/bz7146) |
| Resolution | FIXED |
| Resolved on | Apr 07, 2012 12:32 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ccadar |
## Extended Description
Running the klee test suite on NetBSD makes most tests fail ... | klee writes outside allocated buffer | https://api.github.com/repos/llvm/llvm-project/issues/7518/comments | 3 | 2010-05-15T16:12:11Z | 2021-12-03T21:35:13Z | https://github.com/llvm/llvm-project/issues/7518 | 1,070,986,628 | 7,518 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7145](https://llvm.org/bz7145) |
| Resolution | FIXED |
| Resolved on | May 15, 2010 11:22 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Here is a sample file that compiles correctly on g++ and MSVC:
... | Error with handling casting operator to SSE2 SIMD types | https://api.github.com/repos/llvm/llvm-project/issues/7517/comments | 1 | 2010-05-15T02:29:43Z | 2021-12-03T21:35:13Z | https://github.com/llvm/llvm-project/issues/7517 | 1,070,986,622 | 7,517 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7144](https://llvm.org/bz7144) |
| Resolution | FIXED |
| Resolved on | May 15, 2010 20:24 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6395 |
| Attachments | [Affected test case](https://user-images.githubusercontent.com/989428/143741343-f590450c-2ac6-4f1e-a... | [C++ CodeGen] Erroneous __cxa_guard_abort call when throwing after a static is fully initialized | https://api.github.com/repos/llvm/llvm-project/issues/7516/comments | 3 | 2010-05-15T00:44:19Z | 2021-12-03T21:35:12Z | https://github.com/llvm/llvm-project/issues/7516 | 1,070,986,614 | 7,516 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7143](https://llvm.org/bz7143) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2011 22:04 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#7507 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Compiling floating-po... | -mno-mmx should not turn on -mno-sse | https://api.github.com/repos/llvm/llvm-project/issues/7515/comments | 3 | 2010-05-14T23:43:18Z | 2021-12-03T21:35:10Z | https://github.com/llvm/llvm-project/issues/7515 | 1,070,986,605 | 7,515 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7142](https://llvm.org/bz7142) |
| Resolution | FIXED |
| Resolved on | May 26, 2010 20:46 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#6253 |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143741342-4000b452-b64c-4780-... | Assertion failed: (CurFn->isDeclaration() && "Function already has body?"), function StartFunction, file CodeGenFunction.cpp, line 172. | https://api.github.com/repos/llvm/llvm-project/issues/7514/comments | 7 | 2010-05-14T19:11:42Z | 2021-12-03T21:35:10Z | https://github.com/llvm/llvm-project/issues/7514 | 1,070,986,594 | 7,514 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7141](https://llvm.org/bz7141) |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
Consider:
$ cat t.cpp
class Foo {
public:
int static myStaticMethod();
};
int test_foo() {
return Foo::myStaticMetho();
}
$ clang -fsyntax-only t.cpp
t.cpp:7:1... | FIXIT hint displayed by TextDiagnosticPrinter should have different underline color for text being changed | https://api.github.com/repos/llvm/llvm-project/issues/7513/comments | 0 | 2010-05-14T19:02:38Z | 2021-12-03T21:35:09Z | https://github.com/llvm/llvm-project/issues/7513 | 1,070,986,586 | 7,513 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7140](https://llvm.org/bz7140) |
| Resolution | FIXED |
| Resolved on | May 14, 2010 13:14 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
In a method for example named:
-dataNoCopyForColumnInde... | Return retain-count assumptions are invalid | https://api.github.com/repos/llvm/llvm-project/issues/7512/comments | 4 | 2010-05-14T18:59:45Z | 2021-12-03T21:35:08Z | https://github.com/llvm/llvm-project/issues/7512 | 1,070,986,577 | 7,512 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7139](https://llvm.org/bz7139) |
| Resolution | FIXED |
| Resolved on | May 21, 2010 16:47 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6395 |
| Attachments | [Ptr to member example](https://user-images.githubusercontent.com/60944935/143741341-a6d83b6c-dcad-4... | ptr to member not zeroed | https://api.github.com/repos/llvm/llvm-project/issues/7511/comments | 4 | 2010-05-14T18:52:21Z | 2021-12-03T21:35:07Z | https://github.com/llvm/llvm-project/issues/7511 | 1,070,986,564 | 7,511 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7138](https://llvm.org/bz7138) |
| Resolution | DUPLICATE |
| Resolved on | May 14, 2010 10:14 |
| Version | trunk |
| OS | All |
| Attachments | [Friend example](https://user-images.githubusercontent.com/60944935/143741340-bd62e8a2-fc13-4b0e-bc18-f5a0e8fa8fed.gz) |
| Reporter |... | clang incorrectly double-instantiates friend of template class | https://api.github.com/repos/llvm/llvm-project/issues/7510/comments | 1 | 2010-05-14T10:51:26Z | 2021-12-03T21:35:06Z | https://github.com/llvm/llvm-project/issues/7510 | 1,070,986,555 | 7,510 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7137](https://llvm.org/bz7137) |
| Resolution | FIXED |
| Resolved on | Nov 30, 2010 19:36 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The dead store elimination pass removes only one store every time ... | [DSE] Dead store elimination removes only one store per pass in simple case | https://api.github.com/repos/llvm/llvm-project/issues/7509/comments | 3 | 2010-05-14T09:28:06Z | 2021-12-03T21:35:05Z | https://github.com/llvm/llvm-project/issues/7509 | 1,070,986,545 | 7,509 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7136](https://llvm.org/bz7136) |
| Resolution | INVALID |
| Resolved on | May 17, 2010 15:17 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
A simple example to allocate and initialize an object.
---
de... | InstCombine lowerize w/TD to lose type information | https://api.github.com/repos/llvm/llvm-project/issues/7508/comments | 2 | 2010-05-14T06:02:45Z | 2021-12-03T21:35:04Z | https://github.com/llvm/llvm-project/issues/7508 | 1,070,986,534 | 7,508 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7135](https://llvm.org/bz7135) |
| Resolution | FIXED |
| Resolved on | May 20, 2010 22:28 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#7143 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
[cyclsvl01]$ /u/nomura/dl/Installed/clan... | cast unsigned long -> double -> int gets assertion with -mno-mmx | https://api.github.com/repos/llvm/llvm-project/issues/7507/comments | 8 | 2010-05-14T04:29:20Z | 2021-12-03T21:35:03Z | https://github.com/llvm/llvm-project/issues/7507 | 1,070,986,520 | 7,507 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7134](https://llvm.org/bz7134) |
| Resolution | FIXED |
| Resolved on | May 17, 2010 09:08 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
$ ls Release/lib/*gold*so
Release/lib/libLLVMgold.so
OK
$ ls ../l... | the gold plugin is installed as liblibLLVMgold.so | https://api.github.com/repos/llvm/llvm-project/issues/7506/comments | 2 | 2010-05-14T02:58:49Z | 2021-12-03T21:35:02Z | https://github.com/llvm/llvm-project/issues/7506 | 1,070,986,515 | 7,506 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7133](https://llvm.org/bz7133) |
| Resolution | FIXED |
| Resolved on | May 13, 2010 23:53 |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
namespace A {
class Foo;
}
namespace A {
namespace B {
bool foo(Foo &);
}
}
bool A::B::foo(Foo... | clang doesn't enter intermediate scopes for out-of-line definitions of namespace members | https://api.github.com/repos/llvm/llvm-project/issues/7505/comments | 2 | 2010-05-14T01:00:59Z | 2021-12-03T21:35:01Z | https://github.com/llvm/llvm-project/issues/7505 | 1,070,986,509 | 7,505 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7132](https://llvm.org/bz7132) |
| Resolution | FIXED |
| Resolved on | May 26, 2010 11:09 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6395 |
| CC | @DougGregor |
## Extended Description
We aren't able to catch a std::bad_cast in a catch block, as in the f... | [C++ CodeGen] Cannot catch std::bad_cast | https://api.github.com/repos/llvm/llvm-project/issues/7504/comments | 4 | 2010-05-13T23:44:34Z | 2021-12-03T21:35:00Z | https://github.com/llvm/llvm-project/issues/7504 | 1,070,986,502 | 7,504 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7131](https://llvm.org/bz7131) |
| Resolution | INVALID |
| Resolved on | May 13, 2010 18:19 |
| Version | trunk |
| OS | All |
| Attachments | [code](https://user-images.githubusercontent.com/60944935/143741339-619771c6-e56e-4c0b-8f6b-d751121f3bc1.gz) |
| Reporter | LLVM Bugzil... | simple Cocoa application crashes | https://api.github.com/repos/llvm/llvm-project/issues/7503/comments | 2 | 2010-05-13T21:29:33Z | 2021-12-03T21:34:59Z | https://github.com/llvm/llvm-project/issues/7503 | 1,070,986,492 | 7,503 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7130](https://llvm.org/bz7130) |
| Resolution | FIXED |
| Resolved on | Sep 21, 2010 16:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [Simple source file showing the problem.](https://user-images.githubusercontent.com/60944935/143741336-4cde5d52-b9b0-4e37-869c-a05c0915... | Clang++ fails to correctly perform ordered initialization per [basic.start.init] | https://api.github.com/repos/llvm/llvm-project/issues/7502/comments | 7 | 2010-05-13T17:43:20Z | 2021-12-03T21:34:58Z | https://github.com/llvm/llvm-project/issues/7502 | 1,070,986,479 | 7,502 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7129](https://llvm.org/bz7129) |
| Resolution | FIXED |
| Resolved on | Jun 17, 2010 13:56 |
| Version | 2.7 |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/92601246/143741335-a068787d-4816-410e-a693-2b8bf731e135.gz) |
## Extended Descripti... | clang always inliner looses track of debug location (-O1 -g) | https://api.github.com/repos/llvm/llvm-project/issues/7501/comments | 1 | 2010-05-13T11:19:27Z | 2021-12-03T21:34:57Z | https://github.com/llvm/llvm-project/issues/7501 | 1,070,986,473 | 7,501 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7128](https://llvm.org/bz7128) |
| Resolution | FIXED |
| Resolved on | Apr 08, 2012 17:32 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [config.log for failing klee build](https://user-images.githubusercontent.com/60944935/143741333-e4e92ce5-3ea0-4df2-90a4-89da0d... | Unable to compile klee r103706 following the "Getting started" instructions | https://api.github.com/repos/llvm/llvm-project/issues/7500/comments | 9 | 2010-05-13T10:29:01Z | 2021-12-03T21:34:56Z | https://github.com/llvm/llvm-project/issues/7500 | 1,070,986,468 | 7,500 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7127](https://llvm.org/bz7127) |
| Resolution | FIXED |
| Resolved on | Jul 13, 2010 16:58 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6395 |
| Attachments | [Example showing double throw issue.](https://user-images.githubusercontent.com/60944935/143741330-a... | clang confused by double throw | https://api.github.com/repos/llvm/llvm-project/issues/7499/comments | 10 | 2010-05-13T10:23:10Z | 2021-12-03T21:34:56Z | https://github.com/llvm/llvm-project/issues/7499 | 1,070,986,459 | 7,499 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7126](https://llvm.org/bz7126) |
| Resolution | FIXED |
| Resolved on | May 13, 2010 07:13 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
This is just embarressing:
% cat t7.cc
typedef long Py_ssize_t;
int foo(Py_ssize_t *);
int bar()... | Clang should always provide (aka ...) info | https://api.github.com/repos/llvm/llvm-project/issues/7498/comments | 2 | 2010-05-13T08:24:17Z | 2021-12-03T21:34:55Z | https://github.com/llvm/llvm-project/issues/7498 | 1,070,986,452 | 7,498 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7125](https://llvm.org/bz7125) |
| Resolution | INVALID |
| Resolved on | Jun 20, 2010 12:50 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Compile this code:
long double return_long_double() { return -1; }
llc -march=... | Support 80 bit floats on platforms without a native 80 bit float type | https://api.github.com/repos/llvm/llvm-project/issues/7497/comments | 9 | 2010-05-13T06:32:23Z | 2021-12-03T21:34:54Z | https://github.com/llvm/llvm-project/issues/7497 | 1,070,986,445 | 7,497 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7124](https://llvm.org/bz7124) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The local pass of DSA, when handling the memset intrinsic, does not fold the DSNode of the pointer pointing to the written memory. Instead, it on... | Handling of memset intrinsic never folds the DSNode | https://api.github.com/repos/llvm/llvm-project/issues/7496/comments | 1 | 2010-05-12T19:21:19Z | 2023-08-11T18:27:07Z | https://github.com/llvm/llvm-project/issues/7496 | 1,070,986,436 | 7,496 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7123](https://llvm.org/bz7123) |
| Resolution | FIXED |
| Resolved on | May 12, 2010 12:27 |
| Version | trunk |
| OS | All |
| Attachments | [Concept failing testcase](https://user-images.githubusercontent.com/60944935/143741329-071939d1-d087-41a2-9380-3e6b310d509a.gz) |
| Repo... | clang accepts invalid code in boost::concept_check | https://api.github.com/repos/llvm/llvm-project/issues/7495/comments | 1 | 2010-05-12T12:53:51Z | 2021-12-03T21:34:52Z | https://github.com/llvm/llvm-project/issues/7495 | 1,070,986,426 | 7,495 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7122](https://llvm.org/bz7122) |
| Resolution | FIXED |
| Resolved on | Jul 27, 2010 11:58 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following line causes an assertion in clang++
typedef typen... | assert on invalid: Wrong callback for declspec without declarator | https://api.github.com/repos/llvm/llvm-project/issues/7494/comments | 2 | 2010-05-12T11:53:37Z | 2021-12-03T21:34:51Z | https://github.com/llvm/llvm-project/issues/7494 | 1,070,986,418 | 7,494 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7121](https://llvm.org/bz7121) |
| Resolution | INVALID |
| Resolved on | Jun 19, 2010 01:24 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I am not sure if the LLVM ERROR is also a bug in lli (or just related to a problem i... | LLVM ERROR: Could not resolve external global address: __dso_handle, pure virtual method called | https://api.github.com/repos/llvm/llvm-project/issues/7493/comments | 4 | 2010-05-12T04:01:10Z | 2021-12-03T21:34:50Z | https://github.com/llvm/llvm-project/issues/7493 | 1,070,986,405 | 7,493 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7120](https://llvm.org/bz7120) |
| Resolution | INVALID |
| Resolved on | May 18, 2019 18:39 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans |
## Extended Description
93-018:build-llvm-bitcode az$ ~/Programmierung/CppIDE/llvm-src/Debu... | Assertion failed: (!isAlreadyCodeGenerating && "Error: Recursive compilation detected!"), function runJITOnFunctionUnlocked, file JIT.cpp, line 627. | https://api.github.com/repos/llvm/llvm-project/issues/7492/comments | 3 | 2010-05-12T02:12:16Z | 2021-12-03T21:34:49Z | https://github.com/llvm/llvm-project/issues/7492 | 1,070,986,391 | 7,492 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7119](https://llvm.org/bz7119) |
| Resolution | DUPLICATE |
| Resolved on | May 12, 2010 01:46 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
az@acompneu ~/Programmierung/openlierox/build-llvm-bitcode $ ~/Programmierung/CppI... | Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/7491/comments | 3 | 2010-05-12T00:09:57Z | 2021-12-03T21:34:48Z | https://github.com/llvm/llvm-project/issues/7491 | 1,070,986,378 | 7,491 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7118](https://llvm.org/bz7118) |
| Resolution | FIXED |
| Resolved on | Jun 30, 2010 19:22 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#7207 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
If I try... | Assertion failed: (DefinitionData && "queried property of class with no definition"), function data, file /Users/rzeh/src/llvm/tools/clang/lib/Sema/../../include/clang/AST/DeclCXX.h, line 317. | https://api.github.com/repos/llvm/llvm-project/issues/7490/comments | 4 | 2010-05-12T00:05:34Z | 2021-12-03T21:34:47Z | https://github.com/llvm/llvm-project/issues/7490 | 1,070,986,361 | 7,490 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7117](https://llvm.org/bz7117) |
| Resolution | FIXED |
| Resolved on | May 16, 2010 21:50 |
| Version | trunk |
| OS | FreeBSD |
| CC | @asl,@efriedma-quic |
## Extended Description
While building and testing the FreeBSD version of GNU libregex with
clang, I consistently got ... | regparm attribute combined with K&R declarations causes illegal instruction | https://api.github.com/repos/llvm/llvm-project/issues/7489/comments | 2 | 2010-05-11T22:23:17Z | 2021-12-03T21:34:46Z | https://github.com/llvm/llvm-project/issues/7489 | 1,070,986,350 | 7,489 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7116](https://llvm.org/bz7116) |
| Resolution | WONTFIX |
| Resolved on | Mar 26, 2012 05:58 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
93-018:build-llvm-bitcode az$ ~/Programmierung/CppIDE/llvm-src/Debug/b... | generated C code is not valid C code: error: 'main' must return 'int' | https://api.github.com/repos/llvm/llvm-project/issues/7488/comments | 2 | 2010-05-11T21:08:40Z | 2022-01-20T02:32:38Z | https://github.com/llvm/llvm-project/issues/7488 | 1,070,986,345 | 7,488 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7115](https://llvm.org/bz7115) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2010 10:32 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mrvacbob,@lattner,@sunfishcode |
## Extended Description
Process: lli [86741]
Path: ... | Assertion failed: (isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!"), function cast_or_null, file /Users/az/Programmierung/CppIDE/llvm-src/include/llvm/Support/Casting.h, line 213. | https://api.github.com/repos/llvm/llvm-project/issues/7487/comments | 15 | 2010-05-11T20:30:27Z | 2021-12-03T21:34:45Z | https://github.com/llvm/llvm-project/issues/7487 | 1,070,986,338 | 7,487 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7114](https://llvm.org/bz7114) |
| Resolution | FIXED |
| Resolved on | May 13, 2010 12:17 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6395 |
| CC | @DougGregor |
## Extended Description
lackthorn:clang dgregor$ cat t.cpp
class A { virtual ~A(); };
templ... | Clang instantiates implicit virtual destructor too early | https://api.github.com/repos/llvm/llvm-project/issues/7486/comments | 3 | 2010-05-11T20:30:23Z | 2021-12-03T21:34:44Z | https://github.com/llvm/llvm-project/issues/7486 | 1,070,986,327 | 7,486 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7113](https://llvm.org/bz7113) |
| Resolution | FIXED |
| Resolved on | Aug 05, 2010 12:59 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Because the programmer never in a million years wanted this to happen:
% cat t6.cc
#include <string... | Clang should warn on absurd implicit conversions to NULL | https://api.github.com/repos/llvm/llvm-project/issues/7485/comments | 2 | 2010-05-11T11:54:01Z | 2021-12-03T21:34:43Z | https://github.com/llvm/llvm-project/issues/7485 | 1,070,986,312 | 7,485 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7112](https://llvm.org/bz7112) |
| Resolution | DUPLICATE |
| Resolved on | May 11, 2010 02:22 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
clang does not diagnose uses of typename outside dependent ... | clang does not diagnose illegal uses of typename. | https://api.github.com/repos/llvm/llvm-project/issues/7484/comments | 1 | 2010-05-11T06:15:01Z | 2021-12-03T21:34:42Z | https://github.com/llvm/llvm-project/issues/7484 | 1,070,986,301 | 7,484 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7111](https://llvm.org/bz7111) |
| Resolution | FIXED |
| Resolved on | Jun 14, 2010 17:19 |
| Version | 2.7 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
I don't understand 14.6/5 well enough to know who's right, here:
... | Diagnostic for typename used in a complete specialization? | https://api.github.com/repos/llvm/llvm-project/issues/7483/comments | 3 | 2010-05-11T06:12:50Z | 2021-12-03T21:34:41Z | https://github.com/llvm/llvm-project/issues/7483 | 1,070,986,290 | 7,483 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7110](https://llvm.org/bz7110) |
| Resolution | FIXED |
| Resolved on | May 13, 2010 14:58 |
| Version | 2.7 |
| OS | Linux |
| Attachments | [input to llc that generates this problem](https://user-images.githubusercontent.com/60944935/143741326-b70565f4-9c3f-4d97-8821-fa5f75ba1... | llc generates a non thumb instruction when thumb is specified | https://api.github.com/repos/llvm/llvm-project/issues/7482/comments | 2 | 2010-05-11T05:53:51Z | 2021-12-03T21:34:40Z | https://github.com/llvm/llvm-project/issues/7482 | 1,070,986,280 | 7,482 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7109](https://llvm.org/bz7109) |
| Resolution | INVALID |
| Resolved on | Aug 07, 2010 08:40 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
class test
{
public:
test();
int ... | __builtin_offsetof - non-POD type warning | https://api.github.com/repos/llvm/llvm-project/issues/7481/comments | 3 | 2010-05-11T03:34:50Z | 2021-12-03T21:34:39Z | https://github.com/llvm/llvm-project/issues/7481 | 1,070,986,273 | 7,481 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7108](https://llvm.org/bz7108) |
| Resolution | WONTFIX |
| Resolved on | Jan 14, 2015 17:06 |
| Version | 2.7 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rnk |
## Extended Description
build llvm-gcc V2.7 cause on RHE 4.8 /CENTOS 4.8 32bit x86, a egmentat... | internal compiler error: Segmentation fault | https://api.github.com/repos/llvm/llvm-project/issues/7480/comments | 4 | 2010-05-10T17:32:49Z | 2022-01-20T02:32:37Z | https://github.com/llvm/llvm-project/issues/7480 | 1,070,986,265 | 7,480 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7107](https://llvm.org/bz7107) |
| Resolution | DUPLICATE |
| Resolved on | May 10, 2010 12:18 |
| Version | trunk |
| OS | Linux |
| Attachments | [preprocessor dump](https://user-images.githubusercontent.com/60944935/143741325-93f7e954-8bcd-495b-88bb-875af2ddf90a.gz) |
| Repor... | SIGABRT when compiling <tr1/unordered_map> | https://api.github.com/repos/llvm/llvm-project/issues/7479/comments | 2 | 2010-05-10T17:11:33Z | 2021-12-03T21:34:38Z | https://github.com/llvm/llvm-project/issues/7479 | 1,070,986,252 | 7,479 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7106](https://llvm.org/bz7106) |
| Version | 2.7 |
| OS | FreeBSD |
| CC | @DougGregor |
## Extended Description
I got this warning:
clang: warning: argument unused during compilation: '-R/usr/local/binutils/2.20/lib'
gcc accepts -R and passes it to linker (as -rpath paramete... | [driver] clang++ should accept -R argument (at least on FreeBSD) | https://api.github.com/repos/llvm/llvm-project/issues/7478/comments | 2 | 2010-05-10T09:37:07Z | 2024-01-10T20:10:03Z | https://github.com/llvm/llvm-project/issues/7478 | 1,070,986,244 | 7,478 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [7105](https://llvm.org/bz7105) |
| Resolution | FIXED |
| Resolved on | May 10, 2010 15:53 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Testcase:
define void @​foo() {
call void @​llvm.foo(metadata !​... | Metadata printing problem | https://api.github.com/repos/llvm/llvm-project/issues/7477/comments | 3 | 2010-05-10T06:17:35Z | 2021-12-03T21:34:36Z | https://github.com/llvm/llvm-project/issues/7477 | 1,070,986,228 | 7,477 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.