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 | [16405](https://llvm.org/bz16405) |
| Version | trunk |
| OS | All |
| CC | @majnemer |
## Extended Description
# cat 1.cc
double *f(double *p, int n) {
for (int i = 0; i < n; ++i)
++p;
return p;
}
# clang++ -S -emit-llvm -O2 1.cc -o -
define double* @​_Z1fPdi(d... | Missed scalar optimization | https://api.github.com/repos/llvm/llvm-project/issues/16779/comments | 1 | 2013-06-21T14:58:21Z | 2023-11-03T13:43:09Z | https://github.com/llvm/llvm-project/issues/16779 | 1,075,984,468 | 16,779 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16404](https://llvm.org/bz16404) |
| Resolution | FIXED |
| Resolved on | Nov 02, 2021 13:20 |
| Version | 3.3 |
| OS | Windows NT |
| CC | @apolukhin,@dbabokin,@brooksmoses,@topperc,@echristo,@zmodem,@mmatrosov,@nickdesaulniers,@rengolin,@zygoloid,@rogerorr,@Shachar,@ste... | __int128_t multiply with -fsanitize=undefined fails to link (undefined reference to __muloti4) | https://api.github.com/repos/llvm/llvm-project/issues/16778/comments | 39 | 2013-06-21T14:22:42Z | 2024-11-15T15:12:46Z | https://github.com/llvm/llvm-project/issues/16778 | 1,075,984,438 | 16,778 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16403](https://llvm.org/bz16403) |
| Version | unspecified |
| OS | Linux |
## Extended Description
The following code snippet
#########
#include <math.h>
float calc(float *x)
{
float sum;
for (int j = 0; j < 1024; j++)
{
const float drSquared = x[... | Add support for '__builtin_ia32_sqrtps_nr256’ | https://api.github.com/repos/llvm/llvm-project/issues/16777/comments | 1 | 2013-06-21T13:19:48Z | 2021-12-14T21:14:29Z | https://github.com/llvm/llvm-project/issues/16777 | 1,075,984,422 | 16,777 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16402](https://llvm.org/bz16402) |
| Version | trunk |
| OS | All |
| CC | @atrick,@stoklund |
## Extended Description
In LzmaEnc_CodeOneBlock in LzmaEnc.c from MultiSouce/Benchmarks/7zip the block frequency analysis returns 0 frequencies for blocks in the inner loop. The freq... | BlockFrequency underflow leads to slow code for 7zip | https://api.github.com/repos/llvm/llvm-project/issues/16776/comments | 5 | 2013-06-21T13:13:57Z | 2021-12-09T20:31:49Z | https://github.com/llvm/llvm-project/issues/16776 | 1,075,984,402 | 16,776 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16401](https://llvm.org/bz16401) |
| Resolution | INVALID |
| Resolved on | Jun 21, 2013 04:24 |
| Version | trunk |
| OS | Linux |
| Attachments | [Preprocessed source of the problematic file](https://user-images.githubusercontent.com/60944935/143747636-f2da0554-a0e8-47e5-af87-... | Wrong assumption of an integer comparison, knowing their values | https://api.github.com/repos/llvm/llvm-project/issues/16775/comments | 2 | 2013-06-21T11:16:40Z | 2021-12-09T20:31:48Z | https://github.com/llvm/llvm-project/issues/16775 | 1,075,984,391 | 16,775 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16400](https://llvm.org/bz16400) |
| Resolution | WONTFIX |
| Resolved on | Jul 01, 2013 20:18 |
| Version | trunk |
| OS | Linux |
| Attachments | [wireshark/tshark.c Line: 2721](https://user-images.githubusercontent.com/60944935/143747634-383caf58-2f7b-4eaa-97be-55121b0b7e65.g... | False positive in checker: Function call argument is an uninitialized value | https://api.github.com/repos/llvm/llvm-project/issues/16774/comments | 4 | 2013-06-21T08:37:59Z | 2022-01-20T02:37:49Z | https://github.com/llvm/llvm-project/issues/16774 | 1,075,984,374 | 16,774 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16399](https://llvm.org/bz16399) |
| Resolution | WORKSFORME |
| Resolved on | Jun 21, 2013 11:55 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@jimingham |
## Extended Description
The guide at http://lldb.llvm.org/lldb... | gdb -> lldb guide uses -i where it wants -u | https://api.github.com/repos/llvm/llvm-project/issues/16773/comments | 1 | 2013-06-21T08:13:42Z | 2022-01-20T02:11:55Z | https://github.com/llvm/llvm-project/issues/16773 | 1,075,984,360 | 16,773 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16398](https://llvm.org/bz16398) |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143747633-ea605f58-6dd8-4035-8d7a-861d292eb055.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@lattner,@rnk |
##... | functionattrs exhibits superlinear behaviour | https://api.github.com/repos/llvm/llvm-project/issues/16772/comments | 2 | 2013-06-21T07:07:36Z | 2023-08-13T14:26:40Z | https://github.com/llvm/llvm-project/issues/16772 | 1,075,984,346 | 16,772 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16397](https://llvm.org/bz16397) |
| Resolution | INVALID |
| Resolved on | Jun 21, 2013 00:03 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143747631-5f7e3fd6-c9b0-4a3a-8d23-b6b7a78fc053.gz) |
| Reporter | LLV... | missed optimization in trunc(shufflevector(insertvector)) | https://api.github.com/repos/llvm/llvm-project/issues/16771/comments | 6 | 2013-06-21T06:28:22Z | 2021-12-09T20:31:45Z | https://github.com/llvm/llvm-project/issues/16771 | 1,075,984,336 | 16,771 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16396](https://llvm.org/bz16396) |
| Version | trunk |
| OS | All |
| Attachments | [test case to reproduce](https://user-images.githubusercontent.com/15787733/143747629-2d9de60d-5700-4f2b-bc4e-dc166a11336a.gz), [Register allocator output](https://user-images.githubusercontent.c... | ARM: Coalescing (or missed coalescing) prevents paired load to be formed | https://api.github.com/repos/llvm/llvm-project/issues/16770/comments | 0 | 2013-06-21T01:43:12Z | 2021-12-09T20:31:44Z | https://github.com/llvm/llvm-project/issues/16770 | 1,075,984,322 | 16,770 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16395](https://llvm.org/bz16395) |
| Resolution | FIXED |
| Resolved on | Jun 26, 2013 16:30 |
| Version | unspecified |
| OS | All |
| CC | @AaronBallman,@DougGregor |
## Extended Description
Testcase:
struct StructWithUnnamedMember {
__declspec(property(get=GetV)) int : 1... | Crash using Microsoft property declaration without a name | https://api.github.com/repos/llvm/llvm-project/issues/16769/comments | 3 | 2013-06-21T01:22:43Z | 2021-12-09T20:31:43Z | https://github.com/llvm/llvm-project/issues/16769 | 1,075,984,306 | 16,769 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16394](https://llvm.org/bz16394) |
| Resolution | FIXED |
| Resolved on | Aug 07, 2013 20:51 |
| Version | unspecified |
| OS | All |
| CC | @AaronBallman,@Weverything |
## Extended Description
clang (as of today's trunk) accepts
enum A {a, b}; void f(A a) { a++; }
That sh... | Clang incorrctly accepts increment operations on enums | https://api.github.com/repos/llvm/llvm-project/issues/16768/comments | 2 | 2013-06-21T00:06:19Z | 2021-12-09T20:31:42Z | https://github.com/llvm/llvm-project/issues/16768 | 1,075,984,280 | 16,768 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16393](https://llvm.org/bz16393) |
| Resolution | FIXED |
| Resolved on | Jul 17, 2013 06:06 |
| Version | trunk |
| OS | All |
| Attachments | [the miscompiled function](https://user-images.githubusercontent.com/16542/143747623-b89be029-ccf0-4772-9b57-8bf6d65fa98c.gz) |
| CC | ... | lencod miscompiled on Cortex-A15 (byval issue) | https://api.github.com/repos/llvm/llvm-project/issues/16767/comments | 31 | 2013-06-20T23:25:22Z | 2021-12-09T20:31:40Z | https://github.com/llvm/llvm-project/issues/16767 | 1,075,984,260 | 16,767 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16392](https://llvm.org/bz16392) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2014 05:34 |
| Version | trunk |
| OS | All |
## Extended Description
Following code sample has wrong argument location in AST.
struct RR
{
int i;
};
typedef struct RR RR;
@​interface... | Wrong location for Objective-C message call argument | https://api.github.com/repos/llvm/llvm-project/issues/16766/comments | 1 | 2013-06-20T22:05:34Z | 2021-12-09T20:31:39Z | https://github.com/llvm/llvm-project/issues/16766 | 1,075,984,252 | 16,766 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16391](https://llvm.org/bz16391) |
| Resolution | FIXED |
| Resolved on | Jul 19, 2013 12:30 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
GCC provides a mechanism to query leaf/subleaf of cpuid using the __cpuid_count func... | __cpuid_count() not implemented in cpuid.h | https://api.github.com/repos/llvm/llvm-project/issues/16765/comments | 1 | 2013-06-20T21:59:14Z | 2021-12-09T20:31:38Z | https://github.com/llvm/llvm-project/issues/16765 | 1,075,984,237 | 16,765 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16390](https://llvm.org/bz16390) |
| Resolution | FIXED |
| Resolved on | Feb 26, 2021 17:36 |
| Version | unspecified |
| OS | Windows NT |
| CC | @asl,@DougGregor |
## Extended Description
This is because C and C++ structs on Windows are passed directly in argument stack slo... | [Windows] C++ objects are passed as byval when using Itanium C++ ABI | https://api.github.com/repos/llvm/llvm-project/issues/16764/comments | 4 | 2013-06-20T19:12:04Z | 2021-12-09T20:31:37Z | https://github.com/llvm/llvm-project/issues/16764 | 1,075,984,215 | 16,764 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16389](https://llvm.org/bz16389) |
| Resolution | FIXED |
| Resolved on | Jun 20, 2013 10:56 |
| Version | trunk |
| OS | Linux |
| CC | @Bigcheese |
## Extended Description
Something in commit range 184416 - 184424 triggered a MemorySanitizer report on Archive/directory.ll te... | MemorySanitizer use-of-uninitialized-value in Archive/directory.ll | https://api.github.com/repos/llvm/llvm-project/issues/16763/comments | 1 | 2013-06-20T17:38:43Z | 2021-12-09T20:31:36Z | https://github.com/llvm/llvm-project/issues/16763 | 1,075,984,199 | 16,763 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16388](https://llvm.org/bz16388) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2015 01:12 |
| Version | 3.3 |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143747619-2de665f5-a914-4f45-88c0-ec3a0c35fb94.gz), [clang output](https:... | Assert with struct inheriting std::chrono::duration | https://api.github.com/repos/llvm/llvm-project/issues/16762/comments | 5 | 2013-06-20T15:12:26Z | 2021-12-09T20:31:35Z | https://github.com/llvm/llvm-project/issues/16762 | 1,075,984,186 | 16,762 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16387](https://llvm.org/bz16387) |
| Resolution | FIXED |
| Resolved on | Sep 11, 2013 09:40 |
| Version | trunk |
| OS | All |
| CC | @asl,@rengolin,@TNorthover |
## Extended Description
For the following program:
$ cat divmod.c
int f(int a, int b) {
int d = a/b;
int ... | clang doesn't produce ARM EABI-compliant modulo runtime function (32-bit types) | https://api.github.com/repos/llvm/llvm-project/issues/16761/comments | 15 | 2013-06-20T14:53:35Z | 2021-12-09T20:31:34Z | https://github.com/llvm/llvm-project/issues/16761 | 1,075,984,166 | 16,761 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16386](https://llvm.org/bz16386) |
| Version | trunk |
| OS | Linux |
| CC | @eugenis,@jdoerfert,@LebedevRI,@mclow,@nunoplopes,@zygoloid |
## Extended Description
int x;
volatile int z;
int *f() {
x = 1;
int *p = new int;
z = x;
return p;
}
clang -O2:
store i32 1, ... | store forwarding across operator new() call | https://api.github.com/repos/llvm/llvm-project/issues/16760/comments | 3 | 2013-06-20T12:25:39Z | 2024-07-06T03:31:17Z | https://github.com/llvm/llvm-project/issues/16760 | 1,075,984,152 | 16,760 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16385](https://llvm.org/bz16385) |
| Resolution | FIXED |
| Resolved on | Dec 19, 2013 10:24 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [a.cpp](https://user-images.githubusercontent.com/60944935/143747617-7641ea7e-8090-4377-b302-2837a1062db2.gz) |
| Reporter | LLVM Bugzi... | Using std::bind with std::function leads to stack overflow | https://api.github.com/repos/llvm/llvm-project/issues/16759/comments | 6 | 2013-06-20T09:22:33Z | 2021-12-09T20:31:32Z | https://github.com/llvm/llvm-project/issues/16759 | 1,075,984,136 | 16,759 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16384](https://llvm.org/bz16384) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Example:
⑆ cat main.cpp
```c++
#include <cstdio>
#include <cstdint>
#include <cinttypes>
int main() {
std::printf("%" PRIu... | -Wformat highlights incorrect range when using cinttypes macros | https://api.github.com/repos/llvm/llvm-project/issues/16758/comments | 0 | 2013-06-20T07:51:53Z | 2024-08-11T21:06:46Z | https://github.com/llvm/llvm-project/issues/16758 | 1,075,984,125 | 16,758 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16383](https://llvm.org/bz16383) |
| Resolution | DUPLICATE |
| Resolved on | Jun 19, 2013 21:18 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Testcase:
template<typename T> struct X {
T x;
template< template <typename X> class T> c... | Accepts-invalid with template template parameter shadowing template parameter | https://api.github.com/repos/llvm/llvm-project/issues/16757/comments | 2 | 2013-06-20T04:17:59Z | 2021-12-09T20:31:31Z | https://github.com/llvm/llvm-project/issues/16757 | 1,075,984,110 | 16,757 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16382](https://llvm.org/bz16382) |
| Resolution | FIXED |
| Resolved on | Jun 19, 2013 17:44 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Testcase:
class A {
static void f();
static void f();
};
<stdin>:3:15: error: stat... | bad diagnostic for redeclaration of static member function | https://api.github.com/repos/llvm/llvm-project/issues/16756/comments | 3 | 2013-06-19T23:52:20Z | 2021-12-09T20:31:30Z | https://github.com/llvm/llvm-project/issues/16756 | 1,075,984,093 | 16,756 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16381](https://llvm.org/bz16381) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [the source file](https://user-images.githubusercontent.com/60944935/143747616-95bceff6-f302-40ce-aaf7-0f81b5565e0c.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Tota... | core dump after just setting target on new instance | https://api.github.com/repos/llvm/llvm-project/issues/16755/comments | 0 | 2013-06-19T23:45:10Z | 2021-12-09T20:31:29Z | https://github.com/llvm/llvm-project/issues/16755 | 1,075,984,075 | 16,755 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16380](https://llvm.org/bz16380) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Given "p" as an object of type pointer-to-T and "x" as a complete object of type T, the C++ standard defines the followi... | Missed optimization opportunities for pointer comparisons | https://api.github.com/repos/llvm/llvm-project/issues/16754/comments | 3 | 2013-06-19T21:19:27Z | 2023-11-05T17:25:19Z | https://github.com/llvm/llvm-project/issues/16754 | 1,075,984,056 | 16,754 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16379](https://llvm.org/bz16379) |
| Resolution | FIXED |
| Resolved on | Jun 19, 2013 23:39 |
| Version | unspecified |
| OS | All |
## Extended Description
Per summary, 3.3 is missing from clang version field. Originally reported in bug 16378 comment 1. | 3.3 missing from clang version field | https://api.github.com/repos/llvm/llvm-project/issues/16753/comments | 1 | 2013-06-19T21:07:42Z | 2021-12-09T20:31:27Z | https://github.com/llvm/llvm-project/issues/16753 | 1,075,984,042 | 16,753 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16378](https://llvm.org/bz16378) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2014 10:10 |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
Failure present at release candidates (before rc... | Assertion `!areInvalidOperands(C, S1, S2) && ... | https://api.github.com/repos/llvm/llvm-project/issues/16752/comments | 7 | 2013-06-19T20:15:41Z | 2021-12-09T20:31:26Z | https://github.com/llvm/llvm-project/issues/16752 | 1,075,984,029 | 16,752 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16377](https://llvm.org/bz16377) |
| Resolution | FIXED |
| Resolved on | Jun 19, 2013 22:03 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic,@zygoloid |
## Extended Description
The statement expressions extension ... | statement expressions do not evaluate as constexpr | https://api.github.com/repos/llvm/llvm-project/issues/16751/comments | 3 | 2013-06-19T18:36:08Z | 2021-12-09T20:31:25Z | https://github.com/llvm/llvm-project/issues/16751 | 1,075,984,016 | 16,751 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16376](https://llvm.org/bz16376) |
| Version | unspecified |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/60944935/143747609-5a7fe621-d550-4b67-98c8-07ba346a5675.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-qu... | local structs can't refer to each other in a templated function | https://api.github.com/repos/llvm/llvm-project/issues/16750/comments | 12 | 2013-06-19T17:24:12Z | 2023-07-29T04:27:34Z | https://github.com/llvm/llvm-project/issues/16750 | 1,075,984,000 | 16,750 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16375](https://llvm.org/bz16375) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
There is no API for accessing optional/required properties. The only thing it offers is CXCursor_ObjCPropertyDecl. But in Protocol w... | Lack of API 2 | https://api.github.com/repos/llvm/llvm-project/issues/16749/comments | 0 | 2013-06-19T16:55:21Z | 2023-05-23T20:39:40Z | https://github.com/llvm/llvm-project/issues/16749 | 1,075,983,977 | 16,749 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16374](https://llvm.org/bz16374) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans |
## Extended Description
When I try to export the help to a more readable txt file than the terminal, I noticed when I used cmd-F that --shared option i... | missing feature description on clang (man page and --help) | https://api.github.com/repos/llvm/llvm-project/issues/16748/comments | 0 | 2013-06-19T16:13:09Z | 2023-11-05T17:24:43Z | https://github.com/llvm/llvm-project/issues/16748 | 1,075,983,957 | 16,748 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16373](https://llvm.org/bz16373) |
| Resolution | FIXED |
| Resolved on | Oct 12, 2013 08:35 |
| Version | trunk |
| OS | Linux |
## Extended Description
clang-format:
struct S {
int xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;
#if AAAA
} x;
#else
}
y;
#endif
Would it be possible ... | format #if #else alternatives | https://api.github.com/repos/llvm/llvm-project/issues/16747/comments | 2 | 2013-06-19T15:11:59Z | 2021-12-09T20:31:21Z | https://github.com/llvm/llvm-project/issues/16747 | 1,075,983,944 | 16,747 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16372](https://llvm.org/bz16372) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans |
## Extended Description
I'm building libclc [1] against an llvm that was configured and compiled with the --enable-libcpp and --enable-cxx11 option... | llvm-config --ldflags does not report -stdlib=libc++ -std=c++11 | https://api.github.com/repos/llvm/llvm-project/issues/16746/comments | 0 | 2013-06-19T10:59:28Z | 2021-12-09T20:31:20Z | https://github.com/llvm/llvm-project/issues/16746 | 1,075,983,926 | 16,746 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16371](https://llvm.org/bz16371) |
| Resolution | FIXED |
| Resolved on | Jul 09, 2013 12:44 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143747607-8ac20109-42a2-4e0e-8b0f-0e62df10483c.gz) |
| Reporter | LLVM... | Preprocessor too eager to stringify in assembler-with-cpp mode? | https://api.github.com/repos/llvm/llvm-project/issues/16745/comments | 10 | 2013-06-19T10:55:13Z | 2021-12-09T20:31:18Z | https://github.com/llvm/llvm-project/issues/16745 | 1,075,983,909 | 16,745 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16370](https://llvm.org/bz16370) |
| Resolution | FIXED |
| Resolved on | Jun 20, 2013 02:09 |
| Version | trunk |
| OS | Linux |
| CC | @chandlerc,@DougGregor |
## Extended Description
The unit
struct S1 { virtual ~S1(); };
struct S2: S1 {};
struct S3: S2 {};
struct S4: virt... | odd "attribute cannot be applied to types" error | https://api.github.com/repos/llvm/llvm-project/issues/16744/comments | 1 | 2013-06-19T10:38:06Z | 2021-12-09T20:31:17Z | https://github.com/llvm/llvm-project/issues/16744 | 1,075,983,886 | 16,744 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16369](https://llvm.org/bz16369) |
| Resolution | FIXED |
| Resolved on | Oct 28, 2013 21:43 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
Fails to include cstdio header since gets function is deprec... | Fails to include cstdio (C++1y) | https://api.github.com/repos/llvm/llvm-project/issues/16743/comments | 6 | 2013-06-19T10:20:04Z | 2021-12-09T20:31:17Z | https://github.com/llvm/llvm-project/issues/16743 | 1,075,983,874 | 16,743 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16368](https://llvm.org/bz16368) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 11:09 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin |
## Extended Description
Handling of pass byval of struct size >64 bytes case is going w... | ARM struct byval size > 64 triggers failure | https://api.github.com/repos/llvm/llvm-project/issues/16742/comments | 1 | 2013-06-19T06:40:00Z | 2021-12-09T20:31:15Z | https://github.com/llvm/llvm-project/issues/16742 | 1,075,983,864 | 16,742 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16367](https://llvm.org/bz16367) |
| Resolution | FIXED |
| Resolved on | Jun 19, 2013 17:28 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@Weverything |
## Extended Description
echo 'struct A { template<typename T> void f(); }; class A::template f<int>;' | clang -x ... | (null) in diagnostic | https://api.github.com/repos/llvm/llvm-project/issues/16741/comments | 1 | 2013-06-19T03:30:44Z | 2021-12-09T20:31:15Z | https://github.com/llvm/llvm-project/issues/16741 | 1,075,983,856 | 16,741 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16366](https://llvm.org/bz16366) |
| Resolution | FIXED |
| Resolved on | Jul 16, 2013 19:54 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
As shown in the test/MC/COFF/linker-options.ll test, the backend happily generates .... | MC/MCParser/COFFAsmParser cannot parse .section directive (but CodeGen generates it) | https://api.github.com/repos/llvm/llvm-project/issues/16740/comments | 2 | 2013-06-19T00:49:25Z | 2021-12-09T20:31:14Z | https://github.com/llvm/llvm-project/issues/16740 | 1,075,983,843 | 16,740 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16365](https://llvm.org/bz16365) |
| Resolution | FIXED |
| Resolved on | Apr 07, 2014 16:31 |
| Version | 3.2 |
| OS | All |
| Attachments | [source file showing problem.](https://user-images.githubusercontent.com/60944935/143747606-cedcd02f-2f94-44dd-9592-e587a26a2d79.gz) |
| ... | Extremely slow compilation in -O1 and -O2 | https://api.github.com/repos/llvm/llvm-project/issues/16739/comments | 8 | 2013-06-19T00:42:13Z | 2021-12-09T20:31:13Z | https://github.com/llvm/llvm-project/issues/16739 | 1,075,983,821 | 16,739 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16364](https://llvm.org/bz16364) |
| Resolution | WORKSFORME |
| Resolved on | Jan 13, 2016 04:38 |
| Version | unspecified |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin |
## Extended Description
After conversion of the project with CMAKE, the solu... | LLVMARMCodeGen project do not compile on VS 2012 | https://api.github.com/repos/llvm/llvm-project/issues/16738/comments | 2 | 2013-06-18T22:52:31Z | 2022-01-20T02:11:53Z | https://github.com/llvm/llvm-project/issues/16738 | 1,075,983,804 | 16,738 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16363](https://llvm.org/bz16363) |
| Resolution | FIXED |
| Resolved on | Jun 18, 2013 16:33 |
| Version | trunk |
| OS | Linux |
| Attachments | [Shell script to run test case](https://user-images.githubusercontent.com/60944935/143747604-18ee1029-9840-42cc-8a3e-528ec3a60739.gz)... | Segmentation fault when preprocessing in assembler-with-cpp mode | https://api.github.com/repos/llvm/llvm-project/issues/16737/comments | 1 | 2013-06-18T20:05:15Z | 2021-12-09T20:31:10Z | https://github.com/llvm/llvm-project/issues/16737 | 1,075,983,785 | 16,737 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16362](https://llvm.org/bz16362) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2014 01:43 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @KernelAddress,@eugenis,@AnnaZaks,@ramosian-glider,@kcc,@seanm |
## Extended Description
me... | ASan: memcpy and memmove have the same address on Darwin | https://api.github.com/repos/llvm/llvm-project/issues/16736/comments | 11 | 2013-06-18T19:56:10Z | 2021-12-09T20:31:10Z | https://github.com/llvm/llvm-project/issues/16736 | 1,075,983,767 | 16,736 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16361](https://llvm.org/bz16361) |
| Resolution | FIXED |
| Resolved on | Jun 19, 2013 08:15 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [A link to the preprocessed source file, which was too large to be added as an attachment.](https://user-images.githubusercontent.com/6... | Error in backend: Cannot select 0xd1d54f0 | https://api.github.com/repos/llvm/llvm-project/issues/16735/comments | 6 | 2013-06-18T19:42:19Z | 2021-12-09T20:31:09Z | https://github.com/llvm/llvm-project/issues/16735 | 1,075,983,751 | 16,735 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16360](https://llvm.org/bz16360) |
| Resolution | FIXED |
| Resolved on | Oct 20, 2020 07:36 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reproducer of the fail](https://user-images.githubusercontent.com/60944935/143747600-461a0cb3-42b7-45bf-89ad-0a277416f977.gz) |
| Re... | x86 backend: bug in shift of vector elements | https://api.github.com/repos/llvm/llvm-project/issues/16734/comments | 4 | 2013-06-18T18:00:36Z | 2021-12-09T20:31:07Z | https://github.com/llvm/llvm-project/issues/16734 | 1,075,983,734 | 16,734 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16359](https://llvm.org/bz16359) |
| Resolution | DUPLICATE |
| Resolved on | Jun 18, 2013 10:42 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Matt Beaumont-Gay found this:
struct Fo... | Missing error (waning in c++98) for non trivial object as argument to variadic function | https://api.github.com/repos/llvm/llvm-project/issues/16733/comments | 1 | 2013-06-18T15:34:34Z | 2021-12-09T20:31:07Z | https://github.com/llvm/llvm-project/issues/16733 | 1,075,983,718 | 16,733 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16358](https://llvm.org/bz16358) |
| Version | trunk |
| OS | Linux |
| Attachments | [addspeed.cpp](https://user-images.githubusercontent.com/60944935/143747597-8c976f4a-e248-441b-8b4e-3fb1dcbc2897.gz), [addspeed_reduced.cpp](https://user-images.githubusercontent.com/60944935/1... | [SCEV] llvm 3.3 does not vectorize a loop that gcc 4.7.2 can. | https://api.github.com/repos/llvm/llvm-project/issues/16732/comments | 14 | 2013-06-18T14:08:49Z | 2021-12-09T20:31:05Z | https://github.com/llvm/llvm-project/issues/16732 | 1,075,983,693 | 16,732 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16357](https://llvm.org/bz16357) |
| Resolution | DUPLICATE |
| Resolved on | Oct 18, 2013 19:37 |
| Version | trunk |
| OS | Linux |
| CC | @isanbard |
## Extended Description
LDR_POST_IMM emits texts like that:
ldr r2, [r5], #​4
str r2, [r0], #​4
subs r1, r1, ... | LDR_POST_IMM emits code as could not recognize | https://api.github.com/repos/llvm/llvm-project/issues/16731/comments | 3 | 2013-06-18T08:49:56Z | 2021-12-09T20:31:04Z | https://github.com/llvm/llvm-project/issues/16731 | 1,075,983,674 | 16,731 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16356](https://llvm.org/bz16356) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
Awesome:
$ echo 'void f() { *((char*)(0)) = 0; }' | clang -x c++ -
<stdin>:1:12: warning: indirection of non-volatile null... | detect null dereference in rvalue | https://api.github.com/repos/llvm/llvm-project/issues/16730/comments | 1 | 2013-06-18T02:02:46Z | 2022-01-17T20:10:06Z | https://github.com/llvm/llvm-project/issues/16730 | 1,075,983,654 | 16,730 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16355](https://llvm.org/bz16355) |
| Resolution | FIXED |
| Resolved on | Mar 24, 2014 17:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic,@zygoloid |
## Extended Description
struct Foo {
Foo() { x_ = 5; }
F... | Missing -Wuninitialized warning in superclass initialization | https://api.github.com/repos/llvm/llvm-project/issues/16729/comments | 2 | 2013-06-18T01:48:19Z | 2021-12-09T20:31:03Z | https://github.com/llvm/llvm-project/issues/16729 | 1,075,983,640 | 16,729 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16354](https://llvm.org/bz16354) |
| Resolution | FIXED |
| Resolved on | Jun 19, 2013 08:46 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Sample test case which breaks](https://user-images.githubusercontent.com/60944935/143747596-5d8cc92c-52bb-4476-b004-1d2079a3cd... | Clang++ not complaint with Sec 9.4 in C++ standard | https://api.github.com/repos/llvm/llvm-project/issues/16728/comments | 2 | 2013-06-18T01:08:55Z | 2021-12-09T20:31:02Z | https://github.com/llvm/llvm-project/issues/16728 | 1,075,983,627 | 16,728 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16353](https://llvm.org/bz16353) |
| Resolution | FIXED |
| Resolved on | Jun 21, 2013 21:38 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@Weverything |
## Extended Description
$ cat test.cc
struct Foo {
Foo() {}
Foo(cons... | Missing warning (error in C++11) for passing nontrivial object to varargs function via function pointer | https://api.github.com/repos/llvm/llvm-project/issues/16727/comments | 6 | 2013-06-18T01:07:28Z | 2021-12-09T20:31:00Z | https://github.com/llvm/llvm-project/issues/16727 | 1,075,983,611 | 16,727 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16352](https://llvm.org/bz16352) |
| Resolution | FIXED |
| Resolved on | Oct 25, 2013 07:31 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AnnaZaks,@belkadan |
## Extended Description
Trying to run scan-build on my Windows 7 machine... | Unimplemented Function in Scan-Build | https://api.github.com/repos/llvm/llvm-project/issues/16726/comments | 5 | 2013-06-17T22:12:59Z | 2021-12-09T20:30:59Z | https://github.com/llvm/llvm-project/issues/16726 | 1,075,983,595 | 16,726 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16351](https://llvm.org/bz16351) |
| Resolution | FIXED |
| Resolved on | Nov 30, 2015 14:45 |
| Version | unspecified |
| OS | All |
| CC | @akyrtzi,@zygoloid |
## Extended Description
Argyrios added this in r156329 claiming that this would be "temporary". It's been a year, ... | libclang has its own copy of RecursiveASTVisitor with a different queuing strategy | https://api.github.com/repos/llvm/llvm-project/issues/16725/comments | 13 | 2013-06-17T21:57:46Z | 2021-12-09T20:30:58Z | https://github.com/llvm/llvm-project/issues/16725 | 1,075,983,579 | 16,725 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16350](https://llvm.org/bz16350) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2016 05:07 |
| Version | 3.2 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin |
## Extended Description
Hello,
When trying to compile, I get the following error:
... | Cortex M0 supports WFE but LLC does not allow it | https://api.github.com/repos/llvm/llvm-project/issues/16724/comments | 1 | 2013-06-17T21:38:52Z | 2021-12-09T20:30:57Z | https://github.com/llvm/llvm-project/issues/16724 | 1,075,983,562 | 16,724 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16349](https://llvm.org/bz16349) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
CXCursor_ObjCClassMethodDecl and CXCursor_ObjCInstanceMethodDecl are the only things that clang offers for parsing method. Well, there... | Lack of API | https://api.github.com/repos/llvm/llvm-project/issues/16723/comments | 0 | 2013-06-17T21:00:15Z | 2021-12-09T20:30:57Z | https://github.com/llvm/llvm-project/issues/16723 | 1,075,983,550 | 16,723 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16348](https://llvm.org/bz16348) |
| Resolution | FIXED |
| Resolved on | Oct 20, 2013 04:56 |
| Version | trunk |
| OS | All |
| Attachments | [A patch -p1 relative to tools/clang on r184079](https://user-images.githubusercontent.com/60944935/143747588-81d112fe-cfdf-41f4-9e1e-a... | [PATCH] n3599 | https://api.github.com/repos/llvm/llvm-project/issues/16722/comments | 6 | 2013-06-17T20:24:14Z | 2023-08-15T13:15:15Z | https://github.com/llvm/llvm-project/issues/16722 | 1,075,983,533 | 16,722 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16347](https://llvm.org/bz16347) |
| Resolution | INVALID |
| Resolved on | Jun 17, 2013 10:40 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Try removing the comment, it works then.](https://user-images.githubusercontent.com/60944935/143747587-1703b9db-6fa4-46ce-add7-b... | Absurd program results in illegal hardware instruction under optimization | https://api.github.com/repos/llvm/llvm-project/issues/16721/comments | 3 | 2013-06-17T17:37:58Z | 2021-12-09T20:30:55Z | https://github.com/llvm/llvm-project/issues/16721 | 1,075,983,511 | 16,721 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16346](https://llvm.org/bz16346) |
| Resolution | DUPLICATE |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Crashes with illegal hardware instruction. Try enabling the commented line of code.](https://user-images.githubusercontent.co... | illegal hardware instruction optimization enabled | https://api.github.com/repos/llvm/llvm-project/issues/16720/comments | 3 | 2013-06-17T17:29:07Z | 2021-12-09T20:30:54Z | https://github.com/llvm/llvm-project/issues/16720 | 1,075,983,494 | 16,720 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16345](https://llvm.org/bz16345) |
| Resolution | INVALID |
| Resolved on | Jun 17, 2013 15:22 |
| Version | trunk |
| OS | Linux |
| Attachments | [code reproducing the issue](https://user-images.githubusercontent.com/60944935/143747585-69cd5171-5165-4a53-8932-7c5a54c9eabe.gz) ... | spurious warning when using header scoped anonymous namespace | https://api.github.com/repos/llvm/llvm-project/issues/16719/comments | 3 | 2013-06-17T10:00:44Z | 2022-01-18T15:32:32Z | https://github.com/llvm/llvm-project/issues/16719 | 1,075,983,467 | 16,719 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16344](https://llvm.org/bz16344) |
| Resolution | FIXED |
| Resolved on | Jun 25, 2013 20:00 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ cat test.c
void vfprintf() {} // Only one line in source
This only occurs for ... | Crash on parsing customized "vfprintf" | https://api.github.com/repos/llvm/llvm-project/issues/16718/comments | 4 | 2013-06-17T09:59:24Z | 2021-12-09T20:30:51Z | https://github.com/llvm/llvm-project/issues/16718 | 1,075,983,433 | 16,718 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16343](https://llvm.org/bz16343) |
| Resolution | FIXED |
| Resolved on | Jun 30, 2013 14:48 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Using libc++, SVN 183522, the nested calls to std::bind in the following cod... | nested std::bind fails to compile | https://api.github.com/repos/llvm/llvm-project/issues/16717/comments | 1 | 2013-06-17T07:27:19Z | 2021-12-09T20:30:50Z | https://github.com/llvm/llvm-project/issues/16717 | 1,075,983,411 | 16,717 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16342](https://llvm.org/bz16342) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2013 08:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following code will assert the formatter tool:
#define x(_a) printf("foo"_a);... | Assert in BreakableSingleLineToken | https://api.github.com/repos/llvm/llvm-project/issues/16716/comments | 3 | 2013-06-17T05:20:52Z | 2021-12-09T20:30:49Z | https://github.com/llvm/llvm-project/issues/16716 | 1,075,983,400 | 16,716 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16341](https://llvm.org/bz16341) |
| Version | trunk |
| OS | All |
## Extended Description
Consider the following piece of code:
---------------------------------------------------------------------
#include <assert.h>
#include <stdatomic.h>
#include <stdbool.h>
_Atomic(int... | [Optimisation] Systems with load-linked/store-conditional could `merge' some atomic operations | https://api.github.com/repos/llvm/llvm-project/issues/16715/comments | 0 | 2013-06-16T11:04:13Z | 2021-12-09T20:30:48Z | https://github.com/llvm/llvm-project/issues/16715 | 1,075,983,386 | 16,715 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16340](https://llvm.org/bz16340) |
| Resolution | FIXED |
| Resolved on | Nov 04, 2015 18:08 |
| Version | unspecified |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143747583-86e6d5b2-8a28-4202-b8ba-f6feb44b467a.gz) |
| Reporter | ... | _Generic selection fails to select a compatible type | https://api.github.com/repos/llvm/llvm-project/issues/16714/comments | 9 | 2013-06-16T06:21:32Z | 2021-12-09T20:30:47Z | https://github.com/llvm/llvm-project/issues/16714 | 1,075,983,379 | 16,714 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16339](https://llvm.org/bz16339) |
| Resolution | FIXED |
| Resolved on | Jun 16, 2013 00:06 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
1. Source file (w.h):
#if !defined __H__
#define _H__
#endif... | Assertion failed: (StartColNo <= EndColNo && "Trying to highlight whitespace??"), function highlightRange, file llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp, line 973. | https://api.github.com/repos/llvm/llvm-project/issues/16713/comments | 2 | 2013-06-16T03:50:28Z | 2021-12-09T20:30:46Z | https://github.com/llvm/llvm-project/issues/16713 | 1,075,983,363 | 16,713 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16338](https://llvm.org/bz16338) |
| Resolution | FIXED |
| Resolved on | Jun 27, 2013 09:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [preprocessed source, run script and stacktrace](https://user-images.githubusercontent.com/60944935/143747582-b194a2b8-78f6-4bac-8010... | ICE when compiling very large two-dimensional array | https://api.github.com/repos/llvm/llvm-project/issues/16712/comments | 2 | 2013-06-15T13:14:03Z | 2021-12-09T20:30:45Z | https://github.com/llvm/llvm-project/issues/16712 | 1,075,983,352 | 16,712 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16337](https://llvm.org/bz16337) |
| Resolution | FIXED |
| Resolved on | Jun 16, 2013 09:03 |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
#include <functional>
#include <iostream>
template <typename T... | Compilation fail | https://api.github.com/repos/llvm/llvm-project/issues/16711/comments | 7 | 2013-06-15T12:15:52Z | 2021-12-09T20:30:44Z | https://github.com/llvm/llvm-project/issues/16711 | 1,075,983,338 | 16,711 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16336](https://llvm.org/bz16336) |
| Resolution | FIXED |
| Resolved on | Jun 17, 2013 01:03 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
It seems that it is used in common system headers. There should probably at least be a standalone flag... | Warning for 'register' is too noisy | https://api.github.com/repos/llvm/llvm-project/issues/16710/comments | 6 | 2013-06-15T11:21:14Z | 2021-12-09T20:30:43Z | https://github.com/llvm/llvm-project/issues/16710 | 1,075,983,327 | 16,710 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16335](https://llvm.org/bz16335) |
| Version | trunk |
| OS | Linux |
| Attachments | [Result of using fixit](https://user-images.githubusercontent.com/37486/143747581-13dc3521-2f1c-4a63-903e-683c16924898.gz) |
## Extended Description
I tried running clang with -Xclang -fixi... | fixit rewrites in parallel clobber file | https://api.github.com/repos/llvm/llvm-project/issues/16709/comments | 0 | 2013-06-15T11:16:32Z | 2021-12-09T20:30:42Z | https://github.com/llvm/llvm-project/issues/16709 | 1,075,983,307 | 16,709 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16334](https://llvm.org/bz16334) |
| Resolution | INVALID |
| Resolved on | Jun 25, 2013 08:40 |
| Version | trunk |
| OS | Linux |
| Attachments | [Repro](https://user-images.githubusercontent.com/60944935/143747580-dfcf2c6f-457f-4ba5-9ea7-3246623a27ed.gz) |
| Reporter | LLVM B... | NVPTX generates PTX that prevent the driver to use certain instructions | https://api.github.com/repos/llvm/llvm-project/issues/16708/comments | 6 | 2013-06-15T02:51:04Z | 2021-12-09T20:30:41Z | https://github.com/llvm/llvm-project/issues/16708 | 1,075,983,291 | 16,708 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16333](https://llvm.org/bz16333) |
| Resolution | INVALID |
| Resolved on | Sep 29, 2016 20:14 |
| Version | trunk |
| OS | Linux |
| Attachments | [Repro](https://user-images.githubusercontent.com/60944935/143747579-7a6c00e6-088d-4419-8fb4-a5d7ea63a4d4.gz) |
| Reporter | LLVM B... | NVPTX fails to generate loads/stores with literal offsets | https://api.github.com/repos/llvm/llvm-project/issues/16707/comments | 3 | 2013-06-15T02:36:04Z | 2023-08-15T18:17:41Z | https://github.com/llvm/llvm-project/issues/16707 | 1,075,983,268 | 16,707 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16332](https://llvm.org/bz16332) |
| Version | trunk |
| OS | All |
| CC | @efriedma-quic,@jrmuizel |
## Extended Description
ICC can vectorize this loop, and this kind of loop is not uncommon:
int foo(int max, int *arr) {
int i;
for (i = 0; i < max; i++)
if (arr[i] !... | Vectorize loops with multiple exits | https://api.github.com/repos/llvm/llvm-project/issues/16706/comments | 3 | 2013-06-14T22:27:05Z | 2021-12-09T20:30:39Z | https://github.com/llvm/llvm-project/issues/16706 | 1,075,983,250 | 16,706 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16331](https://llvm.org/bz16331) |
| Resolution | DUPLICATE |
| Resolved on | Jun 17, 2013 14:52 |
| Version | trunk |
| OS | Linux |
## Extended Description
On the following input file, the static analyzer reports a "Called C++ object pointer is null" warning, even though the... | Static analyzer does not honor attribute noreturn in destructors | https://api.github.com/repos/llvm/llvm-project/issues/16705/comments | 3 | 2013-06-14T19:26:42Z | 2021-12-09T20:30:38Z | https://github.com/llvm/llvm-project/issues/16705 | 1,075,983,234 | 16,705 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16330](https://llvm.org/bz16330) |
| Resolution | FIXED |
| Resolved on | Jun 21, 2013 03:36 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic |
## Extended Description
Hello,
had someone ever used Clang's extensio... | __attirbute__ ((common)) has no expected effect when compiling for iOS or iOS Simulator | https://api.github.com/repos/llvm/llvm-project/issues/16704/comments | 4 | 2013-06-14T13:46:34Z | 2021-12-09T20:30:37Z | https://github.com/llvm/llvm-project/issues/16704 | 1,075,983,222 | 16,704 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16329](https://llvm.org/bz16329) |
| Resolution | FIXED |
| Resolved on | Apr 25, 2015 22:47 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
stephen@hal:/tmp$ clang++ --version
Ubuntu clang version 3.2-1~exp9ubuntu1 (tags/RELEASE_32/final) (ba... | undefined-inline warning when constexpr is used | https://api.github.com/repos/llvm/llvm-project/issues/16703/comments | 1 | 2013-06-14T13:01:47Z | 2021-12-09T20:30:36Z | https://github.com/llvm/llvm-project/issues/16703 | 1,075,983,204 | 16,703 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16328](https://llvm.org/bz16328) |
| Resolution | FIXED |
| Resolved on | Aug 28, 2013 02:27 |
| Version | trunk |
| OS | All |
## Extended Description
Before/after: http://pastie.org/8041009
Particularly bad are:
* The break between `&` and `yin`.
* Going over 80-columns
* ... | Long return type results in ugly formatting and >80 columns. | https://api.github.com/repos/llvm/llvm-project/issues/16702/comments | 6 | 2013-06-14T03:18:24Z | 2021-12-09T20:30:35Z | https://github.com/llvm/llvm-project/issues/16702 | 1,075,983,182 | 16,702 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16327](https://llvm.org/bz16327) |
| Version | trunk |
| OS | All |
| Attachments | [File using GCC inline assembly with lots of inputs](https://user-images.githubusercontent.com/60944935/143747578-597d8a15-c0d3-4551-a8ec-611d388f3c29.gz) |
| Reporter | LLVM Bugzilla Contributor... | Poor register allocation compiling GCC inline assembly (x86) | https://api.github.com/repos/llvm/llvm-project/issues/16701/comments | 0 | 2013-06-14T02:56:30Z | 2021-12-09T20:30:34Z | https://github.com/llvm/llvm-project/issues/16701 | 1,075,983,165 | 16,701 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16326](https://llvm.org/bz16326) |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#27571 |
| Attachments | [File that (nearly) overloads LLVM's ARM registers.](https://user-images.githubusercontent.com/60944935/143747576-04d2cf61-c8b4-463b-8b63-1120d14f8051.gz), [... | Bad register allocation compiling GCC inline assembly (ARM) | https://api.github.com/repos/llvm/llvm-project/issues/16700/comments | 5 | 2013-06-14T02:46:39Z | 2023-08-17T12:17:33Z | https://github.com/llvm/llvm-project/issues/16700 | 1,075,983,121 | 16,700 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16325](https://llvm.org/bz16325) |
| Resolution | WONTFIX |
| Resolved on | Jun 14, 2013 10:03 |
| Version | trunk |
| OS | All |
## Extended Description
I haven't checked for LLVM style, but when using Google/Chromium style, clang-format prefers to collapse {} onto a single l... | clang-format shouldn't place closing brace on the same line unless the whole ctor/function fits on one line | https://api.github.com/repos/llvm/llvm-project/issues/16699/comments | 1 | 2013-06-14T00:25:53Z | 2022-01-20T02:37:47Z | https://github.com/llvm/llvm-project/issues/16699 | 1,075,983,110 | 16,699 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16324](https://llvm.org/bz16324) |
| Resolution | DUPLICATE |
| Resolved on | Dec 15, 2014 08:32 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @isanbard,@lhames |
## Extended Description
# issue, same with llvm 3.2 and 3.4 (shown below)... | AVX issues / 'X86 DAG->DAG Instruction Selection' / core dumped | https://api.github.com/repos/llvm/llvm-project/issues/16698/comments | 4 | 2013-06-13T22:44:47Z | 2021-12-09T20:30:30Z | https://github.com/llvm/llvm-project/issues/16698 | 1,075,983,093 | 16,698 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16323](https://llvm.org/bz16323) |
| Version | trunk |
| OS | All |
| CC | @rengolin |
## Extended Description
lib/ExecutionEngine/TargetSelect.cpp:EngineBuilder::selectTarget disables ARM FastISel by changing OptLevel == CodeGenOpt::None to OptLevel == CodeGenOpt::Less.
The ... | ARM FastISel is disabled for MCJIT | https://api.github.com/repos/llvm/llvm-project/issues/16697/comments | 0 | 2013-06-13T19:40:11Z | 2021-12-09T20:30:29Z | https://github.com/llvm/llvm-project/issues/16697 | 1,075,983,079 | 16,697 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16322](https://llvm.org/bz16322) |
| Version | trunk |
| OS | All |
| CC | @rengolin |
## Extended Description
lib/Target/ARM/ARMFastISel.cpp:ARM::createFastISel has the following code:
// iOS always has a FP for backtracking, force other targets
// to keep their F... | ARM FastISel emits wrong code when omitting frame pointers and the frames are huge | https://api.github.com/repos/llvm/llvm-project/issues/16696/comments | 0 | 2013-06-13T19:35:54Z | 2021-12-09T20:30:28Z | https://github.com/llvm/llvm-project/issues/16696 | 1,075,983,069 | 16,696 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16321](https://llvm.org/bz16321) |
| Version | trunk |
| OS | Linux |
| CC | @rengolin |
## Extended Description
lib/Target/ARM/ARMFastISel.cpp:ARMFastISel::ARMMaterializeGV punts to SelectionDAG for non-Darwin TLS materialization. The relocation code seems wrong and should be... | ARM FastISel TLS relocation broken on non-Darwin | https://api.github.com/repos/llvm/llvm-project/issues/16695/comments | 0 | 2013-06-13T19:32:52Z | 2021-12-09T20:30:27Z | https://github.com/llvm/llvm-project/issues/16695 | 1,075,983,047 | 16,695 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16320](https://llvm.org/bz16320) |
| Version | trunk |
| OS | Linux |
| CC | @rengolin |
## Extended Description
lib/Target/ARM/ARMFastISel.cpp:ARM::createFastISel enables FastISel in the following circumstances:
bool UseFastISel = false;
UseFastISel |= Subtarget->isTa... | ARM FastISel disabled for Thumb2 on non-iOS targets | https://api.github.com/repos/llvm/llvm-project/issues/16694/comments | 0 | 2013-06-13T19:29:45Z | 2021-12-09T20:30:26Z | https://github.com/llvm/llvm-project/issues/16694 | 1,075,983,025 | 16,694 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16319](https://llvm.org/bz16319) |
| Resolution | INVALID |
| Resolved on | Jun 13, 2013 12:28 |
| Version | trunk |
| OS | Windows NT |
| CC | @rnk |
## Extended Description
This is a weird bug, it seems like when the process exits, no return value is set:
ehsan@MEGATRON ~/m... | LLVM compiled programs on Windows don't have a return value | https://api.github.com/repos/llvm/llvm-project/issues/16693/comments | 1 | 2013-06-13T19:22:06Z | 2021-12-09T20:30:24Z | https://github.com/llvm/llvm-project/issues/16693 | 1,075,983,003 | 16,693 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16318](https://llvm.org/bz16318) |
| Resolution | FIXED |
| Resolved on | Nov 05, 2013 05:57 |
| Version | 3.2 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @whitequark |
## Extended Description
OCaml binding does not pass bool parameter to llvm-c.
In llvm.ml... | const_intcast in OCaml binding has incorrect type. | https://api.github.com/repos/llvm/llvm-project/issues/16692/comments | 1 | 2013-06-13T15:28:15Z | 2021-12-09T20:30:23Z | https://github.com/llvm/llvm-project/issues/16692 | 1,075,982,990 | 16,692 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16317](https://llvm.org/bz16317) |
| Resolution | FIXED |
| Resolved on | Jun 13, 2013 06:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [Add Ubuntu Saucy to the list of known Ubuntu releases](https://user-images.githubusercontent.com/60944935/143747575-414aa7e7-4334-49... | Please add Ubuntu Saucy to the list of known Ubuntu releases | https://api.github.com/repos/llvm/llvm-project/issues/16691/comments | 1 | 2013-06-13T12:51:49Z | 2021-12-09T20:30:22Z | https://github.com/llvm/llvm-project/issues/16691 | 1,075,982,975 | 16,691 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16316](https://llvm.org/bz16316) |
| Resolution | FIXED |
| Resolved on | Dec 26, 2015 04:05 |
| Version | trunk |
| OS | All |
## Extended Description
Code below can't be optimized further by LLVM :
%A__vtbl = type { i8*, i32 (%A*)* }
%A = type { %A__vtbl* }
@​A__vtbl... | aggregate store isn't optimized properly | https://api.github.com/repos/llvm/llvm-project/issues/16690/comments | 4 | 2013-06-13T08:45:20Z | 2021-12-09T20:30:21Z | https://github.com/llvm/llvm-project/issues/16690 | 1,075,982,966 | 16,690 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16315](https://llvm.org/bz16315) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2016 04:34 |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin,@TNorthover |
## Extended Description
I've encountered this bug with Apple's clang based ... | Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode" | https://api.github.com/repos/llvm/llvm-project/issues/16689/comments | 2 | 2013-06-13T08:17:17Z | 2021-12-09T20:30:20Z | https://github.com/llvm/llvm-project/issues/16689 | 1,075,982,949 | 16,689 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16314](https://llvm.org/bz16314) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2014 15:16 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Clang rejects this valid C++11 code:
void f(char*);
int &f(...);
int &r = f("foo");
There is n... | clang allows conversion from string literal to non-const char* in C++11 mode | https://api.github.com/repos/llvm/llvm-project/issues/16688/comments | 1 | 2013-06-13T04:48:23Z | 2021-12-09T20:30:19Z | https://github.com/llvm/llvm-project/issues/16688 | 1,075,982,932 | 16,688 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16313](https://llvm.org/bz16313) |
| Version | trunk |
| OS | Linux |
## Extended Description
We don't correctly handle this construct in C++1y:
struct A { ~A(); };
struct B { A &&a = {}; };
B b {};
This is aggregate initialization, and presumably lifetime-extends the ... | lifetime extension of temporary bound in default initializer for aggregate initialization | https://api.github.com/repos/llvm/llvm-project/issues/16687/comments | 0 | 2013-06-13T02:42:48Z | 2021-12-09T20:30:18Z | https://github.com/llvm/llvm-project/issues/16687 | 1,075,982,919 | 16,687 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16312](https://llvm.org/bz16312) |
| Resolution | INVALID |
| Resolved on | Jun 12, 2013 17:23 |
| Version | 3.0 |
| OS | Linux |
| Attachments | [A simple .cpp file that causes this crash.](https://user-images.githubusercontent.com/60944935/143747572-19ba1569-2015-435c-9463-c30... | Segfault after "use of undeclared identifier" in Lambda | https://api.github.com/repos/llvm/llvm-project/issues/16686/comments | 2 | 2013-06-12T22:54:44Z | 2021-12-09T20:30:17Z | https://github.com/llvm/llvm-project/issues/16686 | 1,075,982,900 | 16,686 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16311](https://llvm.org/bz16311) |
| Resolution | FIXED |
| Resolved on | Dec 09, 2016 11:15 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Arnaud-de-Grandmaison-ARM,@rnk |
## Extended Description
I have followed the instructions in... | Ninja: error with cc | https://api.github.com/repos/llvm/llvm-project/issues/16685/comments | 6 | 2013-06-12T20:03:34Z | 2021-12-09T20:30:16Z | https://github.com/llvm/llvm-project/issues/16685 | 1,075,982,883 | 16,685 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16310](https://llvm.org/bz16310) |
| Resolution | FIXED |
| Resolved on | Dec 09, 2016 11:15 |
| Version | trunk |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rnk | | Compiling Registry.cpp in Visual Studio 11 "CLang libraries\clangDynamicASTMatchers" project generates error. | https://api.github.com/repos/llvm/llvm-project/issues/16684/comments | 5 | 2013-06-12T19:03:30Z | 2021-12-09T20:30:15Z | https://github.com/llvm/llvm-project/issues/16684 | 1,075,982,864 | 16,684 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16309](https://llvm.org/bz16309) |
| Resolution | FIXED |
| Resolved on | Jan 08, 2014 10:32 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
(Unsure of Product/component, please redirect if needed)
llvm/test/Scripts is miss... | llvm/test/Scripts missing from git repo | https://api.github.com/repos/llvm/llvm-project/issues/16683/comments | 1 | 2013-06-12T17:37:32Z | 2021-12-09T20:30:14Z | https://github.com/llvm/llvm-project/issues/16683 | 1,075,982,853 | 16,683 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16308](https://llvm.org/bz16308) |
| Resolution | FIXED |
| Resolved on | Jun 24, 2013 03:15 |
| Version | trunk |
| OS | Linux |
| Attachments | [Error message, backtrace](https://user-images.githubusercontent.com/3129331/143747569-7c5dc819-e18b-4097-aeee-c401d85220df.gz), [Pre... | Static analyzer crashes when casting from an incomplete struct | https://api.github.com/repos/llvm/llvm-project/issues/16682/comments | 2 | 2013-06-12T17:14:30Z | 2021-12-09T20:30:13Z | https://github.com/llvm/llvm-project/issues/16682 | 1,075,982,839 | 16,682 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16307](https://llvm.org/bz16307) |
| Resolution | FIXED |
| Resolved on | Jun 20, 2013 02:28 |
| Version | trunk |
| OS | Linux |
| Attachments | [Error message, backtrace](https://user-images.githubusercontent.com/3129331/143747566-b282489a-1922-44f4-93da-197af45558cf.gz), [Pre... | Static analyzer crashes when processing function calls with fewer parameters than expected | https://api.github.com/repos/llvm/llvm-project/issues/16681/comments | 4 | 2013-06-12T16:06:04Z | 2021-12-09T20:30:12Z | https://github.com/llvm/llvm-project/issues/16681 | 1,075,982,823 | 16,681 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16306](https://llvm.org/bz16306) |
| Resolution | FIXED |
| Resolved on | Nov 28, 2013 03:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [fix](https://user-images.githubusercontent.com/92601917/143747565-09a301c1-ae08-4e18-8ccf-1515394ecfba.gz) |
## Extended Descriptio... | Loop Vectorizer strips address space id when generating a bitcast to/from a vector type | https://api.github.com/repos/llvm/llvm-project/issues/16680/comments | 1 | 2013-06-12T15:54:45Z | 2021-12-09T20:30:11Z | https://github.com/llvm/llvm-project/issues/16680 | 1,075,982,810 | 16,680 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.