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 | [16004](https://llvm.org/bz16004) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor | | Redeclaration of overloaded operator function is incorrectly diagnosed | https://api.github.com/repos/llvm/llvm-project/issues/16376/comments | 1 | 2013-05-14T23:57:57Z | 2023-11-03T14:05:51Z | https://github.com/llvm/llvm-project/issues/16376 | 1,071,065,339 | 16,376 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16003](https://llvm.org/bz16003) |
| Resolution | FIXED |
| Resolved on | Nov 30, 2015 18:22 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @eugenis,@kcc |
## Extended Description
git bisect result says that asan heap-use-after-free ... | Asan heap-use-after-free broken since svn r177634 | https://api.github.com/repos/llvm/llvm-project/issues/16375/comments | 2 | 2013-05-14T23:04:19Z | 2021-12-04T00:14:21Z | https://github.com/llvm/llvm-project/issues/16375 | 1,071,065,335 | 16,375 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16002](https://llvm.org/bz16002) |
| Resolution | INVALID |
| Resolved on | Jan 19, 2016 11:01 |
| Version | trunk |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin |
## Extended Description
On arm (tested on android) when generating stub functions for... | RuntimeDyld generates incorrect Stub Functions on Arm | https://api.github.com/repos/llvm/llvm-project/issues/16374/comments | 1 | 2013-05-14T22:32:49Z | 2021-12-04T00:14:20Z | https://github.com/llvm/llvm-project/issues/16374 | 1,071,065,329 | 16,374 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16001](https://llvm.org/bz16001) |
| Resolution | FIXED |
| Resolved on | May 15, 2013 14:18 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#16371 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This was fixed in r181524, which needs to be... | GlobalOpt (in 3.3) removes alias in llvm.used | https://api.github.com/repos/llvm/llvm-project/issues/16373/comments | 1 | 2013-05-14T22:00:31Z | 2021-12-04T00:14:19Z | https://github.com/llvm/llvm-project/issues/16373 | 1,071,065,324 | 16,373 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16000](https://llvm.org/bz16000) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2016 08:53 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jimingham,@labath |
## Extended Description
When a function is registered with SBBreakpoint:... | SBBreakpoint::SetCallback() function does not work as expected | https://api.github.com/repos/llvm/llvm-project/issues/16372/comments | 3 | 2013-05-14T21:01:33Z | 2021-12-04T00:14:18Z | https://github.com/llvm/llvm-project/issues/16372 | 1,071,065,320 | 16,372 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15999](https://llvm.org/bz15999) |
| Resolution | MOVED |
| Resolved on | Oct 17, 2013 01:44 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#15780 llvm/llvm-project#16292 llvm/llvm-project#16344 llvm/llvm-project#16349 llvm/llvm-bugzilla-archive#16001 llvm/ll... | Meta bug tracking 3.3 regressions | https://api.github.com/repos/llvm/llvm-project/issues/16371/comments | 9 | 2013-05-14T20:20:06Z | 2021-12-04T00:14:17Z | https://github.com/llvm/llvm-project/issues/16371 | 1,071,065,313 | 16,371 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15998](https://llvm.org/bz15998) |
| Resolution | FIXED |
| Resolved on | Jun 18, 2013 17:42 |
| Version | unspecified |
| OS | All |
| CC | @lattner,@DougGregor,@efriedma-quic,@jayfoad,@zygoloid,@rjmccall |
## Extended Description
hummer:src thakis$ cat test.mm
template <type... | assert "Function return type does not match operand type of return inst!" when building ObjC code for arm | https://api.github.com/repos/llvm/llvm-project/issues/16370/comments | 10 | 2013-05-14T19:40:09Z | 2021-12-04T00:14:16Z | https://github.com/llvm/llvm-project/issues/16370 | 1,071,065,304 | 16,370 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15997](https://llvm.org/bz15997) |
| Resolution | MOVED |
| Resolved on | May 14, 2013 19:45 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When working on iOS apps using Objective-C with ARC and blocks, it is ofte... | Support __weak(ptr) in Objective-C for creating __weak references | https://api.github.com/repos/llvm/llvm-project/issues/16369/comments | 2 | 2013-05-14T19:32:01Z | 2021-12-04T00:14:15Z | https://github.com/llvm/llvm-project/issues/16369 | 1,071,065,297 | 16,369 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15996](https://llvm.org/bz15996) |
| Resolution | WORKSFORME |
| Resolved on | May 14, 2013 11:43 |
| Version | 3.1 |
| OS | Linux |
| Attachments | [Log file of configure script](https://user-images.githubusercontent.com/60944935/143747391-40f73164-ece8-46f6-bb2e-915969f4caab.g... | configure: error: Type int64_t required but not found | https://api.github.com/repos/llvm/llvm-project/issues/16368/comments | 1 | 2013-05-14T17:28:07Z | 2022-01-20T02:11:41Z | https://github.com/llvm/llvm-project/issues/16368 | 1,071,065,292 | 16,368 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15995](https://llvm.org/bz15995) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
Summary:
some frameworks, notably AppKit and UIKit, require particular methods to be called on particular threads, but conta... | Let developers annotate, and the analyzer catch, threading requirements on function/method calls | https://api.github.com/repos/llvm/llvm-project/issues/16367/comments | 3 | 2013-05-14T17:13:57Z | 2021-12-04T00:14:14Z | https://github.com/llvm/llvm-project/issues/16367 | 1,071,065,285 | 16,367 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15994](https://llvm.org/bz15994) |
| Resolution | FIXED |
| Resolved on | May 14, 2013 10:43 |
| Version | trunk |
| OS | Linux |
## Extended Description
OS: Linux CentOS 6.4 x86
Configure line :
./configure <whole list of RPM defaults> --enable-debug-runtime --enable-jit... | SVN revision 181780 build fails | https://api.github.com/repos/llvm/llvm-project/issues/16366/comments | 3 | 2013-05-14T16:48:45Z | 2021-12-04T00:14:13Z | https://github.com/llvm/llvm-project/issues/16366 | 1,071,065,281 | 16,366 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15993](https://llvm.org/bz15993) |
| Version | trunk |
| OS | Linux |
| CC | @isanbard,@hanickadot |
## Extended Description
OS : CentOS 6.4 final x86
Error:
clang assertion :
```
clang: MemoryBuffer.cpp:59:
void llvm::MemoryBuffer::init(const char*, const c... | MemoryBuffer.cpp:59 assertion failed | https://api.github.com/repos/llvm/llvm-project/issues/16365/comments | 16 | 2013-05-14T13:14:17Z | 2024-08-12T08:49:54Z | https://github.com/llvm/llvm-project/issues/16365 | 1,071,065,273 | 16,365 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15992](https://llvm.org/bz15992) |
| Version | 3.2 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When trying to build linux x86_64 binaries using clang on windows it emits wrong/invalid paths in line section data in .debug_info section.... | Clang emits wrong paths in .debug_line section. | https://api.github.com/repos/llvm/llvm-project/issues/16364/comments | 0 | 2013-05-14T11:29:27Z | 2021-12-04T00:14:11Z | https://github.com/llvm/llvm-project/issues/16364 | 1,071,065,266 | 16,364 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15991](https://llvm.org/bz15991) |
| Resolution | FIXED |
| Resolved on | May 17, 2013 01:15 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
This causes IRGen to assert:
int f() {
thread_local int n;
auto l = [] { return n; };
return l(... | lambdas + thread_local result in an assertion failure | https://api.github.com/repos/llvm/llvm-project/issues/16363/comments | 1 | 2013-05-14T08:42:32Z | 2021-12-04T00:14:10Z | https://github.com/llvm/llvm-project/issues/16363 | 1,071,065,259 | 16,363 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15990](https://llvm.org/bz15990) |
| Resolution | FIXED |
| Resolved on | May 18, 2013 13:40 |
| Version | trunk |
| OS | Linux |
## Extended Description
test case by csmith/creduce
LLVM r181757, x86_64 linux.
int a;
int b;
unsigned c;
int d;
void fn1 () {
for (; b; ++b) {... | Transforms/Vectorize/LoopVectorize.cpp: Assertion `NumIncoming > 1 && "Invalid PHI"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/16362/comments | 3 | 2013-05-14T07:57:06Z | 2021-12-04T00:14:09Z | https://github.com/llvm/llvm-project/issues/16362 | 1,071,065,253 | 16,362 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15989](https://llvm.org/bz15989) |
| Resolution | WONTFIX |
| Resolved on | Jun 07, 2016 17:01 |
| Version | unspecified |
| OS | Linux |
| CC | @emaste,@labath |
## Extended Description
When the inferior has crashed, if I evaluate an expression then attempt to step the evalua... | Unable to allocate memory after inferior crash and step | https://api.github.com/repos/llvm/llvm-project/issues/16361/comments | 7 | 2013-05-14T01:42:10Z | 2022-01-20T02:37:34Z | https://github.com/llvm/llvm-project/issues/16361 | 1,071,065,248 | 16,361 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15988](https://llvm.org/bz15988) |
| Resolution | WORKSFORME |
| Resolved on | Mar 27, 2015 00:06 |
| Version | unspecified |
| OS | Linux |
| CC | @emaste |
## Extended Description
After the inferior process crashes, the 'thread step-over' command does not work as expected on... | thread step over misbehaves after crash | https://api.github.com/repos/llvm/llvm-project/issues/16360/comments | 2 | 2013-05-14T01:35:15Z | 2022-01-20T02:11:39Z | https://github.com/llvm/llvm-project/issues/16360 | 1,071,065,246 | 16,360 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15987](https://llvm.org/bz15987) |
| Resolution | FIXED |
| Resolved on | Oct 24, 2013 23:15 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AnnaZaks,@belkadan |
## Extended Description
Overview:
The static analyzer claims that memory i... | False positive "use of memory after it is freed" involving boost::shared_ptr, libstdc++ | https://api.github.com/repos/llvm/llvm-project/issues/16359/comments | 6 | 2013-05-14T01:01:42Z | 2021-12-04T00:14:07Z | https://github.com/llvm/llvm-project/issues/16359 | 1,071,065,237 | 16,359 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15986](https://llvm.org/bz15986) |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case: Comment/uncomment typedefs in main() function to test array vs. vector.](https://user-images.githubusercontent.com/60944935/143747387-bff29e76-1083-4c6d-b110-5054ef55d233.gz), [Tes... | Stack arrays (C-style array and std::array) sometimes compile to ~50% slower code than std::vector for array access | https://api.github.com/repos/llvm/llvm-project/issues/16358/comments | 5 | 2013-05-13T23:54:09Z | 2021-12-04T00:14:06Z | https://github.com/llvm/llvm-project/issues/16358 | 1,071,065,233 | 16,358 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15985](https://llvm.org/bz15985) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan,@zygoloid |
## Extended Description
Overview:
The static analyzer reports that a variable is used uninitialized, in a situation where it can't be.... | false positive logic error with float variable | https://api.github.com/repos/llvm/llvm-project/issues/16357/comments | 4 | 2013-05-13T23:20:22Z | 2021-12-04T00:14:05Z | https://github.com/llvm/llvm-project/issues/16357 | 1,071,065,227 | 16,357 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15984](https://llvm.org/bz15984) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [Ada source files](https://user-images.githubusercontent.com/60944935/143747386-1bef5871-2907-4499-9c7e-2be68a948541.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
On ... | LLVM Error: Cannot select 0xb3e9e08: f32 = truncate 0xb3e0a28 [ID=24] | https://api.github.com/repos/llvm/llvm-project/issues/16356/comments | 4 | 2013-05-13T22:03:07Z | 2021-12-14T21:18:33Z | https://github.com/llvm/llvm-project/issues/16356 | 1,071,065,224 | 16,356 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15983](https://llvm.org/bz15983) |
| Version | unspecified |
| OS | All |
| CC | @dwblaikie,@DougGregor,@Weverything |
## Extended Description
```
struct Foo {
int c;
operator bool() const { return c != 0; }
};
bool foo(Foo a, Foo b) {
return a == b;
}
... | Warn on most likely unintentional use of implicit boolean conversion in compare. | https://api.github.com/repos/llvm/llvm-project/issues/16355/comments | 4 | 2013-05-13T20:19:52Z | 2022-01-17T20:19:51Z | https://github.com/llvm/llvm-project/issues/16355 | 1,071,065,220 | 16,355 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15982](https://llvm.org/bz15982) |
| Resolution | INVALID |
| Resolved on | May 13, 2013 14:00 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [IR that crashes GVN (LLVM 3.2)](https://user-images.githubusercontent.com/60944935/143747385-dfb7acfa-95b3-4834-9678-5f9d7ad29917.gz... | GVN crashes | https://api.github.com/repos/llvm/llvm-project/issues/16354/comments | 3 | 2013-05-13T20:16:07Z | 2021-12-04T00:14:03Z | https://github.com/llvm/llvm-project/issues/16354 | 1,071,065,217 | 16,354 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15981](https://llvm.org/bz15981) |
| Resolution | FIXED |
| Resolved on | Jun 26, 2017 08:55 |
| Version | trunk |
| OS | Linux |
| CC | @DimitryAndric,@RKSimon |
## Extended Description
test case by csmith/creduce
LLVM r181696, x86_64 linux
% clang -cc1 -triple x86_64-unknow... | llvm/lib/CodeGen/ScheduleDAG.cpp:511: void llvm::ScheduleDAGTopologicalSort::InitDAGTopologicalSorting(): Assertion `Node2Index[SU->NodeNum] > Node2Index[I->getSUnit()->NodeNum] && "Wrong topological sorting"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/16353/comments | 2 | 2013-05-13T17:49:22Z | 2021-12-04T00:14:02Z | https://github.com/llvm/llvm-project/issues/16353 | 1,071,065,208 | 16,353 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15980](https://llvm.org/bz15980) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Dragonegg 3.3svn and trunk both produce undefined symbols for _iround and _iroundf when compiling the Polyhedron 2005 benchmark aermod.f90 w... | _iround and _iroundf undefined for dragonegg under gcc 4.8.0 | https://api.github.com/repos/llvm/llvm-project/issues/16352/comments | 1 | 2013-05-13T16:21:19Z | 2021-12-14T21:10:26Z | https://github.com/llvm/llvm-project/issues/16352 | 1,071,065,202 | 16,352 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15979](https://llvm.org/bz15979) |
| Resolution | DUPLICATE |
| Resolved on | Mar 01, 2016 06:30 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
clang reports errors within strlen, only if invoked with ccache and optimization... | strcmp with short strings produces array out of bounds warning with -O2 -Warray-bounds | https://api.github.com/repos/llvm/llvm-project/issues/16351/comments | 5 | 2013-05-13T14:41:06Z | 2021-12-04T00:14:00Z | https://github.com/llvm/llvm-project/issues/16351 | 1,071,065,198 | 16,351 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15978](https://llvm.org/bz15978) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2013 12:00 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143747384-1ec75c5f-1513-4df9-952b-b88d648ce6ce.gz) |
| Reporter ... | std::set with user-defined allocator - compile error | https://api.github.com/repos/llvm/llvm-project/issues/16350/comments | 8 | 2013-05-13T14:01:13Z | 2021-12-04T00:13:59Z | https://github.com/llvm/llvm-project/issues/16350 | 1,071,065,192 | 16,350 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15977](https://llvm.org/bz15977) |
| Resolution | FIXED |
| Resolved on | May 22, 2013 12:31 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#15999 |
| Attachments | [the kernel LLVM assembly](https://user-images.githubusercontent.com/92601917/14374738... | illegal results with a vector select case | https://api.github.com/repos/llvm/llvm-project/issues/16349/comments | 12 | 2013-05-13T13:06:14Z | 2021-12-04T00:13:58Z | https://github.com/llvm/llvm-project/issues/16349 | 1,071,065,185 | 16,349 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15976](https://llvm.org/bz15976) |
| Resolution | INVALID |
| Resolved on | May 13, 2013 05:46 |
| Version | trunk |
| OS | Linux |
## Extended Description
#if defined(AAAAAAAAAAAAAAAAA) ||
defined(BBBBBBBBBBBBBBBB) || defined(CCCCCCCCCCCCCCCC) ||
defined(DDDDDDDDDDDDDDDDD... | Bad #if formatting | https://api.github.com/repos/llvm/llvm-project/issues/16348/comments | 1 | 2013-05-13T12:44:35Z | 2021-12-04T00:13:57Z | https://github.com/llvm/llvm-project/issues/16348 | 1,071,065,180 | 16,348 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15975](https://llvm.org/bz15975) |
| Resolution | FIXED |
| Resolved on | Jan 24, 2019 02:51 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143747379-12945578-7f52-4762-b383-60a421739618.gz) |
| Reporter | L... | SROA assertion "Element extends past full value" fails | https://api.github.com/repos/llvm/llvm-project/issues/16347/comments | 4 | 2013-05-13T11:14:56Z | 2021-12-04T00:13:57Z | https://github.com/llvm/llvm-project/issues/16347 | 1,071,065,178 | 16,347 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15974](https://llvm.org/bz15974) |
| Resolution | FIXED |
| Resolved on | Aug 27, 2013 07:10 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
NB: I'm using clang svn from a few weeks ago so it may have been fixed but at th... | clang-format doesn't handle enum class | https://api.github.com/repos/llvm/llvm-project/issues/16346/comments | 0 | 2013-05-12T20:14:46Z | 2021-12-04T00:13:56Z | https://github.com/llvm/llvm-project/issues/16346 | 1,071,065,174 | 16,346 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15973](https://llvm.org/bz15973) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@TabbyBelka,@kariya-mitsuru |
## Extended Description
clang++ (default flags, trunk version) does not grok the following code:
```cpp
namespace outer {
void f(int &);
voi... | using directive picks wrong nearest enclosing namespace | https://api.github.com/repos/llvm/llvm-project/issues/16345/comments | 5 | 2013-05-12T19:39:37Z | 2023-06-16T00:45:28Z | https://github.com/llvm/llvm-project/issues/16345 | 1,071,065,166 | 16,345 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15972](https://llvm.org/bz15972) |
| Resolution | FIXED |
| Resolved on | Aug 12, 2013 13:57 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#15999 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo,@rjmccall |
## Extended Description
LLVM fro... | [3.3 RC] weak_odr thread_local global crashes MC for Mach-O | https://api.github.com/repos/llvm/llvm-project/issues/16344/comments | 15 | 2013-05-12T19:14:18Z | 2021-12-04T00:13:54Z | https://github.com/llvm/llvm-project/issues/16344 | 1,071,065,159 | 16,344 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15971](https://llvm.org/bz15971) |
| Version | unspecified |
| OS | All |
| CC | @compnerd,@jryans |
## Extended Description
It would be really great if LLDB had an equivalent of GDB's TUI.
http://sourceware.org/gdb/current/onlinedocs/gdb/TUI.html | Implement an equivalent of GDB's TUI | https://api.github.com/repos/llvm/llvm-project/issues/16343/comments | 2 | 2013-05-12T15:36:29Z | 2023-09-08T11:20:49Z | https://github.com/llvm/llvm-project/issues/16343 | 1,071,065,153 | 16,343 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15970](https://llvm.org/bz15970) |
| Resolution | FIXED |
| Resolved on | May 14, 2013 17:34 |
| Version | trunk |
| OS | Linux |
| Attachments | [Script and C file with problem](https://user-images.githubusercontent.com/1040968/143747378-b456952e-3219-4a3e-8393-d8910a1efb34.gz)... | Cannot select: v4i16 = zero_extend on ARM test-suite | https://api.github.com/repos/llvm/llvm-project/issues/16342/comments | 13 | 2013-05-12T13:48:06Z | 2021-12-04T00:13:52Z | https://github.com/llvm/llvm-project/issues/16342 | 1,071,065,149 | 16,342 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15969](https://llvm.org/bz15969) |
| Resolution | INVALID |
| Resolved on | May 11, 2013 17:09 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@gribozavr |
## Extended Description
The following code compiles perfectly... | template base class members not accessible without this-> | https://api.github.com/repos/llvm/llvm-project/issues/16341/comments | 1 | 2013-05-11T23:41:45Z | 2021-12-04T00:13:51Z | https://github.com/llvm/llvm-project/issues/16341 | 1,071,065,141 | 16,341 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15968](https://llvm.org/bz15968) |
| Resolution | DUPLICATE |
| Resolved on | May 11, 2013 16:06 |
| Version | trunk |
| OS | All |
| Attachments | [date.cpp](https://user-images.githubusercontent.com/60944935/143747377-ee39be93-dac5-4f13-8a72-cb70c7859a6b.gz) |
| Reporter | LLV... | constexpr code unnecessarily generated and called | https://api.github.com/repos/llvm/llvm-project/issues/16340/comments | 1 | 2013-05-11T22:48:11Z | 2021-12-04T00:13:50Z | https://github.com/llvm/llvm-project/issues/16340 | 1,071,065,132 | 16,340 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15967](https://llvm.org/bz15967) |
| Resolution | FIXED |
| Resolved on | Mar 26, 2014 17:58 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@karka228 |
## Extended Description
test.s:
target datalayout = "e"
%struct.foo = type { i32... | basicaa claims no alias when there is | https://api.github.com/repos/llvm/llvm-project/issues/16339/comments | 5 | 2013-05-11T08:40:35Z | 2021-12-04T00:13:50Z | https://github.com/llvm/llvm-project/issues/16339 | 1,071,065,128 | 16,339 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15966](https://llvm.org/bz15966) |
| Resolution | FIXED |
| Resolved on | May 10, 2013 15:30 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
$ cat t.cc
_Complex long long l = 42i;
clang++ ... | Crash on _Complex int = 1i; | https://api.github.com/repos/llvm/llvm-project/issues/16338/comments | 1 | 2013-05-10T21:48:04Z | 2021-12-04T00:13:49Z | https://github.com/llvm/llvm-project/issues/16338 | 1,071,065,123 | 16,338 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15965](https://llvm.org/bz15965) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2014 18:31 |
| Version | trunk |
| OS | MacOS X |
| Blocks | llvm/llvm-project#16273 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@iains |
## Extended Description
After suspectin... | [powerpc-darwin8] stage-2 ADT unit tests crash | https://api.github.com/repos/llvm/llvm-project/issues/16337/comments | 9 | 2013-05-10T20:21:42Z | 2021-12-04T00:13:48Z | https://github.com/llvm/llvm-project/issues/16337 | 1,071,065,114 | 16,337 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15964](https://llvm.org/bz15964) |
| Version | trunk |
| OS | All |
| CC | @majnemer,@zmodem |
## Extended Description
The following two programs give the same result with gcc but B produces worse code with clang.
A:
int
PL_strcasecmp(const char *a, const char *b)
{
whil... | Missing conditional optimization compared to gcc | https://api.github.com/repos/llvm/llvm-project/issues/16336/comments | 2 | 2013-05-10T20:17:22Z | 2023-11-03T14:06:02Z | https://github.com/llvm/llvm-project/issues/16336 | 1,071,065,109 | 16,336 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15963](https://llvm.org/bz15963) |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143747374-040a4d5e-7301-4007-a839-12f3f241aa80.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@DougGregor |
... | Bug 15961 - Testcase we don't devirtualize | https://api.github.com/repos/llvm/llvm-project/issues/16335/comments | 1 | 2013-05-10T17:52:47Z | 2023-07-14T06:49:46Z | https://github.com/llvm/llvm-project/issues/16335 | 1,071,065,105 | 16,335 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15962](https://llvm.org/bz15962) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2015 01:00 |
| Version | trunk |
| OS | Linux |
| Attachments | [Source file demonstrating inconsistent line table](https://user-images.githubusercontent.com/60944935/143747372-54c55839-ada5-4527-b... | Inconsistent setting of is_stmt in .debug_line | https://api.github.com/repos/llvm/llvm-project/issues/16334/comments | 4 | 2013-05-10T17:51:03Z | 2021-12-04T00:13:45Z | https://github.com/llvm/llvm-project/issues/16334 | 1,071,065,099 | 16,334 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15961](https://llvm.org/bz15961) |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143747371-04826a32-1e97-46e5-a6da-d28c7d6b84fe.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@DougGregor |
... | Testcase we don't devirtualize | https://api.github.com/repos/llvm/llvm-project/issues/16333/comments | 3 | 2013-05-10T17:47:28Z | 2023-07-28T17:55:55Z | https://github.com/llvm/llvm-project/issues/16333 | 1,071,065,096 | 16,333 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15960](https://llvm.org/bz15960) |
| Resolution | FIXED |
| Resolved on | May 13, 2013 07:43 |
| Version | trunk |
| OS | Windows NT |
| CC | @kimgr |
## Extended Description
The FormatTest.ConfigurationRoundTripTest unit test is failed on Windows 7 x64 with MSVC 11. It appea... | YAMLTraits doesn't roundtrip on Windows | https://api.github.com/repos/llvm/llvm-project/issues/16332/comments | 2 | 2013-05-10T17:07:16Z | 2021-12-04T00:13:44Z | https://github.com/llvm/llvm-project/issues/16332 | 1,071,065,093 | 16,332 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15959](https://llvm.org/bz15959) |
| Resolution | FIXED |
| Resolved on | Jul 22, 2014 09:30 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
LLVM (git) + clang (3.4) for x86_64 miscompiles the following code.
... | Wrong constant folding | https://api.github.com/repos/llvm/llvm-project/issues/16331/comments | 2 | 2013-05-10T17:05:57Z | 2021-12-04T00:13:43Z | https://github.com/llvm/llvm-project/issues/16331 | 1,071,065,089 | 16,331 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15958](https://llvm.org/bz15958) |
| Resolution | DUPLICATE |
| Resolved on | Aug 09, 2013 07:44 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
make[2]: Entering directory `/var/scratch/freundt/src/devel/llvm-3.2.src/tools/o... | libLLVMNVPTXAsmPrinter.a: could not read symbols: Archive has no index; run ranlib to add one | https://api.github.com/repos/llvm/llvm-project/issues/16330/comments | 1 | 2013-05-10T15:11:47Z | 2021-12-04T00:13:42Z | https://github.com/llvm/llvm-project/issues/16330 | 1,071,065,083 | 16,330 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15957](https://llvm.org/bz15957) |
| Resolution | WORKSFORME |
| Resolved on | Jun 20, 2016 19:12 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@rnk |
## Extended Description
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
/var... | building intrinsics.gen.tmp from intrincis.td fails | https://api.github.com/repos/llvm/llvm-project/issues/16329/comments | 6 | 2013-05-10T13:58:52Z | 2022-01-20T02:11:38Z | https://github.com/llvm/llvm-project/issues/16329 | 1,071,065,075 | 16,329 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15956](https://llvm.org/bz15956) |
| Resolution | FIXED |
| Resolved on | May 13, 2013 19:38 |
| Version | trunk |
| OS | Linux |
| Attachments | [Input file that makes clang++ segfault (gzipped)](https://user-images.githubusercontent.com/60944935/143747370-ce18ef77-3010-4817-80... | clang++ trunk segmentation fault | https://api.github.com/repos/llvm/llvm-project/issues/16328/comments | 2 | 2013-05-10T13:06:15Z | 2021-12-04T00:13:40Z | https://github.com/llvm/llvm-project/issues/16328 | 1,071,065,069 | 16,328 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15955](https://llvm.org/bz15955) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-project#16188 |
## Extended Description
$ cat test.cpp
#include <vector>
#include <assert.h>
#include <boost/foreac... | UseNullptr incorrectly replaces BOOST_FOREACH with nullptr in macro using __VA_ARGS__ | https://api.github.com/repos/llvm/llvm-project/issues/16327/comments | 4 | 2013-05-10T12:51:35Z | 2021-12-04T00:13:39Z | https://github.com/llvm/llvm-project/issues/16327 | 1,071,065,064 | 16,327 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15954](https://llvm.org/bz15954) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Linux |
| Attachments | [hello world and its .gc* files which make gcov segfault](https://user-images.githubusercontent.com/60944935/143747368-40570914-9804-... | Clang's coverage files not readable by gcov | https://api.github.com/repos/llvm/llvm-project/issues/16326/comments | 13 | 2013-05-10T11:36:54Z | 2021-12-04T00:13:38Z | https://github.com/llvm/llvm-project/issues/16326 | 1,071,065,060 | 16,326 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15953](https://llvm.org/bz15953) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @foutrelis |
## Extended Description
When I pass --coverage to clang (which I build from trunk toge... | Clang links the wrong compiler-rt when building with --coverage | https://api.github.com/repos/llvm/llvm-project/issues/16325/comments | 5 | 2013-05-10T11:22:30Z | 2021-12-04T00:13:37Z | https://github.com/llvm/llvm-project/issues/16325 | 1,071,065,055 | 16,325 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15952](https://llvm.org/bz15952) |
| Resolution | FIXED |
| Resolved on | May 10, 2013 04:19 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143747367-e6c10eec-ef5e-416a-9baf-3c31cc830f81.gz) |
| ... | Assertion `!areInvalidOperands(C, S1, S2) && "Invalid operands for select"' failed | https://api.github.com/repos/llvm/llvm-project/issues/16324/comments | 3 | 2013-05-10T09:44:04Z | 2021-12-04T00:13:36Z | https://github.com/llvm/llvm-project/issues/16324 | 1,071,065,050 | 16,324 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15951](https://llvm.org/bz15951) |
| Resolution | DUPLICATE |
| Resolved on | May 10, 2013 04:19 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@DougGregor |
## Extended Description
/home/leipeng/opt/bin/clang++ -Ofast -g3 -c -I... | Compiler Assertion Fail in llvm::sys::PrintStackTrace(_IO_FILE*) + 38 | https://api.github.com/repos/llvm/llvm-project/issues/16323/comments | 2 | 2013-05-10T08:10:51Z | 2021-12-04T00:13:36Z | https://github.com/llvm/llvm-project/issues/16323 | 1,071,065,047 | 16,323 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15950](https://llvm.org/bz15950) |
| Resolution | FIXED |
| Resolved on | May 12, 2013 21:07 |
| Version | trunk |
| OS | Linux |
| Attachments | [bug.ll Overflow caused by undef mask](https://user-images.githubusercontent.com/60944935/143747366-a47e9f8f-dc05-4673-8419-0316d550a... | A bug in DAG Combiner when try to turn a shuffle with undef mask of two concats into a single concat | https://api.github.com/repos/llvm/llvm-project/issues/16322/comments | 0 | 2013-05-10T03:51:25Z | 2021-12-04T00:13:35Z | https://github.com/llvm/llvm-project/issues/16322 | 1,071,065,041 | 16,322 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15949](https://llvm.org/bz15949) |
| Resolution | DUPLICATE |
| Resolved on | Jun 26, 2018 12:13 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ldionne |
## Extended Description
Configuring stringstream to thrown for given error bits ... | no exceptions are thrown for stringstream | https://api.github.com/repos/llvm/llvm-project/issues/16321/comments | 7 | 2013-05-10T03:16:56Z | 2021-12-04T00:13:34Z | https://github.com/llvm/llvm-project/issues/16321 | 1,071,065,037 | 16,321 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15948](https://llvm.org/bz15948) |
| Resolution | FIXED |
| Resolved on | May 10, 2013 09:10 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@majnemer |
## Extended Description
Run piglit test glsl-fs-loop on Mesa llvmpipe.
$ ./bin/glsl-fs-loop -auto
glsl-fs-loop: SelectionD... | SelectionDAG.cpp:994: llvm::SDValue llvm::SelectionDAG::getConstant(const llvm::ConstantInt&, llvm::EVT, bool): Assertion `Elt->getBitWidth() == EltVT.getSizeInBits() && "APInt size does not match type size!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/16320/comments | 1 | 2013-05-10T02:45:21Z | 2021-12-04T00:13:33Z | https://github.com/llvm/llvm-project/issues/16320 | 1,071,065,026 | 16,320 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15947](https://llvm.org/bz15947) |
| Resolution | FIXED |
| Resolved on | May 10, 2013 07:08 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2sv... | Miscompiled code and corrupted stack frame | https://api.github.com/repos/llvm/llvm-project/issues/16319/comments | 2 | 2013-05-10T02:37:47Z | 2021-12-04T00:13:32Z | https://github.com/llvm/llvm-project/issues/16319 | 1,071,065,019 | 16,319 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15946](https://llvm.org/bz15946) |
| Resolution | DUPLICATE |
| Resolved on | Jul 06, 2016 15:55 |
| Version | trunk |
| OS | All |
| CC | @chandlerc |
## Extended Description
gcc gives:
xor %eax,%eax
ucomisd %xmm0,%xmm1
seta %al
retq
clan... | Poor code generated for double conditional | https://api.github.com/repos/llvm/llvm-project/issues/16318/comments | 3 | 2013-05-09T23:47:50Z | 2021-12-04T00:13:31Z | https://github.com/llvm/llvm-project/issues/16318 | 1,071,065,015 | 16,318 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15945](https://llvm.org/bz15945) |
| Resolution | FIXED |
| Resolved on | May 10, 2013 13:40 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Found while playing around with llvm/llvm-project#16316 :
$ clang -x assembler -c ... | Assembler crashes on invalid 'out al, 4' | https://api.github.com/repos/llvm/llvm-project/issues/16317/comments | 2 | 2013-05-09T23:19:12Z | 2021-12-04T00:13:30Z | https://github.com/llvm/llvm-project/issues/16317 | 1,071,065,010 | 16,317 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15944](https://llvm.org/bz15944) |
| Resolution | FIXED |
| Resolved on | May 09, 2013 19:04 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
At r181197:
$ clang -x assembler -c -o /dev/null - <<EOF
.intel_syntax noprefix
ou... | x86 asm parser rejects valid 'out 4, al' | https://api.github.com/repos/llvm/llvm-project/issues/16316/comments | 3 | 2013-05-09T23:18:21Z | 2021-12-04T00:13:29Z | https://github.com/llvm/llvm-project/issues/16316 | 1,071,065,006 | 16,316 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15943](https://llvm.org/bz15943) |
| Resolution | FIXED |
| Resolved on | May 10, 2013 03:05 |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Hi,
When I run scan-build on http://www.vanheusden.com/httping/httpin... | scan-build crashes(?) when scanning httping 2.3.1 | https://api.github.com/repos/llvm/llvm-project/issues/16315/comments | 3 | 2013-05-09T21:09:19Z | 2021-12-04T00:13:28Z | https://github.com/llvm/llvm-project/issues/16315 | 1,071,064,999 | 16,315 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15942](https://llvm.org/bz15942) |
| Resolution | FIXED |
| Resolved on | Jul 25, 2019 11:02 |
| Version | trunk |
| OS | Linux |
| CC | @davidstone,@synopsys-sig-compiler-frontends |
## Extended Description
Below are a number of test cases, some of which cause assertion failu... | Assertion failure generating diagnostics for re-definitions of builtin typedefs | https://api.github.com/repos/llvm/llvm-project/issues/16314/comments | 3 | 2013-05-09T18:39:50Z | 2021-12-04T00:13:27Z | https://github.com/llvm/llvm-project/issues/16314 | 1,071,064,994 | 16,314 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15941](https://llvm.org/bz15941) |
| Resolution | FIXED |
| Resolved on | Feb 06, 2018 08:53 |
| Version | trunk |
| OS | Linux |
| Attachments | [error-wevEDr.c and error-wevEDr.sh](https://user-images.githubusercontent.com/60944935/143747365-91f5ba40-a8d3-4b38-bbb8-b7976375938... | llc crash: "Wrong topological sorting" | https://api.github.com/repos/llvm/llvm-project/issues/16313/comments | 16 | 2013-05-09T18:22:10Z | 2021-12-04T00:13:27Z | https://github.com/llvm/llvm-project/issues/16313 | 1,071,064,989 | 16,313 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15940](https://llvm.org/bz15940) |
| Resolution | FIXED |
| Resolved on | May 09, 2013 11:33 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
LLVM (git) + clang (3.4) for x86_64 miscompiles the following code.
... | Wrong constant folding | https://api.github.com/repos/llvm/llvm-project/issues/16312/comments | 1 | 2013-05-09T17:44:05Z | 2021-12-04T00:13:26Z | https://github.com/llvm/llvm-project/issues/16312 | 1,071,064,984 | 16,312 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15939](https://llvm.org/bz15939) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
I'm seeing a lot of errors when trying to run a nightly tester on 3.3 rc1:
llc: Unknown command line argument '-stats'.
J... | Nigthly tester not working for Release build | https://api.github.com/repos/llvm/llvm-project/issues/16311/comments | 0 | 2013-05-09T01:45:28Z | 2021-12-04T00:13:25Z | https://github.com/llvm/llvm-project/issues/16311 | 1,071,064,980 | 16,311 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15938](https://llvm.org/bz15938) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @emaste |
## Extended Description
From an email thread with Greg Clayton, here are the steps to reproduce:
./lldb
(lldb) file /bin/ls
Current executable... | LLDB on Linux incorrectly prints symbol name when a breakpoint on a libc function is hit | https://api.github.com/repos/llvm/llvm-project/issues/16310/comments | 0 | 2013-05-09T00:04:32Z | 2021-12-04T00:13:24Z | https://github.com/llvm/llvm-project/issues/16310 | 1,071,064,975 | 16,310 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15937](https://llvm.org/bz15937) |
| Resolution | FIXED |
| Resolved on | May 09, 2013 00:38 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Minimal LLVM-IR test case](https://user-images.githubusercontent.com/60944935/143747364-4f0b7382-4db4-4000-9a94-dd1cf2866342.g... | MIPS backend generates wrong code for vector icmp fed into sext | https://api.github.com/repos/llvm/llvm-project/issues/16309/comments | 2 | 2013-05-08T19:55:43Z | 2021-12-04T00:13:23Z | https://github.com/llvm/llvm-project/issues/16309 | 1,071,064,968 | 16,309 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15936](https://llvm.org/bz15936) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2016 08:50 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @labath |
## Extended Description
When a function has an illegal instruction (as generated by... | LLDB incorrectly unwinds a call stack that contains a function with an illegal instruction | https://api.github.com/repos/llvm/llvm-project/issues/16308/comments | 1 | 2013-05-08T17:03:10Z | 2021-12-04T00:13:22Z | https://github.com/llvm/llvm-project/issues/16308 | 1,071,064,964 | 16,308 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15935](https://llvm.org/bz15935) |
| Resolution | FIXED |
| Resolved on | May 14, 2013 14:55 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I did an LTO bootstrap and most things work. The issues I know of that I thi... | 3.3 rc1 testing result | https://api.github.com/repos/llvm/llvm-project/issues/16307/comments | 1 | 2013-05-08T16:12:06Z | 2021-12-04T00:13:22Z | https://github.com/llvm/llvm-project/issues/16307 | 1,071,064,960 | 16,307 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15934](https://llvm.org/bz15934) |
| Resolution | WONTFIX |
| Resolved on | May 08, 2013 10:38 |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hello!
Here is a small test:
#include <sstream>
#include <iostream>
int main(... | failed formatted input overwrites output value | https://api.github.com/repos/llvm/llvm-project/issues/16306/comments | 2 | 2013-05-08T13:40:18Z | 2022-01-20T02:37:32Z | https://github.com/llvm/llvm-project/issues/16306 | 1,071,064,956 | 16,306 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15933](https://llvm.org/bz15933) |
| Version | trunk |
| OS | Linux |
| Attachments | [Crash backtrace, preprocessed source, and associated run script. (Part 1)](https://user-images.githubusercontent.com/60944935/143747362-b23c75c0-c965-44e3-ad8f-ba8ab4710503.gz), [Crash backtra... | fatal error: error in backend: Stack overflow! | https://api.github.com/repos/llvm/llvm-project/issues/16305/comments | 15 | 2013-05-08T11:14:16Z | 2023-08-13T07:34:21Z | https://github.com/llvm/llvm-project/issues/16305 | 1,071,064,953 | 16,305 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15932](https://llvm.org/bz15932) |
| Resolution | FIXED |
| Resolved on | Jan 19, 2020 23:28 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Reduced TC for reproducing the crash](https://user-images.githubusercontent.com/60944935/143747360-47377904-104e-4254-9fed-3cf1... | For large sized parameters ARM compilation crashes | https://api.github.com/repos/llvm/llvm-project/issues/16304/comments | 1 | 2013-05-08T10:04:25Z | 2021-12-04T00:13:19Z | https://github.com/llvm/llvm-project/issues/16304 | 1,071,064,949 | 16,304 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15931](https://llvm.org/bz15931) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @seanm |
## Extended Description
Summary: Clang inherits the "poison" pragma from GCC. Unfortunately it doesn't support poisoning Objective-C selectors very well... | Poisoning Objective-C methods | https://api.github.com/repos/llvm/llvm-project/issues/16303/comments | 1 | 2013-05-08T09:38:17Z | 2023-05-22T11:34:15Z | https://github.com/llvm/llvm-project/issues/16303 | 1,071,064,944 | 16,303 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15930](https://llvm.org/bz15930) |
| Resolution | FIXED |
| Resolved on | May 22, 2013 16:11 |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie,@DougGregor,@rjmccall |
## Extended Description
When a function template is instantiated with a type that has internal or no link... | wrong linkage for function template instantiated with type with internal or no linkage | https://api.github.com/repos/llvm/llvm-project/issues/16302/comments | 12 | 2013-05-08T03:32:30Z | 2021-12-04T00:13:18Z | https://github.com/llvm/llvm-project/issues/16302 | 1,071,064,936 | 16,302 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15929](https://llvm.org/bz15929) |
| Resolution | FIXED |
| Resolved on | Sep 17, 2017 09:34 |
| Version | trunk |
| OS | MacOS X |
| CC | @d0k,@RKSimon |
## Extended Description
I am building OpenCL code with the release branch of llvm-3.3. One of pocl's test cases does not b... | Do not know how to split the result of this operator (llvm.x86.avx.round.ps.256) | https://api.github.com/repos/llvm/llvm-project/issues/16301/comments | 8 | 2013-05-07T22:37:03Z | 2021-12-04T00:13:17Z | https://github.com/llvm/llvm-project/issues/16301 | 1,071,064,931 | 16,301 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15928](https://llvm.org/bz15928) |
| Resolution | FIXED |
| Resolved on | May 08, 2013 18:48 |
| Version | 3.1 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nico |
## Extended Description
#import <Cocoa/Cocoa.h>
#import <objc/objc-class.h>
@​interface ... | Clang is missing the 'retain' code (&) when returning property_getAttributes | https://api.github.com/repos/llvm/llvm-project/issues/16300/comments | 6 | 2013-05-07T19:16:59Z | 2021-12-04T00:13:16Z | https://github.com/llvm/llvm-project/issues/16300 | 1,071,064,921 | 16,300 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15927](https://llvm.org/bz15927) |
| Resolution | FIXED |
| Resolved on | Nov 18, 2013 09:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @eugenis,@kcc |
## Extended Description
The code to reproduce this is:
#include "llvm/Support/YAMLT... | YAML IO crashes in Input::beginMapping() when trying to read from an empty string | https://api.github.com/repos/llvm/llvm-project/issues/16299/comments | 3 | 2013-05-07T18:48:51Z | 2021-12-04T00:13:15Z | https://github.com/llvm/llvm-project/issues/16299 | 1,071,064,911 | 16,299 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15926](https://llvm.org/bz15926) |
| Resolution | FIXED |
| Resolved on | Mar 01, 2019 17:44 |
| Version | trunk |
| OS | Linux |
| CC | @fhahn |
## Extended Description
test case by csmith/creduce
% clang -m32 -O3 z.c -c
# or:
# clang -cc1 -triple i386-unknown-linux-gnu -e... | Assertion `getInductionVars()->size() && "No induction variables"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/16298/comments | 9 | 2013-05-07T13:51:00Z | 2021-12-04T00:13:14Z | https://github.com/llvm/llvm-project/issues/16298 | 1,071,064,909 | 16,298 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15925](https://llvm.org/bz15925) |
| Resolution | FIXED |
| Resolved on | May 07, 2013 20:52 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Constant expressions formed as K*K-K*2-1, where K is a Symbol standing for a constan... | llvm-mc failed to calculate expressions like K*K-K*2-1 | https://api.github.com/repos/llvm/llvm-project/issues/16297/comments | 5 | 2013-05-07T13:25:02Z | 2021-12-04T00:13:13Z | https://github.com/llvm/llvm-project/issues/16297 | 1,071,064,901 | 16,297 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15924](https://llvm.org/bz15924) |
| Resolution | FIXED |
| Resolved on | May 20, 2013 08:53 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @gottesmm |
## Extended Description
The following simple code shows leaks when profiled wit... | Leaked blocks in ARC with optimization when copied in a certain way | https://api.github.com/repos/llvm/llvm-project/issues/16296/comments | 1 | 2013-05-07T09:41:48Z | 2021-12-04T00:13:13Z | https://github.com/llvm/llvm-project/issues/16296 | 1,071,064,897 | 16,296 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15923](https://llvm.org/bz15923) |
| Resolution | FIXED |
| Resolved on | May 07, 2013 16:53 |
| Version | unspecified |
| OS | Linux |
| Attachments | [the error-output](https://user-images.githubusercontent.com/60944935/143747357-aa5a3092-123d-4076-a0b8-93d4e55e0e9c.gz), [my c... | clang crashes on nested ternary-expressions with throw-expressions on both levels | https://api.github.com/repos/llvm/llvm-project/issues/16295/comments | 1 | 2013-05-07T00:22:19Z | 2021-12-04T00:13:12Z | https://github.com/llvm/llvm-project/issues/16295 | 1,071,064,889 | 16,295 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15922](https://llvm.org/bz15922) |
| Resolution | FIXED |
| Resolved on | May 27, 2013 10:52 |
| Version | 3.1 |
| OS | MacOS X |
| Attachments | [Xcode project reproducing the issue](https://user-images.githubusercontent.com/60944935/143747356-02ca090e-a9a3-43a9-876c-3d8394947e... | [Objective-C++] Class doesn't respond to selector represented by global variable w/ initializer | https://api.github.com/repos/llvm/llvm-project/issues/16294/comments | 5 | 2013-05-06T23:05:57Z | 2021-12-04T00:13:11Z | https://github.com/llvm/llvm-project/issues/16294 | 1,071,064,884 | 16,294 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15921](https://llvm.org/bz15921) |
| Resolution | FIXED |
| Resolved on | Jun 22, 2017 15:08 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ismail |
## Extended Description
The following testcase causes current clang trunk to hang, when c... | clang hangs at -O2 on infinite loop | https://api.github.com/repos/llvm/llvm-project/issues/16293/comments | 2 | 2013-05-06T22:15:29Z | 2021-12-04T00:13:10Z | https://github.com/llvm/llvm-project/issues/16293 | 1,071,064,876 | 16,293 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15920](https://llvm.org/bz15920) |
| Resolution | FIXED |
| Resolved on | Jun 03, 2013 23:35 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#15999 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The testcase below produces random ... | clang -O3 and loops result in garbage value | https://api.github.com/repos/llvm/llvm-project/issues/16292/comments | 4 | 2013-05-06T22:06:19Z | 2021-12-04T00:13:09Z | https://github.com/llvm/llvm-project/issues/16292 | 1,071,064,872 | 16,292 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15919](https://llvm.org/bz15919) |
| Resolution | INVALID |
| Resolved on | May 06, 2013 14:12 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When performing a link with gold and the LLVMgold plugin LLVM can emit hidden-weak... | LLVM can emit hidden undefined weak symbols which trip up Gold | https://api.github.com/repos/llvm/llvm-project/issues/16291/comments | 4 | 2013-05-06T19:43:47Z | 2021-12-04T00:13:08Z | https://github.com/llvm/llvm-project/issues/16291 | 1,071,064,870 | 16,291 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15918](https://llvm.org/bz15918) |
| Resolution | FIXED |
| Resolved on | May 06, 2013 11:59 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It's been a few months before I last played with libc++ and clang.
Now my old piece... | libc++ <functional> regression? | https://api.github.com/repos/llvm/llvm-project/issues/16290/comments | 3 | 2013-05-06T16:32:33Z | 2021-12-04T00:13:07Z | https://github.com/llvm/llvm-project/issues/16290 | 1,071,064,865 | 16,290 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15917](https://llvm.org/bz15917) |
| Version | trunk |
| OS | Linux |
| Attachments | [Patch](https://user-images.githubusercontent.com/92601251/143747355-1cd7c9b5-5ff8-412c-bd99-d837c93781a6.gz) |
## Extended Description
lib/Driver/ToolChains.cpp has some code for Linux dis... | [PATCH] Add support for Mandriva and derived distributions | https://api.github.com/repos/llvm/llvm-project/issues/16289/comments | 1 | 2013-05-06T13:04:32Z | 2021-12-04T00:13:07Z | https://github.com/llvm/llvm-project/issues/16289 | 1,071,064,860 | 16,289 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15916](https://llvm.org/bz15916) |
| Resolution | INVALID |
| Resolved on | May 06, 2013 10:04 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
Steps to Reproduce:
1) Write simple code:
int main() {... | Is AST for switch statement correctly? | https://api.github.com/repos/llvm/llvm-project/issues/16288/comments | 1 | 2013-05-06T12:39:31Z | 2021-12-04T00:13:06Z | https://github.com/llvm/llvm-project/issues/16288 | 1,071,064,856 | 16,288 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15915](https://llvm.org/bz15915) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
There are at least two cases when programmer cannot detect such error in existing code:
1) std::string initialized wit... | Analyzer does not check if std::string initialized with NULL | https://api.github.com/repos/llvm/llvm-project/issues/16287/comments | 2 | 2013-05-06T10:20:39Z | 2021-12-04T00:13:05Z | https://github.com/llvm/llvm-project/issues/16287 | 1,071,064,853 | 16,287 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15914](https://llvm.org/bz15914) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143747354-f7f1845f-3de3-4fed-80cf-13a54a6e077e.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Exten... | Alias templates circumvent access control | https://api.github.com/repos/llvm/llvm-project/issues/16286/comments | 5 | 2013-05-06T07:21:34Z | 2024-01-23T14:00:57Z | https://github.com/llvm/llvm-project/issues/16286 | 1,071,064,849 | 16,286 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15913](https://llvm.org/bz15913) |
| Resolution | DUPLICATE |
| Resolved on | May 05, 2013 18:38 |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
#include <iostream>
#include <sstream>
int main(int argc, char **argv)
{
st... | conversion of a string to unsigned long long (ULLONG_MAX) fails. | https://api.github.com/repos/llvm/llvm-project/issues/16285/comments | 1 | 2013-05-05T23:06:15Z | 2021-12-04T00:13:03Z | https://github.com/llvm/llvm-project/issues/16285 | 1,071,064,843 | 16,285 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15912](https://llvm.org/bz15912) |
| Version | trunk |
| OS | All |
| Attachments | [Add libclang support for determining if a method declaration is pure virtual.](https://user-images.githubusercontent.com/60944935/143747353-82efc6ee-2be4-4939-9284-e5ec22f98082.gz) |
| Reporter ... | libclang should allow you to query whether a method is pure virtual | https://api.github.com/repos/llvm/llvm-project/issues/16284/comments | 0 | 2013-05-05T20:51:27Z | 2021-12-04T00:13:03Z | https://github.com/llvm/llvm-project/issues/16284 | 1,071,064,836 | 16,284 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15911](https://llvm.org/bz15911) |
| Resolution | DUPLICATE |
| Resolved on | May 05, 2013 10:17 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Clang fails to lookup user defined constructor ... | User defined constructor lookup fails on local class defined inside template difinition and passed to another template as an template argument | https://api.github.com/repos/llvm/llvm-project/issues/16283/comments | 3 | 2013-05-05T10:08:19Z | 2021-12-04T00:13:02Z | https://github.com/llvm/llvm-project/issues/16283 | 1,071,064,832 | 16,283 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15910](https://llvm.org/bz15910) |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I don't know if this is the reason for the crash, but the timing coincided with saving the file 'petscerror.h'. I could not reproduce by attemp... | NumericLiteralParser: crash when saving header file during compilation | https://api.github.com/repos/llvm/llvm-project/issues/16282/comments | 2 | 2013-05-05T03:15:22Z | 2023-08-08T16:37:11Z | https://github.com/llvm/llvm-project/issues/16282 | 1,071,064,821 | 16,282 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15909](https://llvm.org/bz15909) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [Diagnostic msg](https://user-images.githubusercontent.com/60944935/143747352-3dcf6997-74fc-4d36-93e9-46f1ef522467.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Linux M... | Clang 3.2 segmentation fault | https://api.github.com/repos/llvm/llvm-project/issues/16281/comments | 3 | 2013-05-04T07:00:01Z | 2023-08-09T17:03:26Z | https://github.com/llvm/llvm-project/issues/16281 | 1,071,064,808 | 16,281 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15908](https://llvm.org/bz15908) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
This triggers an assert:
struct X {
class foo_bar_Test {
void TestBody();
};
friend void foo_bar_Test::TestBody() {
}
};
clang-3.2: tools/clang/lib/... | crash-on-invalid with invalid friend definition inside class | https://api.github.com/repos/llvm/llvm-project/issues/16280/comments | 2 | 2013-05-04T02:05:23Z | 2023-07-29T04:14:48Z | https://github.com/llvm/llvm-project/issues/16280 | 1,071,064,804 | 16,280 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15907](https://llvm.org/bz15907) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2015 09:00 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@pjaaskel,@tstellar |
## Extended Description
Hi -
I'm having a problem with SROA remov... | SROA pass introduces bitcast between different address spaces | https://api.github.com/repos/llvm/llvm-project/issues/16279/comments | 6 | 2013-05-03T20:48:15Z | 2021-12-04T00:12:58Z | https://github.com/llvm/llvm-project/issues/16279 | 1,071,064,799 | 16,279 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15906](https://llvm.org/bz15906) |
| Resolution | FIXED |
| Resolved on | May 03, 2013 14:16 |
| Version | trunk |
| OS | Linux |
| Attachments | [cc file that contains the bug](https://user-images.githubusercontent.com/60944935/143747349-b14e5bcf-8899-4f69-a233-88853e22d572.gz)... | incorrect warning about uninitialized variable in lamba function argument | https://api.github.com/repos/llvm/llvm-project/issues/16278/comments | 1 | 2013-05-03T20:36:32Z | 2021-12-04T00:12:57Z | https://github.com/llvm/llvm-project/issues/16278 | 1,071,064,795 | 16,278 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [15905](https://llvm.org/bz15905) |
| Version | 3.1 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Clang reports a comparison with an uninitialized value in the below code. This is a simplification of code compiled both for iOS and on Mac O... | False positive testing enum value of particular size | https://api.github.com/repos/llvm/llvm-project/issues/16277/comments | 1 | 2013-05-03T19:32:14Z | 2021-12-04T00:12:56Z | https://github.com/llvm/llvm-project/issues/16277 | 1,071,064,789 | 16,277 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.