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 | [13404](https://llvm.org/bz13404) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The code:
```c++
struct S {};
int main() {
S S;
struct S S;
}
```
results in two diagnostics:
... | Extraneous -Wshadow diagnostic for local variable redefinition | https://api.github.com/repos/llvm/llvm-project/issues/13776/comments | 1 | 2012-07-19T19:09:20Z | 2023-08-15T07:14:47Z | https://github.com/llvm/llvm-project/issues/13776 | 1,071,049,382 | 13,776 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13403](https://llvm.org/bz13403) |
| Resolution | FIXED |
| Resolved on | Jan 19, 2017 15:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid,@RealLitb |
## Extended Description
Given the following:
struct A {
A() {}
... | Clang does not properly resolve classname::classname as constructor | https://api.github.com/repos/llvm/llvm-project/issues/13775/comments | 8 | 2012-07-19T18:50:31Z | 2021-12-03T23:37:11Z | https://github.com/llvm/llvm-project/issues/13775 | 1,071,049,374 | 13,775 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13402](https://llvm.org/bz13402) |
| Resolution | FIXED |
| Resolved on | Jul 25, 2012 12:15 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@stoklund |
## Extended Description
Hello !
LLVM/Clang as of 160454 fails on this testcase... | llvm/lib/Target/X86/X86MCInstLower.cpp:242: void SimplifyShortImmForm(llvm::MCInst &, unsigned int): Assertion [...] && "Unexpected instruction" failed | https://api.github.com/repos/llvm/llvm-project/issues/13774/comments | 10 | 2012-07-19T13:49:48Z | 2021-12-03T23:37:10Z | https://github.com/llvm/llvm-project/issues/13774 | 1,071,049,366 | 13,774 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13401](https://llvm.org/bz13401) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2012 16:03 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
This code (using libc++) causes a compiler assertion fai... | std::shared_ptr in -dealloc cause assertion | https://api.github.com/repos/llvm/llvm-project/issues/13773/comments | 5 | 2012-07-19T11:23:48Z | 2021-12-03T23:37:09Z | https://github.com/llvm/llvm-project/issues/13773 | 1,071,049,361 | 13,773 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13400](https://llvm.org/bz13400) |
| Resolution | INVALID |
| Resolved on | Apr 11, 2014 19:36 |
| Version | 3.1 |
| OS | other |
| Attachments | [VS2011 arm target code genenration crash](https://user-images.githubusercontent.com/60944935/143745698-487b1f70-4208-4545-9665-12d9f... | ARM Code generation crashes on a VS2010 build | https://api.github.com/repos/llvm/llvm-project/issues/13772/comments | 14 | 2012-07-19T09:52:13Z | 2021-12-03T23:37:08Z | https://github.com/llvm/llvm-project/issues/13772 | 1,071,049,354 | 13,772 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13399](https://llvm.org/bz13399) |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143745697-b345916e-3305-484c-9b4d-e7e0c0684931.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atrick |
## Extended Descrip... | loop deletion turns MultiSource/Benchmarks/SciMark2-C into an infinite loop | https://api.github.com/repos/llvm/llvm-project/issues/13771/comments | 0 | 2012-07-19T08:04:07Z | 2021-12-03T23:37:07Z | https://github.com/llvm/llvm-project/issues/13771 | 1,071,049,349 | 13,771 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13398](https://llvm.org/bz13398) |
| Version | trunk |
| OS | All |
## Extended Description
llvm-3.2svn r160493
Run Mesa unit test lp_test_arit.
$ lp_test_arit
Assertion failed: (!ThisAllocated && !getBlockAfter().PrevAllocated && "Cannot allocate an allocated block!"), func... | (!ThisAllocated && !getBlockAfter().PrevAllocated && "Cannot allocate an allocated block!"), function AllocateBlock, file JITMemoryManager.cpp, line 146. | https://api.github.com/repos/llvm/llvm-project/issues/13770/comments | 3 | 2012-07-19T07:31:03Z | 2023-08-05T15:45:55Z | https://github.com/llvm/llvm-project/issues/13770 | 1,071,049,344 | 13,770 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13397](https://llvm.org/bz13397) |
| Resolution | DUPLICATE |
| Resolved on | Jul 18, 2012 23:22 |
| Version | 3.1 |
| OS | Linux |
| Attachments | [Stripped down code that triggers bug.](https://user-images.githubusercontent.com/60944935/143745696-5a5ae732-7d64-474f-956e-60dc57... | enable_if referenced via a type alias triggers an error when condition is false | https://api.github.com/repos/llvm/llvm-project/issues/13769/comments | 1 | 2012-07-19T06:09:36Z | 2021-12-03T23:37:05Z | https://github.com/llvm/llvm-project/issues/13769 | 1,071,049,331 | 13,769 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13396](https://llvm.org/bz13396) |
| Resolution | FIXED |
| Resolved on | Jul 30, 2012 21:01 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Given
struct foo;
void f(foo*);
struct foo {
__attri... | regparm not being applied to destructors | https://api.github.com/repos/llvm/llvm-project/issues/13768/comments | 1 | 2012-07-19T05:08:53Z | 2021-12-03T23:37:04Z | https://github.com/llvm/llvm-project/issues/13768 | 1,071,049,329 | 13,768 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13395](https://llvm.org/bz13395) |
| Resolution | FIXED |
| Resolved on | Jul 22, 2012 16:28 |
| Version | 3.0 |
| OS | Linux |
| CC | @AaronBallman,@DougGregor |
## Extended Description
clang++ 3.0-6ubuntu3 crashes on this input:
class C {template<> friend class C;};
with t... | Crash on invalid: class C {template<> friend class C;}; | https://api.github.com/repos/llvm/llvm-project/issues/13767/comments | 2 | 2012-07-19T04:11:23Z | 2021-12-03T23:37:03Z | https://github.com/llvm/llvm-project/issues/13767 | 1,071,049,325 | 13,767 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13394](https://llvm.org/bz13394) |
| Resolution | FIXED |
| Resolved on | Jul 27, 2012 14:19 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [cpp source which crashed](https://user-images.githubusercontent.com/60944935/143745691-14e8d074-5727-4ef9-8e57-a1ced5cadb13.gz), [... | clang crash | https://api.github.com/repos/llvm/llvm-project/issues/13766/comments | 10 | 2012-07-19T00:49:56Z | 2021-12-03T23:37:01Z | https://github.com/llvm/llvm-project/issues/13766 | 1,071,049,320 | 13,766 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13393](https://llvm.org/bz13393) |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
jeweloflife:clang$ cat /tmp/red.cpp
```c++
template <class T> class A;
namespace inner {
template <class T> class A;
}
using namespace inn... | Misleading diagnostic from ambiguous reference to class template | https://api.github.com/repos/llvm/llvm-project/issues/13765/comments | 1 | 2012-07-19T00:17:34Z | 2023-08-15T07:11:44Z | https://github.com/llvm/llvm-project/issues/13765 | 1,071,049,314 | 13,765 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13392](https://llvm.org/bz13392) |
| Resolution | FIXED |
| Resolved on | Nov 19, 2012 19:17 |
| Version | trunk |
| OS | All |
| CC | @asl,@chandlerc,@lattner,@sunfishcode |
## Extended Description
I added a test case to the nightly test suite: SingleSource/Benchmarks/Misc/ma... | SROA of doubles confuses ARM codegen | https://api.github.com/repos/llvm/llvm-project/issues/13764/comments | 4 | 2012-07-18T20:29:15Z | 2021-12-03T23:37:00Z | https://github.com/llvm/llvm-project/issues/13764 | 1,071,049,309 | 13,764 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13391](https://llvm.org/bz13391) |
| Version | trunk |
| OS | Linux |
| Attachments | [Code demonstrating different semantics.](https://user-images.githubusercontent.com/60944935/143745690-19e9e185-f57e-4305-8343-d8a3f2f4f9e8.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC |... | Mixed vector and scalar types in expressions have surprise semantics | https://api.github.com/repos/llvm/llvm-project/issues/13763/comments | 2 | 2012-07-18T15:48:20Z | 2021-12-03T23:36:59Z | https://github.com/llvm/llvm-project/issues/13763 | 1,071,049,303 | 13,763 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13390](https://llvm.org/bz13390) |
| Resolution | FIXED |
| Resolved on | Jul 27, 2012 13:21 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@nunoplopes |
## Extended Description
Hi !
The following testcase makes LLVM/Clang as of r1604... | Clang segmentation fault | https://api.github.com/repos/llvm/llvm-project/issues/13762/comments | 3 | 2012-07-18T12:54:20Z | 2021-12-03T23:36:58Z | https://github.com/llvm/llvm-project/issues/13762 | 1,071,049,295 | 13,762 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13389](https://llvm.org/bz13389) |
| Resolution | FIXED |
| Resolved on | Jul 26, 2012 06:02 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @DougGregor |
## Extended Description
As of r160131,
const int f() { return 0; }
gets mangled a... | [Windows] Return types are sometimes mangled incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/13761/comments | 4 | 2012-07-18T12:03:25Z | 2021-12-03T23:36:57Z | https://github.com/llvm/llvm-project/issues/13761 | 1,071,049,288 | 13,761 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13388](https://llvm.org/bz13388) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Project Static Analyzer says that developrs are open to feature requests so here's one. From my experience violations of static initialization o... | Detect violations of static initialization order rules | https://api.github.com/repos/llvm/llvm-project/issues/13760/comments | 2 | 2012-07-18T10:22:20Z | 2021-12-03T23:36:56Z | https://github.com/llvm/llvm-project/issues/13760 | 1,071,049,279 | 13,760 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13387](https://llvm.org/bz13387) |
| Resolution | FIXED |
| Resolved on | Nov 19, 2012 12:53 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Testcase:
struct A {
void CreateFoo(float*, float*);
void CreateBar(float*, float*);
};
struc... | Strange typo-correction suggestion with inheritance+using | https://api.github.com/repos/llvm/llvm-project/issues/13759/comments | 2 | 2012-07-18T00:17:28Z | 2021-12-03T23:36:55Z | https://github.com/llvm/llvm-project/issues/13759 | 1,071,049,273 | 13,759 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13386](https://llvm.org/bz13386) |
| Resolution | FIXED |
| Resolved on | Jul 17, 2012 20:29 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
The following code is currently crashing clang... | [C++11] trivial use of variadic templates crashes clang | https://api.github.com/repos/llvm/llvm-project/issues/13758/comments | 2 | 2012-07-17T23:57:02Z | 2021-12-03T23:36:55Z | https://github.com/llvm/llvm-project/issues/13758 | 1,071,049,270 | 13,758 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13385](https://llvm.org/bz13385) |
| Version | unspecified |
| OS | All |
| Attachments | [Sample C++ program showing default arguments being ignored when passed implicitly](https://user-images.githubusercontent.com/60944935/143745689-474784e4-5cd9-45f6-b690-a9efe75ade1b.gz) |
|... | C++ parameter defaults are ignored | https://api.github.com/repos/llvm/llvm-project/issues/13757/comments | 5 | 2012-07-17T23:44:17Z | 2023-10-05T03:42:51Z | https://github.com/llvm/llvm-project/issues/13757 | 1,071,049,268 | 13,757 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13384](https://llvm.org/bz13384) |
| Resolution | FIXED |
| Resolved on | Jul 24, 2012 19:01 |
| Version | trunk |
| OS | All |
## Extended Description
Warn when a single parameter is documented multiple times. For example:
/// \param x Aaa
/// \param x Bbb
int f(int x); | Comment parsing: warn about multiple \param commands for the same parameter | https://api.github.com/repos/llvm/llvm-project/issues/13756/comments | 2 | 2012-07-17T23:29:40Z | 2021-12-03T23:36:53Z | https://github.com/llvm/llvm-project/issues/13756 | 1,071,049,265 | 13,756 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13383](https://llvm.org/bz13383) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @gribozavr,@jryans,@seanm |
## Extended Description
i couldn't find documentation on these flags and warnings anywhere on the llvm or clang website, in the... | many clang options and warning flags undocumented | https://api.github.com/repos/llvm/llvm-project/issues/13755/comments | 2 | 2012-07-17T23:20:26Z | 2023-11-03T15:09:28Z | https://github.com/llvm/llvm-project/issues/13755 | 1,071,049,259 | 13,755 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13382](https://llvm.org/bz13382) |
| Version | unspecified |
| OS | All |
| CC | @zygoloid,@Weverything |
## Extended Description
When clang is printing types in diagnostics, we should show the types as written, even when written against using declarations:
% cat x.... | Collapse type names in diagnostics with any available using declarations | https://api.github.com/repos/llvm/llvm-project/issues/13754/comments | 0 | 2012-07-17T23:02:07Z | 2023-08-15T07:07:34Z | https://github.com/llvm/llvm-project/issues/13754 | 1,071,049,255 | 13,754 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13381](https://llvm.org/bz13381) |
| Resolution | FIXED |
| Resolved on | Jul 18, 2012 06:19 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Consider:
struct string
{
string() noexcept;
... | const member data not taken into account for implicitly generated move constructor | https://api.github.com/repos/llvm/llvm-project/issues/13753/comments | 2 | 2012-07-17T16:42:20Z | 2021-12-03T23:36:50Z | https://github.com/llvm/llvm-project/issues/13753 | 1,071,049,252 | 13,753 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13380](https://llvm.org/bz13380) |
| Resolution | FIXED |
| Resolved on | Aug 25, 2012 02:11 |
| Version | 3.0 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
In Clang, initialization done via new don't... | Value/Default initialization of new in LLVM | https://api.github.com/repos/llvm/llvm-project/issues/13752/comments | 5 | 2012-07-17T13:04:13Z | 2021-12-03T23:36:50Z | https://github.com/llvm/llvm-project/issues/13752 | 1,071,049,245 | 13,752 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13379](https://llvm.org/bz13379) |
| Resolution | FIXED |
| Resolved on | Jul 17, 2012 05:01 |
| Version | trunk |
| OS | All |
| Attachments | [link additional LLVM components into dragonegg and expose their symbols](https://user-images.githubusercontent.com/41661541/143745687-... | provide dependencies required for loading LLVM plugins | https://api.github.com/repos/llvm/llvm-project/issues/13751/comments | 6 | 2012-07-17T10:11:34Z | 2021-12-03T23:36:49Z | https://github.com/llvm/llvm-project/issues/13751 | 1,071,049,238 | 13,751 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13378](https://llvm.org/bz13378) |
| Resolution | FIXED |
| Resolved on | Jul 18, 2012 15:18 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143745686-c49a983c-3771-4b78-9ea0-c68b4db74c78.gz) |
| CC | @atrick,@chandle... | Assertion in LiveIntervals | https://api.github.com/repos/llvm/llvm-project/issues/13750/comments | 9 | 2012-07-17T00:10:50Z | 2021-12-03T23:36:48Z | https://github.com/llvm/llvm-project/issues/13750 | 1,071,049,235 | 13,750 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13377](https://llvm.org/bz13377) |
| Resolution | FIXED |
| Resolved on | Aug 04, 2012 08:21 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143745685-615cd258-f0f7-4924-87a9-b71488e076eb.gz) |
| CC | @stoklund |
## ... | Assertion in spiller | https://api.github.com/repos/llvm/llvm-project/issues/13749/comments | 4 | 2012-07-17T00:09:30Z | 2021-12-03T23:36:47Z | https://github.com/llvm/llvm-project/issues/13749 | 1,071,049,230 | 13,749 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13376](https://llvm.org/bz13376) |
| Resolution | WORKSFORME |
| Resolved on | Oct 22, 2012 05:02 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [LLVM bitcode of libstdc++ with -fcatch-undefined-behavior](https://user-images.githubusercontent.com/60944935/143745681-3ef66... | Clang fails to inline function with -fcatch-undefined-behavior and libc++ | https://api.github.com/repos/llvm/llvm-project/issues/13748/comments | 8 | 2012-07-16T22:24:57Z | 2022-01-20T02:09:50Z | https://github.com/llvm/llvm-project/issues/13748 | 1,071,049,222 | 13,748 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13375](https://llvm.org/bz13375) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @aykevl,@dylanmckay,@stoklund |
## Extended Description
The function foldMemoryOperand doesn't expect to turn normal defs into earlyclobbers and vice versa. This... | Teach foldMemoryOperand to turn normal defs into earlyclobbers during spilling | https://api.github.com/repos/llvm/llvm-project/issues/13747/comments | 3 | 2012-07-16T16:36:23Z | 2021-12-03T23:36:45Z | https://github.com/llvm/llvm-project/issues/13747 | 1,071,049,214 | 13,747 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13374](https://llvm.org/bz13374) |
| Resolution | FIXED |
| Resolved on | Aug 27, 2012 20:22 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @gribozavr |
## Extended Description
The following program results in warnings when compiled with cla... | Incorrect parsing of Doxygen line comments | https://api.github.com/repos/llvm/llvm-project/issues/13746/comments | 3 | 2012-07-16T11:54:48Z | 2021-12-03T23:36:44Z | https://github.com/llvm/llvm-project/issues/13746 | 1,071,049,207 | 13,746 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13373](https://llvm.org/bz13373) |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
clang++ -o main.o -c -O3 -DQT_NO_DEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fomit-frame-pointer -fno-... | work around libstdc++4.5 + C++11 bug: nested_exception.h:122:61: error: redefinition of default argument | https://api.github.com/repos/llvm/llvm-project/issues/13745/comments | 2 | 2012-07-16T10:48:43Z | 2023-08-15T11:18:56Z | https://github.com/llvm/llvm-project/issues/13745 | 1,071,049,201 | 13,745 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13372](https://llvm.org/bz13372) |
| Resolution | FIXED |
| Resolved on | Jul 31, 2012 17:37 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @gribozavr |
## Extended Description
The following code results in a documentation warning when compi... | False positive -Wdocumentation warning when using \param on template method | https://api.github.com/repos/llvm/llvm-project/issues/13744/comments | 2 | 2012-07-16T10:42:06Z | 2021-12-03T23:36:43Z | https://github.com/llvm/llvm-project/issues/13744 | 1,071,049,196 | 13,744 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13371](https://llvm.org/bz13371) |
| Resolution | FIXED |
| Resolved on | Jul 18, 2012 00:04 |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atrick,@efriedma-quic |
## Extended Description
I'm hesitant to submit a bug about handling of 'unde... | indvars pass incorrectly substitutes 'undef' values | https://api.github.com/repos/llvm/llvm-project/issues/13743/comments | 2 | 2012-07-16T03:41:51Z | 2021-12-03T23:36:42Z | https://github.com/llvm/llvm-project/issues/13743 | 1,071,049,191 | 13,743 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13370](https://llvm.org/bz13370) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
We should diagnose cases where it "looks like" an array of T is being passed to a function via a U* pointer, where U is a base class of T. Specifically, if we hav... | Catch derived-to-base conversions on function arguments where it looks like an array is passed | https://api.github.com/repos/llvm/llvm-project/issues/13742/comments | 0 | 2012-07-16T03:19:11Z | 2023-11-03T12:29:30Z | https://github.com/llvm/llvm-project/issues/13742 | 1,071,049,186 | 13,742 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13369](https://llvm.org/bz13369) |
| Resolution | FIXED |
| Resolved on | Jul 17, 2012 11:33 |
| Version | 3.1 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
clang-analyzer segfaults on this code when trying to print the offe... | segfault printing statement with _Pragma and compound literal | https://api.github.com/repos/llvm/llvm-project/issues/13741/comments | 4 | 2012-07-16T00:29:46Z | 2021-12-03T23:36:40Z | https://github.com/llvm/llvm-project/issues/13741 | 1,071,049,182 | 13,741 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13368](https://llvm.org/bz13368) |
| Resolution | FIXED |
| Resolved on | Jul 15, 2012 19:52 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [Valgrind output](https://user-images.githubusercontent.com/92601275/143745679-2d4fc682-7f10-4509-ade0-afc5d9d3b09f.gz) |
| CC | @z... | instantiation-depth-defarg.cpp stack overflow | https://api.github.com/repos/llvm/llvm-project/issues/13740/comments | 1 | 2012-07-15T18:59:46Z | 2021-12-03T23:36:39Z | https://github.com/llvm/llvm-project/issues/13740 | 1,071,049,168 | 13,740 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13367](https://llvm.org/bz13367) |
| Resolution | WORKSFORME |
| Resolved on | Sep 21, 2012 18:31 |
| Version | trunk |
| OS | Linux |
| Attachments | [crash.txt](https://user-images.githubusercontent.com/60944935/143745675-8d4b68b5-59fe-4617-84ce-3f1cf7e17bd6.gz) |
| Reporter |... | Variadic templates and static member initialization | https://api.github.com/repos/llvm/llvm-project/issues/13739/comments | 5 | 2012-07-15T14:35:33Z | 2022-01-20T02:09:48Z | https://github.com/llvm/llvm-project/issues/13739 | 1,071,049,166 | 13,739 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13366](https://llvm.org/bz13366) |
| Resolution | FIXED |
| Resolved on | Jul 16, 2012 11:18 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Example code that won't compile under libc++, but works fine in libstdc++ and older versions of libc++.](https://user-images.githu... | Derived instantiation missing type, works in libstdc++, older versions of libc++ | https://api.github.com/repos/llvm/llvm-project/issues/13738/comments | 4 | 2012-07-15T12:28:08Z | 2021-12-03T23:36:37Z | https://github.com/llvm/llvm-project/issues/13738 | 1,071,049,157 | 13,738 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13365](https://llvm.org/bz13365) |
| Resolution | FIXED |
| Resolved on | Jul 15, 2012 20:16 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
This testcase is reduced from delta:
template <class T> class ... | valgrind error emitting template diagnostic | https://api.github.com/repos/llvm/llvm-project/issues/13737/comments | 2 | 2012-07-15T11:50:58Z | 2021-12-03T23:36:36Z | https://github.com/llvm/llvm-project/issues/13737 | 1,071,049,152 | 13,737 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13364](https://llvm.org/bz13364) |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
clang++ -o main.o -c -O3 -DQT_NO_DEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fomit-frame-pointer -fno-... | unknown type name 'type_info' | https://api.github.com/repos/llvm/llvm-project/issues/13736/comments | 6 | 2012-07-15T10:51:44Z | 2023-08-15T11:20:25Z | https://github.com/llvm/llvm-project/issues/13736 | 1,071,049,147 | 13,736 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13363](https://llvm.org/bz13363) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following missed optimization is from an out of tree target and happens when some of the input arguments of a function are being passed in... | Missed optimization when arguments are passed in callee-saved registers | https://api.github.com/repos/llvm/llvm-project/issues/13735/comments | 1 | 2012-07-15T02:10:19Z | 2021-12-03T23:36:34Z | https://github.com/llvm/llvm-project/issues/13735 | 1,071,049,143 | 13,735 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13362](https://llvm.org/bz13362) |
| Resolution | DUPLICATE |
| Resolved on | Jul 14, 2012 15:53 |
| Version | trunk |
| OS | Linux |
| Attachments | [I took the original source and removed code until the bug no longer appeared. This source is close to the minimal subset of the... | Debug generation broken when Optimization is enabled | https://api.github.com/repos/llvm/llvm-project/issues/13734/comments | 2 | 2012-07-14T20:07:34Z | 2021-12-03T23:36:34Z | https://github.com/llvm/llvm-project/issues/13734 | 1,071,049,140 | 13,734 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13361](https://llvm.org/bz13361) |
| Resolution | FIXED |
| Resolved on | Jul 17, 2012 00:57 |
| Version | trunk |
| OS | All |
| Attachments | [Reduced bitcode test case.](https://user-images.githubusercontent.com/92601416/143745670-06f4429d-7e1a-45e2-9602-ffaf0e0ddbda.gz) |
#... | LSR + SCEV "hangs" on reasonably sized test with sequence of loops | https://api.github.com/repos/llvm/llvm-project/issues/13733/comments | 2 | 2012-07-14T02:25:00Z | 2021-12-03T23:36:33Z | https://github.com/llvm/llvm-project/issues/13733 | 1,071,049,138 | 13,733 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13360](https://llvm.org/bz13360) |
| Resolution | FIXED |
| Resolved on | Jul 13, 2012 19:16 |
| Version | unspecified |
| OS | All |
## Extended Description
% cat do-while.c
void foo();
int test(int b) {
int x;
if (b) {
do {
foo();
} while (0);
} else {
... | -Wsometimes-uninitialized does not handle do-while(0) well. | https://api.github.com/repos/llvm/llvm-project/issues/13732/comments | 5 | 2012-07-14T00:49:43Z | 2021-12-03T23:36:32Z | https://github.com/llvm/llvm-project/issues/13732 | 1,071,049,135 | 13,732 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13359](https://llvm.org/bz13359) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2012 19:10 |
| Version | trunk |
| OS | All |
| Attachments | [Generated LLVM IR](https://user-images.githubusercontent.com/60944935/143745669-5cc3abac-f51f-4c61-b16f-809f7ae00f3f.gz) |
| Reporter ... | invalid codegen result in unexpected free of exception and crash | https://api.github.com/repos/llvm/llvm-project/issues/13731/comments | 1 | 2012-07-13T23:15:08Z | 2021-12-03T23:36:31Z | https://github.com/llvm/llvm-project/issues/13731 | 1,071,049,131 | 13,731 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13358](https://llvm.org/bz13358) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
http://cgit.freedesktop.org/mesa/drm
drm_context_t *drmGetReservedContextList(int fd, int *count)
{
drm_ctx_res_t res;
... | scan-build does not find a leak | https://api.github.com/repos/llvm/llvm-project/issues/13730/comments | 2 | 2012-07-13T20:02:28Z | 2021-12-03T23:36:31Z | https://github.com/llvm/llvm-project/issues/13730 | 1,071,049,125 | 13,730 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13357](https://llvm.org/bz13357) |
| Resolution | FIXED |
| Resolved on | Apr 11, 2014 19:40 |
| Version | trunk |
| OS | MacOS X |
| CC | @echristo,@efriedma-quic,@seanm |
## Extended Description
$ cat min.mm
Test case:
#include <Foundation/NSObject.h>
@​interface NoOp ... | Clang crashes with coverage and Objective-C++ | https://api.github.com/repos/llvm/llvm-project/issues/13729/comments | 3 | 2012-07-13T19:24:29Z | 2021-12-03T23:36:30Z | https://github.com/llvm/llvm-project/issues/13729 | 1,071,049,121 | 13,729 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13356](https://llvm.org/bz13356) |
| Resolution | INVALID |
| Resolved on | Aug 22, 2013 11:37 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor | | Repair | https://api.github.com/repos/llvm/llvm-project/issues/13728/comments | 2 | 2012-07-13T19:18:28Z | 2021-12-03T23:36:29Z | https://github.com/llvm/llvm-project/issues/13728 | 1,071,049,118 | 13,728 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13355](https://llvm.org/bz13355) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Not sure if this should be done in the driver or the FE, but we should warn when c++ only options are used with C:
$ gcc -fvisibility-i... | No warning when using c++ only options with C | https://api.github.com/repos/llvm/llvm-project/issues/13727/comments | 0 | 2012-07-13T17:18:16Z | 2023-08-15T07:08:23Z | https://github.com/llvm/llvm-project/issues/13727 | 1,071,049,110 | 13,727 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13354](https://llvm.org/bz13354) |
| Resolution | FIXED |
| Resolved on | Jan 23, 2014 17:28 |
| Version | trunk |
| OS | Linux |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143745668-ed04ae9c-4131-46c9-993f-7036909c102d.gz) |
| Reporter | LLVM Bug... | NVPTX intrinsics table misses __nvvm_* buitins | https://api.github.com/repos/llvm/llvm-project/issues/13726/comments | 4 | 2012-07-13T17:18:10Z | 2021-12-03T23:36:27Z | https://github.com/llvm/llvm-project/issues/13726 | 1,071,049,105 | 13,726 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13353](https://llvm.org/bz13353) |
| Resolution | FIXED |
| Resolved on | Jul 17, 2012 15:25 |
| Version | unspecified |
| OS | All |
| Attachments | [crash-generated .sh](https://user-images.githubusercontent.com/60944935/143745666-4a737935-0c02-486f-b539-106def8591f9.gz), [pre... | Assertion failure in Casting.h | https://api.github.com/repos/llvm/llvm-project/issues/13725/comments | 2 | 2012-07-13T16:53:11Z | 2021-12-03T23:36:27Z | https://github.com/llvm/llvm-project/issues/13725 | 1,071,049,101 | 13,725 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13352](https://llvm.org/bz13352) |
| Resolution | FIXED |
| Resolved on | Jul 14, 2012 17:26 |
| Version | unspecified |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143745665-a9ff87f2-fcc9-4761-be6a-ae2ca085fc2a.gz) |
| Reporter | ... | [AVX2] assertion hits in SelectionDAG.cpp | https://api.github.com/repos/llvm/llvm-project/issues/13724/comments | 1 | 2012-07-13T15:56:12Z | 2021-12-03T23:36:26Z | https://github.com/llvm/llvm-project/issues/13724 | 1,071,049,096 | 13,724 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13351](https://llvm.org/bz13351) |
| Version | trunk |
| OS | Linux |
| Attachments | [Proposed patch](https://user-images.githubusercontent.com/60944935/143745663-31690751-bdef-46d1-a424-dc3c15b1b5e6.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
lib... | LLVM doesn't emit DW_AT_high_pc in compile unit | https://api.github.com/repos/llvm/llvm-project/issues/13723/comments | 2 | 2012-07-13T14:14:59Z | 2021-12-03T23:36:25Z | https://github.com/llvm/llvm-project/issues/13723 | 1,071,049,091 | 13,723 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13350](https://llvm.org/bz13350) |
| Resolution | FIXED |
| Resolved on | Dec 09, 2012 20:49 |
| Version | 3.1 |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner |
## Extended Description
Testcode.c
struct S { char buf[32*1024]; };
extern void bar... | [ARM] clang code generator crashs when it try to create the code for passing large size of strcuture argument | https://api.github.com/repos/llvm/llvm-project/issues/13722/comments | 9 | 2012-07-13T13:50:13Z | 2021-12-03T23:36:24Z | https://github.com/llvm/llvm-project/issues/13722 | 1,071,049,089 | 13,722 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13349](https://llvm.org/bz13349) |
| Resolution | FIXED |
| Resolved on | Jul 20, 2012 02:04 |
| Version | trunk |
| OS | Linux |
| Attachments | [vpslld.ll](https://user-images.githubusercontent.com/60944935/143745661-829e92f8-fb21-419d-b986-568d1ce5be6c.gz) |
| Reporter | LLVM... | Bad encoding of certain avx instructions on standard JIT | https://api.github.com/repos/llvm/llvm-project/issues/13721/comments | 7 | 2012-07-13T11:59:32Z | 2021-12-03T23:36:23Z | https://github.com/llvm/llvm-project/issues/13721 | 1,071,049,079 | 13,721 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13348](https://llvm.org/bz13348) |
| Resolution | FIXED |
| Resolved on | Jul 13, 2012 07:57 |
| Version | unspecified |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143745660-c3ac0b58-3aed-4667-8aec-67bb2341a64c.gz) |
| Reporter | ... | assertion hits in llvm::TargetInstrInfo::foldMemoryOperand | https://api.github.com/repos/llvm/llvm-project/issues/13720/comments | 4 | 2012-07-13T06:10:43Z | 2021-12-03T23:36:22Z | https://github.com/llvm/llvm-project/issues/13720 | 1,071,049,073 | 13,720 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13347](https://llvm.org/bz13347) |
| Resolution | FIXED |
| Resolved on | Dec 03, 2012 12:22 |
| Version | trunk |
| OS | Linux |
| Attachments | [zipped example .o file](https://user-images.githubusercontent.com/32180645/143745659-cd6ad247-19eb-4e25-8832-243fefa19417.gz) |
| CC... | llvm-dwarfdump doesn't do relocations | https://api.github.com/repos/llvm/llvm-project/issues/13719/comments | 1 | 2012-07-13T02:29:37Z | 2021-12-03T23:36:22Z | https://github.com/llvm/llvm-project/issues/13719 | 1,071,049,069 | 13,719 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13346](https://llvm.org/bz13346) |
| Resolution | INVALID |
| Resolved on | Jul 12, 2012 18:36 |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Suppose you have a union with members of different sizes. ... | memory corruption with casts to union values | https://api.github.com/repos/llvm/llvm-project/issues/13718/comments | 1 | 2012-07-13T00:33:31Z | 2021-12-03T23:36:21Z | https://github.com/llvm/llvm-project/issues/13718 | 1,071,049,065 | 13,718 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13345](https://llvm.org/bz13345) |
| Resolution | FIXED |
| Resolved on | Jul 16, 2012 16:40 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Patch](https://user-images.githubusercontent.com/60944935/143745658-3d836d7d-2877-424e-b7e0-4ed97b5e3503.gz) |
| Reporter | LLVM B... | set-xcode-analyzer does not work in Snow Leopard: Python is too old | https://api.github.com/repos/llvm/llvm-project/issues/13717/comments | 2 | 2012-07-12T19:57:54Z | 2021-12-03T23:36:20Z | https://github.com/llvm/llvm-project/issues/13717 | 1,071,049,057 | 13,717 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13344](https://llvm.org/bz13344) |
| Resolution | FIXED |
| Resolved on | Feb 18, 2013 16:04 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @DougGregor,@tritao,@rjmccall,@ftynse |
## Extended Description
Looks like my r160121 change has ... | [Windows] __cdecl is not equivalent to "default calling convention" anymore | https://api.github.com/repos/llvm/llvm-project/issues/13716/comments | 10 | 2012-07-12T15:38:36Z | 2021-12-03T23:36:19Z | https://github.com/llvm/llvm-project/issues/13716 | 1,071,049,051 | 13,716 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13343](https://llvm.org/bz13343) |
| Resolution | FIXED |
| Resolved on | Jul 30, 2012 20:21 |
| Version | unspecified |
| OS | All |
| CC | @AaronBallman |
## Extended Description
$ touch foo.h
$ clang -fsyntax-only foo.h
Creates "foo.h.gch" instead of only checking for erro... | clang -fsyntax-only on header files emits a PCH | https://api.github.com/repos/llvm/llvm-project/issues/13715/comments | 1 | 2012-07-12T13:23:57Z | 2021-12-03T23:36:18Z | https://github.com/llvm/llvm-project/issues/13715 | 1,071,049,048 | 13,715 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13342](https://llvm.org/bz13342) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When building LLVM's unittests, gcc warns that:
unittests/Support/AlignOfTest.cpp:65:8: warning: direct base ‘{anonymous}::S1’ inaccess... | Clang doesn't warn about direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’ due to ambiguity | https://api.github.com/repos/llvm/llvm-project/issues/13714/comments | 1 | 2012-07-12T11:06:43Z | 2023-06-07T20:59:13Z | https://github.com/llvm/llvm-project/issues/13714 | 1,071,049,045 | 13,714 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13341](https://llvm.org/bz13341) |
| Resolution | FIXED |
| Resolved on | Jul 12, 2012 03:38 |
| Version | trunk |
| OS | All |
## Extended Description
It is currently not possible to enable polly optimizations directly from dragonegg. The available workaround is to generate L... | provide a way to load additional LLVM libraries, such as LLVMPolly.so | https://api.github.com/repos/llvm/llvm-project/issues/13713/comments | 1 | 2012-07-12T10:26:26Z | 2021-12-03T23:36:17Z | https://github.com/llvm/llvm-project/issues/13713 | 1,071,049,041 | 13,713 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13340](https://llvm.org/bz13340) |
| Resolution | FIXED |
| Resolved on | Sep 21, 2015 22:07 |
| Version | trunk |
| OS | Windows NT |
| Depends On | llvm/llvm-bugzilla-archive#16830 llvm/llvm-bugzilla-archive#19861 llvm/llvm-bugzilla-archive#17201 |
| Blocks | llvm/llvm-bugzil... | [Windows] Support MSVC __asm syntax | https://api.github.com/repos/llvm/llvm-project/issues/13712/comments | 25 | 2012-07-12T10:02:36Z | 2021-12-03T23:36:16Z | https://github.com/llvm/llvm-project/issues/13712 | 1,071,049,034 | 13,712 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13339](https://llvm.org/bz13339) |
| Resolution | FIXED |
| Resolved on | Jul 16, 2012 17:50 |
| Version | trunk |
| OS | Linux |
| Attachments | [phinode-crash-clang-trunk-160030.tar.xz](https://user-images.githubusercontent.com/60944935/143745654-970b3826-9f8b-41e5-bc8e-32901e... | clang crashes with "PHINode should have one entry for each predecessor of its parent basic block!" | https://api.github.com/repos/llvm/llvm-project/issues/13711/comments | 2 | 2012-07-12T08:04:26Z | 2021-12-03T23:36:15Z | https://github.com/llvm/llvm-project/issues/13711 | 1,071,049,031 | 13,711 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13338](https://llvm.org/bz13338) |
| Resolution | FIXED |
| Resolved on | Jul 11, 2012 23:48 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
In
------------------------------
template <class T>
st... | #pragma visibility processed too late | https://api.github.com/repos/llvm/llvm-project/issues/13710/comments | 1 | 2012-07-12T05:50:23Z | 2021-12-03T23:36:14Z | https://github.com/llvm/llvm-project/issues/13710 | 1,071,049,025 | 13,710 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13337](https://llvm.org/bz13337) |
| Resolution | FIXED |
| Resolved on | Apr 12, 2014 00:36 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@echristo |
## Extended Description
GDB 7.4 and earlier don't support DW_TAG_restrict_ty... | strip out DW_TAG_restrict_type on linux | https://api.github.com/repos/llvm/llvm-project/issues/13709/comments | 4 | 2012-07-12T03:30:57Z | 2021-12-03T23:36:13Z | https://github.com/llvm/llvm-project/issues/13709 | 1,071,049,019 | 13,709 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13336](https://llvm.org/bz13336) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2016 04:09 |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin |
## Extended Description
Compiling
#include <arm_neon.h>
void foo()
{
uint64x2_t x = ... | ARM NEON intrinsic vshlq_n_u64 fail on shifts over 7. | https://api.github.com/repos/llvm/llvm-project/issues/13708/comments | 1 | 2012-07-11T23:26:55Z | 2021-12-03T23:36:12Z | https://github.com/llvm/llvm-project/issues/13708 | 1,071,049,013 | 13,708 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13335](https://llvm.org/bz13335) |
| Version | unspecified |
| OS | All |
## Extended Description
A number of "badly formed expressions" in test/Preprocessor/has_include.c have very poor recovery, emitting extra errors or warnings when the user's intent is fairly clear. We sho... | Poor recovery for badly-formed __has_include | https://api.github.com/repos/llvm/llvm-project/issues/13707/comments | 2 | 2012-07-11T22:10:01Z | 2023-08-15T11:22:57Z | https://github.com/llvm/llvm-project/issues/13707 | 1,071,049,008 | 13,707 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13334](https://llvm.org/bz13334) |
| Resolution | FIXED |
| Resolved on | Oct 22, 2012 15:48 |
| Version | unspecified |
| OS | All |
| CC | @Weverything |
## Extended Description
A number of "badly formed expressions" in test/Preprocessor/has_include.c cause clang to crash if... | Fix __has_include crashes in test/Preprocessor/has_include.c | https://api.github.com/repos/llvm/llvm-project/issues/13706/comments | 1 | 2012-07-11T22:08:14Z | 2021-12-03T23:36:11Z | https://github.com/llvm/llvm-project/issues/13706 | 1,071,049,004 | 13,706 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13333](https://llvm.org/bz13333) |
| Resolution | DUPLICATE |
| Resolved on | Jul 11, 2012 19:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
As one of the Gentoo users reported[1], llvm built with autoconf doesn't insta... | Please install the CMake modules when building with autoconf | https://api.github.com/repos/llvm/llvm-project/issues/13705/comments | 2 | 2012-07-11T21:57:10Z | 2021-12-03T23:36:10Z | https://github.com/llvm/llvm-project/issues/13705 | 1,071,048,999 | 13,705 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13332](https://llvm.org/bz13332) |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143745653-3060294d-b4bb-4026-b69f-35a239fd8e3f.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@DougGregor |
## E... | infinite loop | https://api.github.com/repos/llvm/llvm-project/issues/13704/comments | 3 | 2012-07-11T21:31:01Z | 2023-08-06T21:10:48Z | https://github.com/llvm/llvm-project/issues/13704 | 1,071,048,988 | 13,704 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13331](https://llvm.org/bz13331) |
| Resolution | INVALID |
| Resolved on | Jul 11, 2012 14:19 |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Consider this code:
#include <stdexcept>
constexpr... | diagnostic when throwing exceptions from constexpr | https://api.github.com/repos/llvm/llvm-project/issues/13703/comments | 2 | 2012-07-11T20:39:27Z | 2021-12-03T23:36:08Z | https://github.com/llvm/llvm-project/issues/13703 | 1,071,048,979 | 13,703 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13330](https://llvm.org/bz13330) |
| Version | unspecified |
| OS | All |
| CC | @dwblaikie |
## Extended Description
The "Comparing floating point with == or != is unsafe" warning is a great warning, but it triggers in some cases that don't make sense, and *are* reasonable to... | "Comparing floating point with == or != is unsafe” warning shouldn't trigger for comparisons against +/- inf | https://api.github.com/repos/llvm/llvm-project/issues/13702/comments | 1 | 2012-07-11T18:55:58Z | 2022-01-20T03:01:12Z | https://github.com/llvm/llvm-project/issues/13702 | 1,071,048,974 | 13,702 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13329](https://llvm.org/bz13329) |
| Resolution | FIXED |
| Resolved on | Aug 21, 2012 01:37 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tahonermann |
## Extended Description
I found a bug related to the automatic assignment ... | Incorrect code generated for automatic assignment operator | https://api.github.com/repos/llvm/llvm-project/issues/13701/comments | 16 | 2012-07-11T16:21:09Z | 2021-12-03T23:36:06Z | https://github.com/llvm/llvm-project/issues/13701 | 1,071,048,970 | 13,701 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13328](https://llvm.org/bz13328) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
g++ produces a hidden visibility for `foo` in:
```c++
struct __attribute__((visibility("hidden"))) zed ... | g++ propagates visibility from function parameters, we don't | https://api.github.com/repos/llvm/llvm-project/issues/13700/comments | 1 | 2012-07-11T15:34:07Z | 2024-08-11T20:43:36Z | https://github.com/llvm/llvm-project/issues/13700 | 1,071,048,965 | 13,700 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13327](https://llvm.org/bz13327) |
| Version | 3.1 |
| OS | Linux |
| Attachments | [gzipped preprocessed source as indicated](https://user-images.githubusercontent.com/60944935/143745645-e3075a70-34c0-43f2-8077-b2c6c87ab074.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | ... | clang dumps core when initialising a struct | https://api.github.com/repos/llvm/llvm-project/issues/13699/comments | 13 | 2012-07-11T12:11:29Z | 2023-07-29T04:45:33Z | https://github.com/llvm/llvm-project/issues/13699 | 1,071,048,956 | 13,699 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13326](https://llvm.org/bz13326) |
| Resolution | FIXED |
| Resolved on | Jul 12, 2012 18:09 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@FlashSheridan |
## Extended Description
regehr@home:~/z/reduce/r102$ clang -O1 small.c ; ./a.out
76
regehr@home:~/z/reduce/r102$ clan... | wrong code from % | https://api.github.com/repos/llvm/llvm-project/issues/13698/comments | 6 | 2012-07-11T04:41:51Z | 2021-12-03T23:36:03Z | https://github.com/llvm/llvm-project/issues/13698 | 1,071,048,953 | 13,698 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13325](https://llvm.org/bz13325) |
| Resolution | FIXED |
| Resolved on | Jul 10, 2012 21:17 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
We produce a hidden reference to _M_fill_insert in
tem... | #pragma visibility processed at point of instantiation | https://api.github.com/repos/llvm/llvm-project/issues/13697/comments | 1 | 2012-07-11T03:46:39Z | 2021-12-03T23:36:03Z | https://github.com/llvm/llvm-project/issues/13697 | 1,071,048,945 | 13,697 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13324](https://llvm.org/bz13324) |
| Resolution | FIXED |
| Resolved on | Nov 09, 2012 17:53 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When compiling the following code for sm_20, func params are by some reason given ... | [NVPTX] llc -march=nvptx64 -mcpu=sm_20 generates invalid zero align for device function params | https://api.github.com/repos/llvm/llvm-project/issues/13696/comments | 1 | 2012-07-11T03:45:50Z | 2021-12-03T23:36:02Z | https://github.com/llvm/llvm-project/issues/13696 | 1,071,048,936 | 13,696 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13323](https://llvm.org/bz13323) |
| Version | 3.0 |
| OS | MacOS X |
| Attachments | [A picture showing false positive](https://user-images.githubusercontent.com/60944935/143745642-4a874c29-85a9-4e83-b4de-a10c3d1e6863.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belka... | False positive: "Assigned value is garbage or undefined" | https://api.github.com/repos/llvm/llvm-project/issues/13695/comments | 7 | 2012-07-11T01:34:34Z | 2021-12-03T23:36:01Z | https://github.com/llvm/llvm-project/issues/13695 | 1,071,048,932 | 13,695 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13322](https://llvm.org/bz13322) |
| Resolution | FIXED |
| Resolved on | Jul 11, 2012 10:37 |
| Version | unspecified |
| OS | Linux |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143745641-a060549b-b8ac-451d-911c-b8414596a534.gz) |
| Reporter | LL... | CUDA inline PTX asm definitions scoping "{" "}" is broken | https://api.github.com/repos/llvm/llvm-project/issues/13694/comments | 2 | 2012-07-11T00:24:23Z | 2021-12-03T23:36:00Z | https://github.com/llvm/llvm-project/issues/13694 | 1,071,048,927 | 13,694 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13321](https://llvm.org/bz13321) |
| Resolution | INVALID |
| Resolved on | Jul 10, 2012 18:41 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [A picture showing LLDB complains](https://user-images.githubusercontent.com/60944935/143745640-044c2a05-e623-496d-adaf-ebb... | Logic Error: "Assigned value is garbage or undefined" | https://api.github.com/repos/llvm/llvm-project/issues/13693/comments | 3 | 2012-07-10T18:44:48Z | 2021-12-03T23:35:59Z | https://github.com/llvm/llvm-project/issues/13693 | 1,071,048,919 | 13,693 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13320](https://llvm.org/bz13320) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @adibiagio,@atrick,@legrosbuffle,@topperc,@ehsan,@jrmuizel,@LebedevRI,@RKSimon,@rotateright |
## Extended Description
gcc-4.2 compiles
```
long IndexO... | unnecessary use of lea to increment an induction variable | https://api.github.com/repos/llvm/llvm-project/issues/13692/comments | 6 | 2012-07-10T18:21:40Z | 2022-04-11T14:47:46Z | https://github.com/llvm/llvm-project/issues/13692 | 1,071,048,912 | 13,692 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13319](https://llvm.org/bz13319) |
| Resolution | FIXED |
| Resolved on | Jul 10, 2012 11:29 |
| Version | 3.1 |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AnnaZaks |
## Extended Description
As I was browsing the source code I found this strange condition:... | Possibly mistyped if condition in DivZeroChecker::checkPreStmt | https://api.github.com/repos/llvm/llvm-project/issues/13691/comments | 2 | 2012-07-10T17:25:27Z | 2021-12-03T23:35:57Z | https://github.com/llvm/llvm-project/issues/13691 | 1,071,048,908 | 13,691 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13318](https://llvm.org/bz13318) |
| Resolution | INVALID |
| Resolved on | Jul 11, 2012 02:57 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
The tutorial (i.e. http://llvm.org/docs/tutorial/LangImpl3.html) ref... | IRBuilder path in tutorial wrong | https://api.github.com/repos/llvm/llvm-project/issues/13690/comments | 2 | 2012-07-10T14:31:46Z | 2021-12-03T23:35:56Z | https://github.com/llvm/llvm-project/issues/13690 | 1,071,048,905 | 13,690 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13317](https://llvm.org/bz13317) |
| Resolution | INVALID |
| Resolved on | Jul 16, 2012 23:56 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@DougGregor,@echristo,@rjmccall |
## Extended Description
In case of inline default construc... | Debug information for inline constructor not proper. | https://api.github.com/repos/llvm/llvm-project/issues/13689/comments | 8 | 2012-07-10T10:33:37Z | 2021-12-03T23:35:55Z | https://github.com/llvm/llvm-project/issues/13689 | 1,071,048,898 | 13,689 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13316](https://llvm.org/bz13316) |
| Resolution | WORKSFORME |
| Resolved on | Jul 11, 2012 09:55 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Clang said upload these files](https://user-images.githubusercontent.com/60944935/143745638-15be9daa-44ad-4042-8192-3fccf... | Clang trunk crash on Linux compiler assert in IntervalMap (clang version 3.2 (trunk 159979)) | https://api.github.com/repos/llvm/llvm-project/issues/13688/comments | 4 | 2012-07-10T06:26:37Z | 2022-01-20T02:09:47Z | https://github.com/llvm/llvm-project/issues/13688 | 1,071,048,892 | 13,688 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13315](https://llvm.org/bz13315) |
| Version | trunk |
| OS | All |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143745637-dcdeaa09-cd3c-4a9e-8d14-63c6d512b477.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jrmuizel |
## Extended Descrip... | gcc tail merges cases that llvm doesn't | https://api.github.com/repos/llvm/llvm-project/issues/13687/comments | 0 | 2012-07-10T05:07:33Z | 2023-11-03T11:57:51Z | https://github.com/llvm/llvm-project/issues/13687 | 1,071,048,886 | 13,687 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13314](https://llvm.org/bz13314) |
| Resolution | FIXED |
| Resolved on | Jul 19, 2012 10:45 |
| Version | unspecified |
| OS | All |
| CC | @tkremenek,@rjmccall |
## Extended Description
noname:delta thakis$ cat repro.mii
class Foo { };
void f() {
Foo foo;
^() {
retu... | "Assertion failed: (isa<BlockDecl>(CurCodeDecl) && E->refersToEnclosingLocal()), function EmitDeclRefLValue" when a block refers to a C++ object in a closure | https://api.github.com/repos/llvm/llvm-project/issues/13686/comments | 11 | 2012-07-10T00:11:25Z | 2021-12-03T23:35:53Z | https://github.com/llvm/llvm-project/issues/13686 | 1,071,048,877 | 13,686 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13313](https://llvm.org/bz13313) |
| Resolution | FIXED |
| Resolved on | Nov 06, 2012 06:12 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
> starting to investigate mesa/llvmpipe on powerpc
(powerpc64/power7) and hi... | powerpc64 failures running llvmpipe / lp_test_* tests | https://api.github.com/repos/llvm/llvm-project/issues/13685/comments | 4 | 2012-07-10T00:02:06Z | 2021-12-03T23:35:52Z | https://github.com/llvm/llvm-project/issues/13685 | 1,071,048,870 | 13,685 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13312](https://llvm.org/bz13312) |
| Resolution | FIXED |
| Resolved on | Jul 12, 2012 03:21 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [A testcase that crashes clang.](https://user-images.githubusercontent.com/60944935/143745636-75bf4cd7-9fb4-4e9a-a660-313d26c97518.... | A weird Unicode character crashes clang | https://api.github.com/repos/llvm/llvm-project/issues/13684/comments | 1 | 2012-07-09T23:24:19Z | 2021-12-03T23:35:51Z | https://github.com/llvm/llvm-project/issues/13684 | 1,071,048,867 | 13,684 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13311](https://llvm.org/bz13311) |
| Resolution | INVALID |
| Resolved on | Jul 10, 2012 01:23 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
The following code fails to compile:
#inc... | [C++11] cannot return rvalue reference to function type | https://api.github.com/repos/llvm/llvm-project/issues/13683/comments | 4 | 2012-07-09T22:02:51Z | 2021-12-03T23:35:50Z | https://github.com/llvm/llvm-project/issues/13683 | 1,071,048,863 | 13,683 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13310](https://llvm.org/bz13310) |
| Resolution | FIXED |
| Resolved on | Oct 28, 2021 06:34 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@RKSimon |
| Fixed by commit(s) | d29ccbecd093c881c599fd41db5d68dae744f91f |
## Ex... | [AVX2,perf] could extract vector scales of 2/4/8 from gathers | https://api.github.com/repos/llvm/llvm-project/issues/13682/comments | 3 | 2012-07-09T21:51:25Z | 2023-08-22T10:19:50Z | https://github.com/llvm/llvm-project/issues/13682 | 1,071,048,860 | 13,682 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13309](https://llvm.org/bz13309) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@gnzlbg,@JVApen,@zygoloid,@HighCommander4 |
## Extended Description
An extended discussion of this problem, including the suggestion from Doug... | [C++11] lack of backtrace for SFINAE'ed out functions a usability nightmare | https://api.github.com/repos/llvm/llvm-project/issues/13681/comments | 26 | 2012-07-09T21:23:11Z | 2023-08-15T06:59:39Z | https://github.com/llvm/llvm-project/issues/13681 | 1,071,048,851 | 13,681 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13308](https://llvm.org/bz13308) |
| Resolution | FIXED |
| Resolved on | Jul 09, 2012 18:20 |
| Version | trunk |
| OS | All |
| CC | @zygoloid |
## Extended Description
As described in bug 12763, a few C++ sources in LibreOffice trigger the
following assert, when compiling i... | LibreOffice build dies with Assertion `EST != EST_Delayed && EST != EST_Uninstantiated' | https://api.github.com/repos/llvm/llvm-project/issues/13680/comments | 1 | 2012-07-09T20:07:52Z | 2021-12-03T23:35:47Z | https://github.com/llvm/llvm-project/issues/13680 | 1,071,048,848 | 13,680 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13307](https://llvm.org/bz13307) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jrmuizel |
## Extended Description
We compile
void * malloc_rtree_get(void **node) {
void *ret;
unsigned i;
for (i = 0; i < 10; i++) {
void **chil... | Failure to notice that all arguments of a phi are the same | https://api.github.com/repos/llvm/llvm-project/issues/13679/comments | 3 | 2012-07-09T19:47:21Z | 2021-12-03T23:35:47Z | https://github.com/llvm/llvm-project/issues/13679 | 1,071,048,843 | 13,679 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13306](https://llvm.org/bz13306) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2014 05:47 |
| Version | trunk |
| OS | All |
## Extended Description
The CMake build seems to have some issues with regard to
BUG_REPORT_URL (possibly other variables too).
On my Ubuntu workstat... | Must run CMake twice before building | https://api.github.com/repos/llvm/llvm-project/issues/13678/comments | 1 | 2012-07-09T19:43:00Z | 2021-12-03T23:35:46Z | https://github.com/llvm/llvm-project/issues/13678 | 1,071,048,839 | 13,678 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13305](https://llvm.org/bz13305) |
| Resolution | FIXED |
| Resolved on | Nov 30, 2015 11:55 |
| Version | trunk |
| OS | All |
| CC | @jeremyhu,@belkadan |
## Extended Description
% clang --version
clang version 3.2
Target: x86_64-apple-darwin11.4.0
Thread model: posix
This ... | Standalone CMake builds of clang don't include any revision numbers | https://api.github.com/repos/llvm/llvm-project/issues/13677/comments | 2 | 2012-07-09T19:24:25Z | 2021-12-03T23:35:45Z | https://github.com/llvm/llvm-project/issues/13677 | 1,071,048,834 | 13,677 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.