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 | [18705](https://llvm.org/bz18705) |
| Resolution | FIXED |
| Resolved on | May 13, 2014 14:54 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atrick,@dexonsmith,@hfinkel |
## Extended Description
The BranchProbabilityInfo analysis applies a s... | BranchProbabilityInfo is not using the right heuristics inside loops | https://api.github.com/repos/llvm/llvm-project/issues/19079/comments | 1 | 2014-02-03T07:30:19Z | 2021-12-09T21:55:58Z | https://github.com/llvm/llvm-project/issues/19079 | 1,076,085,453 | 19,079 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18704](https://llvm.org/bz18704) |
| Version | 3.3 |
| OS | Linux |
| Attachments | [the file that causes the crash](https://user-images.githubusercontent.com/60944935/143748924-d15195f6-be31-4f83-ae2b-6f200d81dc97.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rnk,@silv... | llc segfaults on custom bc | https://api.github.com/repos/llvm/llvm-project/issues/19078/comments | 9 | 2014-02-03T07:10:28Z | 2023-08-13T14:43:15Z | https://github.com/llvm/llvm-project/issues/19078 | 1,076,085,429 | 19,078 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18703](https://llvm.org/bz18703) |
| Version | trunk |
| OS | All |
| Attachments | [proof of concept](https://user-images.githubusercontent.com/3487/143748923-1672ee74-b532-46c9-8c2b-5edd702cb70a.gz) |
## Extended Description
250kB of clang-format's 1.1MB are diagnostic str... | Over 20% of the size of clang-format is diagnostic strings that are never used | https://api.github.com/repos/llvm/llvm-project/issues/19077/comments | 2 | 2014-02-03T07:09:04Z | 2023-08-15T13:50:21Z | https://github.com/llvm/llvm-project/issues/19077 | 1,076,085,407 | 19,077 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18702](https://llvm.org/bz18702) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:08 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
extern "C" int printf(const char *, ...);
struct A {};
struct B {};
str... | MS ABI: insufficient padding inserted between zero sized virtual bases in a record with a bitfield | https://api.github.com/repos/llvm/llvm-project/issues/19076/comments | 3 | 2014-02-03T05:17:00Z | 2021-12-09T21:55:55Z | https://github.com/llvm/llvm-project/issues/19076 | 1,076,085,388 | 19,076 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18701](https://llvm.org/bz18701) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [reproducer with false positive](https://user-images.githubusercontent.com/92601554/143748920-d7111add-d529-46aa-b299-bac50b26a9ff.gz), [preprocessed reproducer](https://user-images.githubusercon... | static analyzer false positive: errno will always be nonzero after read(2) returns an error | https://api.github.com/repos/llvm/llvm-project/issues/19075/comments | 6 | 2014-02-03T00:59:21Z | 2021-12-09T21:55:54Z | https://github.com/llvm/llvm-project/issues/19075 | 1,076,085,356 | 19,075 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18700](https://llvm.org/bz18700) |
| Resolution | INVALID |
| Resolved on | Jul 18, 2014 11:26 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sylvestre |
## Extended Description
I have gcc 4.8 installed (along with libstdc++ 4.8) bu... | No clang-3.4 package for quantal? | https://api.github.com/repos/llvm/llvm-project/issues/19074/comments | 11 | 2014-02-02T22:33:19Z | 2021-12-09T21:55:53Z | https://github.com/llvm/llvm-project/issues/19074 | 1,076,085,331 | 19,074 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18699](https://llvm.org/bz18699) |
| Version | trunk |
| OS | All |
## Extended Description
json is a javascript object literal. Supporting these in clang-format should be trivial, just assume that toplevel '{'s in .json files start expressions, not blocks. | Support formatting json files | https://api.github.com/repos/llvm/llvm-project/issues/19073/comments | 1 | 2014-02-02T22:04:40Z | 2021-12-13T09:35:15Z | https://github.com/llvm/llvm-project/issues/19073 | 1,076,085,314 | 19,073 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18698](https://llvm.org/bz18698) |
| Resolution | FIXED |
| Resolved on | Feb 02, 2014 17:01 |
| Version | trunk |
| OS | All |
## Extended Description
$ cat ~/foo.js
Debug.State = {
currentFrame : kNoFrame,
displaySourceStartLine : -1,
displaySourceEndLine : -1,
curre... | clang-format's js object formatting different between style google and style chromium | https://api.github.com/repos/llvm/llvm-project/issues/19072/comments | 2 | 2014-02-02T21:54:55Z | 2021-12-09T21:55:52Z | https://github.com/llvm/llvm-project/issues/19072 | 1,076,085,292 | 19,072 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18697](https://llvm.org/bz18697) |
| Version | trunk |
| OS | All |
| CC | @dwblaikie,@echristo,@hfinkel,@pogo59 | | Register allocator should be able to preserve all local values throughout their scopes in unoptimized code to aid debugger | https://api.github.com/repos/llvm/llvm-project/issues/19071/comments | 5 | 2014-02-02T21:53:10Z | 2024-10-11T13:45:57Z | https://github.com/llvm/llvm-project/issues/19071 | 1,076,085,272 | 19,071 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18696](https://llvm.org/bz18696) |
| Resolution | DUPLICATE |
| Resolved on | May 07, 2014 17:19 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
The following sample do not link, s_ is missing at link time.... | Missing symbol at link time for constexpr class const static member if they are arrays also used in non constexpr functions. | https://api.github.com/repos/llvm/llvm-project/issues/19070/comments | 2 | 2014-02-02T16:40:52Z | 2021-12-09T21:55:49Z | https://github.com/llvm/llvm-project/issues/19070 | 1,076,085,232 | 19,070 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18695](https://llvm.org/bz18695) |
| Version | trunk |
| OS | Linux |
| Attachments | [Example source code to reproduce this bug.](https://user-images.githubusercontent.com/60944935/143748919-0de9f4b4-e253-4a82-94b1-33ca06bb2fe2.gz) |
| Reporter | LLVM Bugzilla Contributor |
| C... | alloca and memcpy is very slow, opposed to inline assignment | https://api.github.com/repos/llvm/llvm-project/issues/19069/comments | 6 | 2014-02-02T15:19:32Z | 2021-12-09T21:55:48Z | https://github.com/llvm/llvm-project/issues/19069 | 1,076,085,210 | 19,069 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18694](https://llvm.org/bz18694) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:09 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
extern "C" int printf(const char *, ...);
#pragma pack(push, 1)
struct ... | MS ABI: Alignment of field following vbptr or vfptr is ignored. | https://api.github.com/repos/llvm/llvm-project/issues/19068/comments | 1 | 2014-02-02T07:21:45Z | 2021-12-09T21:55:46Z | https://github.com/llvm/llvm-project/issues/19068 | 1,076,085,182 | 19,068 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18693](https://llvm.org/bz18693) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The function RuntimeDyldELF::resolveX86_64Relocation() contains code similar to the following code pattern
uint64_t *Target = reinterpret... | Misaligned memory access in RuntimeDyldELF | https://api.github.com/repos/llvm/llvm-project/issues/19067/comments | 0 | 2014-02-02T07:02:50Z | 2021-12-09T21:55:45Z | https://github.com/llvm/llvm-project/issues/19067 | 1,076,085,147 | 19,067 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18692](https://llvm.org/bz18692) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:12 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
struct A {
char AField[9];
};
struct B {
long long BField1;
};
#pra... | MS ABI: LLVM type derived from struct has wrong size | https://api.github.com/repos/llvm/llvm-project/issues/19066/comments | 1 | 2014-02-02T06:52:25Z | 2021-12-09T21:55:43Z | https://github.com/llvm/llvm-project/issues/19066 | 1,076,085,114 | 19,066 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18691](https://llvm.org/bz18691) |
| Version | trunk |
| OS | Linux |
| CC | @Weverything |
## Extended Description
This should be a regression. The trunk does not emit -Wtautological-constant-out-of-range-compare warnings, whereas, the version 3.3 and 3.4 can.
Moreover, if ... | No -Wtautological-constant-out-of-range-compare warning | https://api.github.com/repos/llvm/llvm-project/issues/19065/comments | 2 | 2014-02-02T05:07:18Z | 2022-01-17T20:03:46Z | https://github.com/llvm/llvm-project/issues/19065 | 1,076,085,087 | 19,065 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18690](https://llvm.org/bz18690) |
| Resolution | INVALID |
| Resolved on | Feb 13, 2014 06:52 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I expected clang-format to use the PointerBindsToType setting of a style to appl... | clang-format infers PointerBindsToType instead of following style | https://api.github.com/repos/llvm/llvm-project/issues/19064/comments | 4 | 2014-02-01T19:30:04Z | 2021-12-09T21:55:41Z | https://github.com/llvm/llvm-project/issues/19064 | 1,076,085,057 | 19,064 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18689](https://llvm.org/bz18689) |
| Resolution | WONTFIX |
| Resolved on | Feb 21, 2014 05:20 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#19300 |
| CC | @walkerkd,@tinti |
## Extended Description
While compiling the Linux kernel with the IAS, we get thi... | Assembly options not recognized when using integrated assembler | https://api.github.com/repos/llvm/llvm-project/issues/19063/comments | 9 | 2014-02-01T12:51:17Z | 2022-01-20T02:39:31Z | https://github.com/llvm/llvm-project/issues/19063 | 1,076,084,858 | 19,063 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18688](https://llvm.org/bz18688) |
| Resolution | FIXED |
| Resolved on | Feb 01, 2014 16:27 |
| Version | trunk |
| OS | All |
| CC | @chandlerc,@hfinkel,@nlewycky |
## Extended Description
The current clang trunk crashes when compiling the following testcase at -O3 in both 3... | clang crashes on valid code at -O3 on x86_64-linux-gnu | https://api.github.com/repos/llvm/llvm-project/issues/19062/comments | 4 | 2014-02-01T07:54:06Z | 2021-12-09T21:55:26Z | https://github.com/llvm/llvm-project/issues/19062 | 1,076,084,749 | 19,062 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18687](https://llvm.org/bz18687) |
| Version | trunk |
| OS | All |
| CC | @topperc |
## Extended Description
In r200577 some FMA3 "sort-of"-insts (they're not pseudo-insts in the normal sense, they're actual duplicate instructions with 'isCodeGenOnly' tags) were replaced with... | Investigate replacing SSE _Int "sort-of"-insts with def pats as in r200577. | https://api.github.com/repos/llvm/llvm-project/issues/19061/comments | 1 | 2014-02-01T01:52:33Z | 2021-12-09T21:55:24Z | https://github.com/llvm/llvm-project/issues/19061 | 1,076,084,690 | 19,061 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18686](https://llvm.org/bz18686) |
| Resolution | WONTFIX |
| Resolved on | Nov 28, 2018 12:07 |
| Version | trunk |
| OS | All |
| CC | @Arnaud-de-Grandmaison-ARM |
## Extended Description
To support jitting with -code-model=small, RuntimeDyldELF.cpp needs to handle PC-rel re... | AArch64 ELF PC-rel relocations are not supported in RuntimeDyld. | https://api.github.com/repos/llvm/llvm-project/issues/19060/comments | 2 | 2014-02-01T01:42:23Z | 2022-01-20T02:39:29Z | https://github.com/llvm/llvm-project/issues/19060 | 1,076,084,662 | 19,060 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18685](https://llvm.org/bz18685) |
| Resolution | FIXED |
| Resolved on | Feb 09, 2014 15:47 |
| Version | trunk |
| OS | Linux |
## Extended Description
Try adding a use of llvm::BitVector to include/clang/Lex/Preprocessor.h. See something like this:
include/clang/Lex/Prepro... | weird typo correction to member of class template specialization | https://api.github.com/repos/llvm/llvm-project/issues/19059/comments | 1 | 2014-01-31T22:57:11Z | 2021-12-09T21:55:18Z | https://github.com/llvm/llvm-project/issues/19059 | 1,076,084,594 | 19,059 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18684](https://llvm.org/bz18684) |
| Version | trunk |
| OS | Linux |
| CC | @hfinkel |
## Extended Description
Consider:
#include <vector>
thread_local std::vector<int> v;
int main(){
for(long i=0;i<400000000;++i){
v.pu... | poor optimization of code that has a monotone i1 flag | https://api.github.com/repos/llvm/llvm-project/issues/19058/comments | 0 | 2014-01-31T21:33:16Z | 2024-07-06T03:16:41Z | https://github.com/llvm/llvm-project/issues/19058 | 1,076,084,564 | 19,058 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18683](https://llvm.org/bz18683) |
| Version | trunk |
| OS | Windows NT |
## Extended Description
Compiling the following code causes a warning:
template<typename T> struct S {
void f() { }
};
inline template<> void S<int>::f() {
};
a.cc:4:1: warning: ignoring '... | Providing a fix-it for -Wstatic-inline-explicit-instantiation would be nice | https://api.github.com/repos/llvm/llvm-project/issues/19057/comments | 0 | 2014-01-31T20:26:11Z | 2021-12-09T21:55:15Z | https://github.com/llvm/llvm-project/issues/19057 | 1,076,084,534 | 19,057 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18682](https://llvm.org/bz18682) |
| Resolution | FIXED |
| Resolved on | Feb 27, 2014 16:04 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Getting this failure on this test:
Command invoked: python ../llvm/tools/ll... | TestPluginCommands.py failing on Ubuntu 13.10 x86_64: undefined symbol in libplugin.so | https://api.github.com/repos/llvm/llvm-project/issues/19056/comments | 3 | 2014-01-31T19:46:08Z | 2021-12-09T21:55:11Z | https://github.com/llvm/llvm-project/issues/19056 | 1,076,084,446 | 19,056 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18681](https://llvm.org/bz18681) |
| Resolution | FIXED |
| Resolved on | Jun 24, 2014 15:35 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ismail,@mclow,@oroppas |
## Extended Description
a cmake installation copies files into extra ... | [libc++, cmake, install] installs extra copies of headers and garbage in subdirectory | https://api.github.com/repos/llvm/llvm-project/issues/19055/comments | 19 | 2014-01-31T08:38:42Z | 2021-12-09T21:55:05Z | https://github.com/llvm/llvm-project/issues/19055 | 1,076,084,355 | 19,055 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18680](https://llvm.org/bz18680) |
| Version | trunk |
| OS | Linux |
| Attachments | [original IR](https://user-images.githubusercontent.com/910929/143748915-4f5ac2f2-5e1a-41e8-b170-4c18ad57742e.gz), [optimized IR](https://user-images.githubusercontent.com/910929/143748916-a8f6... | bitfield load/stores not merged | https://api.github.com/repos/llvm/llvm-project/issues/19054/comments | 0 | 2014-01-31T01:46:36Z | 2024-07-06T03:17:15Z | https://github.com/llvm/llvm-project/issues/19054 | 1,076,084,272 | 19,054 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18679](https://llvm.org/bz18679) |
| Version | trunk |
| OS | Windows NT |
| CC | @dwblaikie,@echristo |
## Extended Description
See test/DebugInfo/COFF/asm.ll:
; 1 void g(void);
; 2
; 3 void f(void) {
; 4 __asm align 4;
; 5 g();
; 6 }
Generates this code:
+0: cal... | COFF line table debug info is wrong in the presence of __asm align 4 | https://api.github.com/repos/llvm/llvm-project/issues/19053/comments | 0 | 2014-01-31T01:09:53Z | 2021-12-09T21:55:00Z | https://github.com/llvm/llvm-project/issues/19053 | 1,076,084,230 | 19,053 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18678](https://llvm.org/bz18678) |
| Resolution | DUPLICATE |
| Resolved on | Jan 30, 2014 17:44 |
| Version | trunk |
| OS | Linux |
| Attachments | [source file needed to reproduce the bug report](https://user-images.githubusercontent.com/60944935/143748914-4c10c77e-c291-4844-... | Invalid code generated with the -fno-elide-constructors flag | https://api.github.com/repos/llvm/llvm-project/issues/19052/comments | 2 | 2014-01-31T01:02:48Z | 2021-12-09T21:54:59Z | https://github.com/llvm/llvm-project/issues/19052 | 1,076,084,203 | 19,052 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18677](https://llvm.org/bz18677) |
| Resolution | DUPLICATE |
| Resolved on | Jan 30, 2014 15:24 |
| Version | 3.4 |
| OS | Linux |
| Attachments | [Standalone test case demonstrating issue](https://user-images.githubusercontent.com/60944935/143748913-7818e3a2-6040-40ed-8f37-c0b... | SFINAE/std::enable_if non-failure in empty variadic parameter declaration | https://api.github.com/repos/llvm/llvm-project/issues/19051/comments | 1 | 2014-01-30T23:12:59Z | 2021-12-09T21:54:43Z | https://github.com/llvm/llvm-project/issues/19051 | 1,076,083,875 | 19,051 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18676](https://llvm.org/bz18676) |
| Version | trunk |
| OS | All |
| Attachments | [File to reproduce the error](https://user-images.githubusercontent.com/15787733/143748911-552a2946-e1bb-482d-8ca9-a2250228180b.gz), [Working file with explicit setting of the default template ar... | [TableGen] Default template argument does not have the same behavior as passing the same argument explicitly | https://api.github.com/repos/llvm/llvm-project/issues/19050/comments | 0 | 2014-01-30T22:04:59Z | 2021-12-09T21:54:40Z | https://github.com/llvm/llvm-project/issues/19050 | 1,076,083,840 | 19,050 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18675](https://llvm.org/bz18675) |
| Resolution | INVALID |
| Resolved on | Jan 30, 2014 16:02 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @zygoloid,@rnk,@timurrrr |
## Extended Description
Compiling and linking the following tw... | [MS ABI] Function template specializations get the wrong linkage? | https://api.github.com/repos/llvm/llvm-project/issues/19049/comments | 4 | 2014-01-30T21:54:16Z | 2021-12-09T21:54:39Z | https://github.com/llvm/llvm-project/issues/19049 | 1,076,083,805 | 19,049 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18674](https://llvm.org/bz18674) |
| Resolution | FIXED |
| Resolved on | Jul 22, 2016 10:23 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following piece of code is invalid in two ways: It tries to... | Assertion failed: ParseAssignmentExpression went over the default arg tokens | https://api.github.com/repos/llvm/llvm-project/issues/19048/comments | 1 | 2014-01-30T18:41:58Z | 2021-12-09T21:54:37Z | https://github.com/llvm/llvm-project/issues/19048 | 1,076,083,777 | 19,048 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18673](https://llvm.org/bz18673) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [the test case](https://user-images.githubusercontent.com/60944935/143748908-b5411df6-ca2b-4a2d-9ec9-73cbff89e0cb.gz), [modified test case for Mac Darwin](https://user-images.githubusercontent.co... | -ftrapping-math flag ignored in optimization | https://api.github.com/repos/llvm/llvm-project/issues/19047/comments | 14 | 2014-01-30T18:07:52Z | 2022-05-05T21:02:45Z | https://github.com/llvm/llvm-project/issues/19047 | 1,076,083,748 | 19,047 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18672](https://llvm.org/bz18672) |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rnk |
## Extended Description
I like to compile with as many warnings as I find reasonable enabled. Unfortunately, the LLVM build system uses "-I" to include th... | LLVM build system should use -isystem instead of -I for including LLVM headers | https://api.github.com/repos/llvm/llvm-project/issues/19046/comments | 1 | 2014-01-30T17:41:23Z | 2024-07-06T03:17:36Z | https://github.com/llvm/llvm-project/issues/19046 | 1,076,083,719 | 19,046 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18671](https://llvm.org/bz18671) |
| Resolution | WONTFIX |
| Resolved on | Apr 03, 2014 22:30 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
The contrived case at this gist (https://gist.github.com/iamlee... | Detect dispatch_once_t in per-thread storage. | https://api.github.com/repos/llvm/llvm-project/issues/19045/comments | 2 | 2014-01-30T15:16:44Z | 2022-01-20T02:39:28Z | https://github.com/llvm/llvm-project/issues/19045 | 1,076,083,698 | 19,045 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18670](https://llvm.org/bz18670) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
If a user accidentally writes an array argument for a function in java style (int[] x) rather than C (int x[]), ... | Bad warning for 'void f(int[] x)' | https://api.github.com/repos/llvm/llvm-project/issues/19044/comments | 1 | 2014-01-30T12:31:11Z | 2024-01-19T09:28:28Z | https://github.com/llvm/llvm-project/issues/19044 | 1,076,083,675 | 19,044 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18669](https://llvm.org/bz18669) |
| Resolution | FIXED |
| Resolved on | Sep 03, 2015 11:12 |
| Version | trunk |
| OS | Linux |
| Attachments | [Standalone parser based on libclang, dumping AST](https://user-images.githubusercontent.com/60944935/143748907-b41a409c-d7ee-4d6d-8b... | Behavior change of clang_getCanonicalType when cursor is on C++11 auto-declaration | https://api.github.com/repos/llvm/llvm-project/issues/19043/comments | 6 | 2014-01-30T10:43:41Z | 2021-12-09T21:54:32Z | https://github.com/llvm/llvm-project/issues/19043 | 1,076,083,653 | 19,043 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18668](https://llvm.org/bz18668) |
| Version | 3.3 |
| OS | Linux |
| Attachments | [Files the error message told me to include.](https://user-images.githubusercontent.com/60944935/143748906-70d508fe-881c-4331-9600-a4897a968332.gz) |
| Reporter | LLVM Bugzilla Contributor |
## ... | Clang crashes when compiling any program c Program | https://api.github.com/repos/llvm/llvm-project/issues/19042/comments | 2 | 2014-01-30T05:22:11Z | 2023-06-25T19:08:50Z | https://github.com/llvm/llvm-project/issues/19042 | 1,076,083,633 | 19,042 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18667](https://llvm.org/bz18667) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel |
## Extended Description
In code like this:
struct {
unsigned a : 24;
unsigned char b;
} S;
int test() {
return S.a;
}
we can perform a 4-byt... | missing load widening | https://api.github.com/repos/llvm/llvm-project/issues/19041/comments | 0 | 2014-01-30T04:01:03Z | 2021-12-09T21:54:30Z | https://github.com/llvm/llvm-project/issues/19041 | 1,076,083,612 | 19,041 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18666](https://llvm.org/bz18666) |
| Resolution | WONTFIX |
| Resolved on | Jun 07, 2018 17:34 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @iains,@vitalybuka |
## Extended Description
On powerpc-darwin8, I've run libclang_rt tes... | [builtins][powerpc-darwin8] libclang_rt test failures (clang vs. gcc) | https://api.github.com/repos/llvm/llvm-project/issues/19040/comments | 1 | 2014-01-30T03:31:31Z | 2022-01-20T02:39:27Z | https://github.com/llvm/llvm-project/issues/19040 | 1,076,083,580 | 19,040 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18665](https://llvm.org/bz18665) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In lib\Target\X86\X86InstrSSE.td the CLFLUSH instruction is declared with Requires<[HasSSE2]>, but if you read the Intel instruction manual of C... | CLFLUSH requires HasSSE2 but instruction availability isn't connected to SSE2 | https://api.github.com/repos/llvm/llvm-project/issues/19039/comments | 1 | 2014-01-30T03:25:33Z | 2025-02-17T15:02:18Z | https://github.com/llvm/llvm-project/issues/19039 | 1,076,083,560 | 19,039 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18664](https://llvm.org/bz18664) |
| Resolution | INVALID |
| Resolved on | Jun 11, 2019 10:05 |
| Version | 3.4 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ldionne,@mclow |
## Extended Description
On a i686-apple-darwin10 build of libc++ release-3.4 (u... | locale: __pad_and_output accessing private member __sbuf_ of istreambuf_iterator | https://api.github.com/repos/llvm/llvm-project/issues/19038/comments | 16 | 2014-01-30T03:00:17Z | 2021-12-09T21:54:26Z | https://github.com/llvm/llvm-project/issues/19038 | 1,076,083,530 | 19,038 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18663](https://llvm.org/bz18663) |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143748902-d53d8f25-7d9f-417c-9b6e-1c70c6b19a0a.gz) |
| CC | @atrick,@jmolloy,@MatzeB,@rotateright,@stoklund,@uweiga... | AggressiveAntiDepBreaker.cpp:574: bool llvm::AggressiveAntiDepBreaker::FindSuitableFreeRegisters(unsigned int, llvm::AggressiveAntiDepBreaker::RenameOrderType&, std::map<unsigned int, unsigned int>&): Assertion `IsSub && "Expecting group subregister"' fai | https://api.github.com/repos/llvm/llvm-project/issues/19037/comments | 15 | 2014-01-30T02:38:10Z | 2023-08-17T12:37:26Z | https://github.com/llvm/llvm-project/issues/19037 | 1,076,083,507 | 19,037 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18662](https://llvm.org/bz18662) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
The following example seems to fail to compile because clang tries to match the exception specification ... | clang tries to match exception specification for an explictly defaulted but implicitly deleted function | https://api.github.com/repos/llvm/llvm-project/issues/19036/comments | 1 | 2014-01-30T01:34:23Z | 2025-03-10T21:43:28Z | https://github.com/llvm/llvm-project/issues/19036 | 1,076,083,482 | 19,036 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18661](https://llvm.org/bz18661) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2014 20:54 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#14079 |
| CC | @zygoloid |
## Extended Description
Consider the following test program:
extern "C" {
... | -fms-extensions: extern C function with mismatching exception spec is not emitted | https://api.github.com/repos/llvm/llvm-project/issues/19035/comments | 2 | 2014-01-30T01:18:36Z | 2021-12-09T21:54:23Z | https://github.com/llvm/llvm-project/issues/19035 | 1,076,083,457 | 19,035 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18660](https://llvm.org/bz18660) |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Environment: Xcode 5.0.2., lldb.
Step to reproduce:
1. Create sample project in Xcode.
2. Enable automatic reference counting (ARC) for so... | Incorrect stepping over Objective-C code with ARC | https://api.github.com/repos/llvm/llvm-project/issues/19034/comments | 0 | 2014-01-30T00:08:52Z | 2023-05-22T12:01:13Z | https://github.com/llvm/llvm-project/issues/19034 | 1,076,083,437 | 19,034 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18659](https://llvm.org/bz18659) |
| Version | trunk |
| OS | Linux |
| Attachments | [Files to be attached by command line output](https://user-images.githubusercontent.com/60944935/143748901-86aba37d-d2f8-41cb-8f0d-8197ba288abf.gz) |
| Reporter | LLVM Bugzilla Contributor |
| ... | Build error in muldc3.c on Red Hat 5.8 | https://api.github.com/repos/llvm/llvm-project/issues/19033/comments | 3 | 2014-01-29T22:35:15Z | 2021-12-09T21:54:21Z | https://github.com/llvm/llvm-project/issues/19033 | 1,076,083,420 | 19,033 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18658](https://llvm.org/bz18658) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid,@rnk |
## Extended Description
This code:
// If there aren't any address-of-label expressions in this function,
// complain about ... | fatal error: indirect goto in function with no address-of-label expressions | https://api.github.com/repos/llvm/llvm-project/issues/19032/comments | 14 | 2014-01-29T22:06:23Z | 2023-10-18T19:49:15Z | https://github.com/llvm/llvm-project/issues/19032 | 1,076,083,400 | 19,032 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18657](https://llvm.org/bz18657) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [Problematic source file](https://user-images.githubusercontent.com/60944935/143748899-1d1faa8a-fcf0-42b9-9b56-0f4a8e780a5e.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGrego... | Failing to specialize template class | https://api.github.com/repos/llvm/llvm-project/issues/19031/comments | 3 | 2014-01-29T20:10:34Z | 2025-03-10T18:41:29Z | https://github.com/llvm/llvm-project/issues/19031 | 1,076,083,381 | 19,031 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18656](https://llvm.org/bz18656) |
| Resolution | FIXED |
| Resolved on | Feb 03, 2014 00:14 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @benlangmuir |
## Extended Description
When tracking down this bug:
http://llvm.org/bugs/show... | linux stack backtrace truncated in python crash | https://api.github.com/repos/llvm/llvm-project/issues/19030/comments | 3 | 2014-01-29T19:46:49Z | 2021-12-09T21:54:18Z | https://github.com/llvm/llvm-project/issues/19030 | 1,076,083,351 | 19,030 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18655](https://llvm.org/bz18655) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2014 15:09 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I am seeing several tests fail on Ubuntu 12.04 LTS x86_64 on top of tree LLD... | tests: seg faults in python object cleanup during python shutdown | https://api.github.com/repos/llvm/llvm-project/issues/19029/comments | 8 | 2014-01-29T19:35:53Z | 2021-12-09T21:54:16Z | https://github.com/llvm/llvm-project/issues/19029 | 1,076,083,329 | 19,029 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18654](https://llvm.org/bz18654) |
| Version | trunk |
| OS | Windows NT |
| Depends On | llvm/llvm-project#18920 |
| Attachments | [SEH codegen/driver patch](https://user-images.githubusercontent.com/92601424/143748898-8b1355fd-107b-47a5-b08b-6137174a2377.gz) |
## Extended De... | Make Clang output SEH exception code for x86_64-w64-mingw32 | https://api.github.com/repos/llvm/llvm-project/issues/19028/comments | 1 | 2014-01-29T10:55:46Z | 2021-12-09T21:54:14Z | https://github.com/llvm/llvm-project/issues/19028 | 1,076,083,279 | 19,028 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18653](https://llvm.org/bz18653) |
| Resolution | FIXED |
| Resolved on | Jun 15, 2015 17:05 |
| Version | trunk |
| OS | Linux |
| Attachments | [The C++ code which produces the abort](https://user-images.githubusercontent.com/92601693/143748896-876937d8-61ed-4c09-ad50-7b977b00... | Abort after class declaration as template argument | https://api.github.com/repos/llvm/llvm-project/issues/19027/comments | 4 | 2014-01-29T10:24:35Z | 2021-12-09T21:54:13Z | https://github.com/llvm/llvm-project/issues/19027 | 1,076,083,266 | 19,027 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18652](https://llvm.org/bz18652) |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Attempting to compile the following code using -mcmodel=medium and -fPIC on clang 3.4 (built from release tarball with gcc 4.8.2) yields a crash... | Crash with va_list using -mcmodel=medium and -fPIC | https://api.github.com/repos/llvm/llvm-project/issues/19026/comments | 2 | 2014-01-29T09:23:47Z | 2023-08-09T13:46:42Z | https://github.com/llvm/llvm-project/issues/19026 | 1,076,083,234 | 19,026 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18651](https://llvm.org/bz18651) |
| Resolution | FIXED |
| Resolved on | Feb 05, 2014 13:00 |
| Version | trunk |
| OS | Linux |
## Extended Description
$ cat test.cc
struct {
int x;
} a, b;
int y = x;
$ clang test.cc -fsyntax-only
test.cc:5:9: error: use of undeclared ide... | Poor typo correction with anonymous struct members | https://api.github.com/repos/llvm/llvm-project/issues/19025/comments | 3 | 2014-01-29T07:10:34Z | 2021-12-09T21:54:11Z | https://github.com/llvm/llvm-project/issues/19025 | 1,076,083,212 | 19,025 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18650](https://llvm.org/bz18650) |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#16805 |
| Attachments | [Test sources including the C programs, inputs, and outputs](https://user-images.githubusercontent.com/60944935/143748895-e827edd9-f491-49e4-949a-a7e6... | Incorrect result in compiling "clang -O2" version 3.5, trunk 199677 | https://api.github.com/repos/llvm/llvm-project/issues/19024/comments | 0 | 2014-01-29T02:23:13Z | 2021-12-09T21:53:59Z | https://github.com/llvm/llvm-project/issues/19024 | 1,076,082,987 | 19,024 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18649](https://llvm.org/bz18649) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2014 12:54 |
| Version | trunk |
| OS | All |
## Extended Description
When using cl::alias to alias an option that takes an argument (cl::opt<std::string>), it handles parsing the form "-alias=va... | CommandLine: cl::alias doesn't handle separated aliases | https://api.github.com/repos/llvm/llvm-project/issues/19023/comments | 2 | 2014-01-29T01:37:58Z | 2021-12-09T21:53:58Z | https://github.com/llvm/llvm-project/issues/19023 | 1,076,082,965 | 19,023 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18648](https://llvm.org/bz18648) |
| Resolution | INVALID |
| Resolved on | Jan 28, 2014 19:41 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Compiled executable (simple.go)](https://user-images.githubusercontent.com/60944935/143748894-150edf97-d1e6-4c46-a730-a7f6... | Section's m_file_addr left unset after Mach-O parsing | https://api.github.com/repos/llvm/llvm-project/issues/19022/comments | 3 | 2014-01-29T01:35:44Z | 2021-12-09T21:53:57Z | https://github.com/llvm/llvm-project/issues/19022 | 1,076,082,949 | 19,022 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18647](https://llvm.org/bz18647) |
| Resolution | INVALID |
| Resolved on | Apr 23, 2019 15:38 |
| Version | trunk |
| OS | Linux |
| Attachments | [preprocessed source](https://user-images.githubusercontent.com/60944935/143748892-e36e1552-3b9d-424e-9446-a49a2c64deb5.gz), [run s... | Assertion failure in clang when compiling pulseaudio | https://api.github.com/repos/llvm/llvm-project/issues/19021/comments | 5 | 2014-01-28T22:50:02Z | 2021-12-09T21:53:56Z | https://github.com/llvm/llvm-project/issues/19021 | 1,076,082,930 | 19,021 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18646](https://llvm.org/bz18646) |
| Version | trunk |
| OS | Linux |
| Attachments | [test.c](https://user-images.githubusercontent.com/60944935/143748890-7fdea29f-180d-498b-88a5-992e51e9297f.gz), [test.ll](https://user-images.githubusercontent.com/60944935/143748891-d926a... | Loop reroller not able to reroll when the array base address is a derivative of the loop induction variable | https://api.github.com/repos/llvm/llvm-project/issues/19020/comments | 1 | 2014-01-28T21:35:42Z | 2024-02-10T12:08:34Z | https://github.com/llvm/llvm-project/issues/19020 | 1,076,082,894 | 19,020 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18645](https://llvm.org/bz18645) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2015 12:18 |
| Version | 3.4 |
| OS | Linux |
| CC | @DougGregor,@emaste,@urnathan,@tstellar |
## Extended Description
Mesa clover does not build with clang. It builds with GCC.
CXX core/... | Clang deduces rvalue reference function template parameters as function type when passed a function l-value as argument. | https://api.github.com/repos/llvm/llvm-project/issues/19019/comments | 8 | 2014-01-28T19:48:52Z | 2021-12-09T21:53:53Z | https://github.com/llvm/llvm-project/issues/19019 | 1,076,082,845 | 19,019 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18644](https://llvm.org/bz18644) |
| Resolution | INVALID |
| Resolved on | Jan 29, 2014 01:48 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@rnk |
## Extended Description
Hi,
while working on a patch for PostgreSQL I noticed that... | Problem with tenary operator and errno: although condition is true it evaluates the else part | https://api.github.com/repos/llvm/llvm-project/issues/19018/comments | 6 | 2014-01-28T17:25:22Z | 2021-12-09T21:53:52Z | https://github.com/llvm/llvm-project/issues/19018 | 1,076,082,797 | 19,018 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18643](https://llvm.org/bz18643) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2014 07:17 |
| Version | trunk |
| OS | Linux |
| Attachments | [Shell script and preprocessed source](https://user-images.githubusercontent.com/60944935/143748888-317372bb-cbb7-4fed-a642-2ad9a25d5... | Crash when compiling hash.c from libcxx. | https://api.github.com/repos/llvm/llvm-project/issues/19017/comments | 4 | 2014-01-28T15:13:57Z | 2021-12-09T21:53:51Z | https://github.com/llvm/llvm-project/issues/19017 | 1,076,082,725 | 19,017 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18642](https://llvm.org/bz18642) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2014 07:18 |
| Version | unspecified |
| OS | Linux |
| Attachments | [z.cc (full reproducer)](https://user-images.githubusercontent.com/1789297/143748887-1d63cc87-87e8-464d-b414-ed551cb82d96.gz) |... | Assertion `L->isLCSSAForm(*DT) && "Indvars did not leave the loop in lcssa form!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/19016/comments | 5 | 2014-01-28T13:09:29Z | 2021-12-09T21:53:50Z | https://github.com/llvm/llvm-project/issues/19016 | 1,076,082,704 | 19,016 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18641](https://llvm.org/bz18641) |
| Resolution | INVALID |
| Resolved on | Sep 25, 2017 11:51 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @alexey-bataev,@ohmantics,@DougGregor,@fhahn |
## Extended Description
clang svn trunk gave the... | clang crashed when using LTO | https://api.github.com/repos/llvm/llvm-project/issues/19015/comments | 3 | 2014-01-28T06:48:49Z | 2021-12-09T21:53:49Z | https://github.com/llvm/llvm-project/issues/19015 | 1,076,082,685 | 19,015 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18640](https://llvm.org/bz18640) |
| Resolution | FIXED |
| Resolved on | Jan 28, 2014 19:05 |
| Version | trunk |
| OS | Linux |
| CC | @zmodem |
## Extended Description
$ clang-cl -
clang-3.4: error: -E or -x required when input is from standard input
$ clang-cl -x c++ -
cla... | clang-cl versus standard input | https://api.github.com/repos/llvm/llvm-project/issues/19014/comments | 1 | 2014-01-28T05:32:19Z | 2021-12-09T21:53:48Z | https://github.com/llvm/llvm-project/issues/19014 | 1,076,082,662 | 19,014 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18639](https://llvm.org/bz18639) |
| Resolution | INVALID |
| Resolved on | Jan 28, 2014 00:48 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I format stdin, clang-format -style=file should search for .clang-for... | .clang-format not found when formatting stdin | https://api.github.com/repos/llvm/llvm-project/issues/19013/comments | 2 | 2014-01-28T02:58:51Z | 2021-12-09T21:53:47Z | https://github.com/llvm/llvm-project/issues/19013 | 1,076,082,646 | 19,013 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18638](https://llvm.org/bz18638) |
| Version | trunk |
| OS | All |
| CC | @rnk |
## Extended Description
Currently all clang jobs fork themselves to improve crash recovery and reporting. While this improves the crash reporting, this has several drawbacks:
* it unnecessarily s... | crash recovery (forking into itself) should be made opt-in, and not be enabled by default | https://api.github.com/repos/llvm/llvm-project/issues/19012/comments | 6 | 2014-01-28T02:39:21Z | 2023-08-09T16:31:12Z | https://github.com/llvm/llvm-project/issues/19012 | 1,076,082,620 | 19,012 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18637](https://llvm.org/bz18637) |
| Version | 3.4 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The lldb from Xcode 5.1b4 (lldb-310.2.32) to incorrectly annotates ARM instructions corresponding to indirect function calls when running on a... | Incorrect ARM disassembly annotation for symbol stubs | https://api.github.com/repos/llvm/llvm-project/issues/19011/comments | 0 | 2014-01-28T01:32:09Z | 2021-12-09T21:53:45Z | https://github.com/llvm/llvm-project/issues/19011 | 1,076,082,600 | 19,011 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18636](https://llvm.org/bz18636) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2016 05:03 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @walkerkd,@rengolin |
## Extended Description
llc currently supports producing ARM EABI/EHABI unwin... | Add support for producing DWARF CFI unwind info for ARM | https://api.github.com/repos/llvm/llvm-project/issues/19010/comments | 5 | 2014-01-27T23:49:32Z | 2021-12-09T21:53:44Z | https://github.com/llvm/llvm-project/issues/19010 | 1,076,082,576 | 19,010 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18635](https://llvm.org/bz18635) |
| Resolution | FIXED |
| Resolved on | Jun 29, 2015 21:21 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@hfinkel,@sylvestre |
## Extended Description
The following code:
#include <memory>
... | clang crashes in llvm::Module::getNamedValue on thread_local std::unique_ptr<int> | https://api.github.com/repos/llvm/llvm-project/issues/19009/comments | 6 | 2014-01-27T23:05:25Z | 2021-12-09T21:53:43Z | https://github.com/llvm/llvm-project/issues/19009 | 1,076,082,554 | 19,009 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18634](https://llvm.org/bz18634) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2014 19:07 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [Preprocessed source](https://user-images.githubusercontent.com/60944935/143748886-af5babc7-4bd9-4ef8-9437-e2b5a717d488.gz) |
| Rep... | can't compile webkit-gtk2 | https://api.github.com/repos/llvm/llvm-project/issues/19008/comments | 4 | 2014-01-27T22:46:32Z | 2021-12-09T21:53:42Z | https://github.com/llvm/llvm-project/issues/19008 | 1,076,082,524 | 19,008 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18633](https://llvm.org/bz18633) |
| Resolution | FIXED |
| Resolved on | Feb 09, 2014 14:48 |
| Version | trunk |
| OS | All |
| Attachments | [Test case for quantis typeloc assertion failure](https://user-images.githubusercontent.com/9060368/143748885-ae1c94c6-4049-4cb3-902a-f... | Assertion failed: (T::isKind(*this)), function castAs, file tools/clang/include/clang/AST/TypeLoc.h, line 54. | https://api.github.com/repos/llvm/llvm-project/issues/19007/comments | 2 | 2014-01-27T21:34:28Z | 2021-12-09T21:53:41Z | https://github.com/llvm/llvm-project/issues/19007 | 1,076,082,488 | 19,007 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18632](https://llvm.org/bz18632) |
| Resolution | FIXED |
| Resolved on | Jan 28, 2014 14:14 |
| Version | unspecified |
| OS | Windows NT |
## Extended Description
clang-format indents the id in this. Should it?
Original:
static __inline__ void *__attribute__((__always_inli... | Fuction attributes prior to the declarator add extra indentation | https://api.github.com/repos/llvm/llvm-project/issues/19006/comments | 1 | 2014-01-27T20:28:10Z | 2021-12-09T21:53:40Z | https://github.com/llvm/llvm-project/issues/19006 | 1,076,082,464 | 19,006 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18631](https://llvm.org/bz18631) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The Code:
#include <stdio.h>
void f() {
printf("%.*f%f%f%f", 1., 1, 1, 1, 1);
}
Produces only a single warning:
main.cpp:3:13: warni... | -Wformat '*' precision shortcuts format checking | https://api.github.com/repos/llvm/llvm-project/issues/19005/comments | 0 | 2014-01-27T20:08:44Z | 2021-12-09T21:53:39Z | https://github.com/llvm/llvm-project/issues/19005 | 1,076,082,448 | 19,005 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18630](https://llvm.org/bz18630) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
The code:
#include <stdio.h>
void f() {
printf("%.*d", 1);
}
Produces a warning:
main.cpp:3:14: warning: more '%' conver... | -Wformat messages unclear on number of expected arguments vs. received arguments. | https://api.github.com/repos/llvm/llvm-project/issues/19004/comments | 0 | 2014-01-27T20:02:27Z | 2021-12-09T21:53:38Z | https://github.com/llvm/llvm-project/issues/19004 | 1,076,082,428 | 19,004 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18629](https://llvm.org/bz18629) |
| Version | trunk |
| OS | All |
| CC | @dnovillo,@hfinkel |
## Extended Description
First off, yes yes, I know libquantum is crazy. But lets look at this simplified example which we should at least not do royally bad things to:
% cat x.c
st... | Insane code generated after unrolling a loop from libquantum | https://api.github.com/repos/llvm/llvm-project/issues/19003/comments | 1 | 2014-01-27T15:53:23Z | 2021-12-09T21:53:37Z | https://github.com/llvm/llvm-project/issues/19003 | 1,076,082,401 | 19,003 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18628](https://llvm.org/bz18628) |
| Resolution | WORKSFORME |
| Resolved on | Jan 27, 2014 10:39 |
| Version | 3.3 |
| OS | MacOS X |
| Attachments | [Sample program that crashes clang](https://user-images.githubusercontent.com/60944935/143748884-85f8889f-dfb4-41f5-a6af-21bf1a0... | Crash during compilation of union-like class with template method which has auto return value | https://api.github.com/repos/llvm/llvm-project/issues/19002/comments | 1 | 2014-01-27T15:07:59Z | 2022-01-20T02:13:33Z | https://github.com/llvm/llvm-project/issues/19002 | 1,076,082,385 | 19,002 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18627](https://llvm.org/bz18627) |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
Hi,
For the following code, static analyzer does not report potential error when x is null.
void func(char *x)
{
st... | Add option to assume pointer is nullable when accessing unilaterally | https://api.github.com/repos/llvm/llvm-project/issues/19001/comments | 2 | 2014-01-27T10:49:27Z | 2021-12-09T21:53:35Z | https://github.com/llvm/llvm-project/issues/19001 | 1,076,082,367 | 19,001 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18626](https://llvm.org/bz18626) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2014 07:13 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
% cat test.ii
void *a;
void fn1(void *);
void fn2();
void *fn3() {
... | Segfault in 'Live Variable Analysis' with fsanitize=address | https://api.github.com/repos/llvm/llvm-project/issues/19000/comments | 1 | 2014-01-27T10:45:35Z | 2021-12-09T21:53:34Z | https://github.com/llvm/llvm-project/issues/19000 | 1,076,082,345 | 19,000 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18625](https://llvm.org/bz18625) |
| Version | trunk |
| OS | Linux |
| CC | @chengniansun,@zygoloid |
## Extended Description
No sign conversion warning for compound assignment, such as "&="
$: cat no-sign-conversion.c
int f(int l, unsigned a) {
l &= a; /*no warning here*/... | No -Wsign-conversion warning for compound assignment statement | https://api.github.com/repos/llvm/llvm-project/issues/18999/comments | 5 | 2014-01-27T10:32:57Z | 2021-12-09T21:53:33Z | https://github.com/llvm/llvm-project/issues/18999 | 1,076,082,328 | 18,999 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18624](https://llvm.org/bz18624) |
| Version | trunk |
| OS | Linux |
## Extended Description
Clang emits two warnings for implicit constant truncation on bitfields.
1) one warning is from [-Wbitfield-constant-conversion]
2) the other is from [-Wsign-conversion]
The sec... | Duplicate warnings on implicit bitfield constant conversion | https://api.github.com/repos/llvm/llvm-project/issues/18998/comments | 0 | 2014-01-27T08:37:45Z | 2021-12-09T21:53:32Z | https://github.com/llvm/llvm-project/issues/18998 | 1,076,082,300 | 18,998 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18623](https://llvm.org/bz18623) |
| Version | trunk |
| OS | All |
| Attachments | [proposed patch](https://user-images.githubusercontent.com/6248191/143748883-6994fdf8-755d-4701-b31e-e53935fef30e.gz) |
## Extended Description
If the static function createFree in IR/Instructi... | The call to 'free' created by CallInst::CreateFree might not end up in any basic block even though a insertion point was given | https://api.github.com/repos/llvm/llvm-project/issues/18997/comments | 0 | 2014-01-27T01:57:48Z | 2021-12-09T21:53:31Z | https://github.com/llvm/llvm-project/issues/18997 | 1,076,082,282 | 18,997 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18622](https://llvm.org/bz18622) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [arc.m](https://user-images.githubusercontent.com/60944935/143748880-4d4d864f-ad33-484b-9ce6-93940edaa388.gz), [arc.s](https://user-images.githubusercontent.com/60944935/143748881-8800f506-6a1f-4... | Clang - assembler command failed on ARM ObjC build | https://api.github.com/repos/llvm/llvm-project/issues/18996/comments | 3 | 2014-01-26T13:03:52Z | 2023-05-23T11:53:30Z | https://github.com/llvm/llvm-project/issues/18996 | 1,076,082,273 | 18,996 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18621](https://llvm.org/bz18621) |
| Version | unspecified |
| OS | All |
| Attachments | [[TEST] Example file](https://user-images.githubusercontent.com/60944935/143748879-132e7f1e-bb49-40db-bab6-6362a6da283d.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
##... | Allow labels to be between [[clang::fallthrough]] and next switch case | https://api.github.com/repos/llvm/llvm-project/issues/18995/comments | 5 | 2014-01-26T10:47:08Z | 2023-06-09T21:10:03Z | https://github.com/llvm/llvm-project/issues/18995 | 1,076,082,252 | 18,995 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18620](https://llvm.org/bz18620) |
| Resolution | FIXED |
| Resolved on | Jul 25, 2014 09:28 |
| Version | 3.4 |
| OS | Linux |
| Attachments | [Assembly source codes without -fPIC](https://user-images.githubusercontent.com/60944935/143748876-11caadc7-61a3-49d3-9c65-52a45f820ffb... | [MIPS] A call PIC function problem in shared link without '-fPIC' | https://api.github.com/repos/llvm/llvm-project/issues/18994/comments | 5 | 2014-01-26T07:48:01Z | 2021-12-09T21:53:28Z | https://github.com/llvm/llvm-project/issues/18994 | 1,076,082,230 | 18,994 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18619](https://llvm.org/bz18619) |
| Version | unspecified |
| OS | All |
| Attachments | [[TEST] Example file](https://user-images.githubusercontent.com/60944935/143748875-8fa15a40-698c-45ad-85e3-d4657d675773.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@Wev... | Clang should allow unreachable [[clang::fallthrough]] in template functions if any template expansion uses it | https://api.github.com/repos/llvm/llvm-project/issues/18993/comments | 3 | 2014-01-26T06:17:17Z | 2023-09-12T14:08:17Z | https://github.com/llvm/llvm-project/issues/18993 | 1,076,082,211 | 18,993 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18618](https://llvm.org/bz18618) |
| Resolution | FIXED |
| Resolved on | Feb 06, 2014 16:15 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
extern "C" int printf(const char *, ...);
static char buffer[419430400]... | MS ABI: Alignment of pointer to member is wrong | https://api.github.com/repos/llvm/llvm-project/issues/18992/comments | 2 | 2014-01-26T05:02:01Z | 2021-12-09T21:53:26Z | https://github.com/llvm/llvm-project/issues/18992 | 1,076,082,189 | 18,992 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18617](https://llvm.org/bz18617) |
| Resolution | FIXED |
| Resolved on | Feb 06, 2014 16:16 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
extern "C" int printf(const char *, ...);
static char buffer[419430400];
inline v... | MS ABI: Offset of pointer to member is wrong | https://api.github.com/repos/llvm/llvm-project/issues/18991/comments | 2 | 2014-01-26T04:59:45Z | 2021-12-09T21:53:24Z | https://github.com/llvm/llvm-project/issues/18991 | 1,076,082,159 | 18,991 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18616](https://llvm.org/bz18616) |
| Resolution | FIXED |
| Resolved on | Feb 07, 2014 03:39 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143748873-06af344e-f9be-474e-a1b1-e1fac660328d.gz) |
| ... | LoopDeletion: lib/IR/Value.cpp:79: virtual llvm::Value::~Value(): Assertion `use_empty() && "Uses remain when a value is destroyed!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/18990/comments | 6 | 2014-01-26T04:15:16Z | 2021-12-09T21:53:23Z | https://github.com/llvm/llvm-project/issues/18990 | 1,076,082,143 | 18,990 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18615](https://llvm.org/bz18615) |
| Resolution | FIXED |
| Resolved on | Feb 25, 2014 21:14 |
| Version | trunk |
| OS | All |
| CC | @chandlerc,@hfinkel |
## Extended Description
The current clang trunk crashes when compiling the following testcase at -O1 and above in both 3... | clang crashes on valid code at -O1 and above on x86_64-linux-gnu | https://api.github.com/repos/llvm/llvm-project/issues/18989/comments | 2 | 2014-01-25T21:39:04Z | 2021-12-09T21:53:22Z | https://github.com/llvm/llvm-project/issues/18989 | 1,076,082,118 | 18,989 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18614](https://llvm.org/bz18614) |
| Version | trunk |
| OS | Linux |
| CC | @atrick,@kosarev |
## Extended Description
In r200093, I disabled the use of TBAA in CodeGen, because of underlying correctness issues. Specifically:
1. Stack coloring does not update TBAA when mer... | Enable the use of TBAA in CodeGen | https://api.github.com/repos/llvm/llvm-project/issues/18988/comments | 1 | 2014-01-25T21:35:34Z | 2021-12-09T21:53:21Z | https://github.com/llvm/llvm-project/issues/18988 | 1,076,082,091 | 18,988 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18613](https://llvm.org/bz18613) |
| Version | unspecified |
| OS | All |
| CC | @dmpolukhin |
## Extended Description
we disagree with gcc but agree with icc on the following:
extern "C" int printf(const char *, ...);
struct A {};
struct B : public virtual A {};
struct C : pu... | Layout difference of packed struct different from GCC | https://api.github.com/repos/llvm/llvm-project/issues/18987/comments | 0 | 2014-01-25T20:11:15Z | 2021-12-09T21:53:20Z | https://github.com/llvm/llvm-project/issues/18987 | 1,076,082,065 | 18,987 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18612](https://llvm.org/bz18612) |
| Resolution | INVALID |
| Resolved on | Jan 26, 2014 06:20 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Attached sourced as clang tell me to attach.](https://user-images.githubusercontent.com/60944935/143748872-e986bbde-3285-4da... | fatal error: error in backend: Cannot select: 0x2945e70: v16i8 = X86ISD::PSHUFB | https://api.github.com/repos/llvm/llvm-project/issues/18986/comments | 1 | 2014-01-25T13:28:59Z | 2021-12-09T21:53:19Z | https://github.com/llvm/llvm-project/issues/18986 | 1,076,082,047 | 18,986 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18611](https://llvm.org/bz18611) |
| Resolution | WORKSFORME |
| Resolved on | Jan 31, 2014 05:02 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Thread sanitizer output](https://user-images.githubusercontent.com/60944935/143748871-1f9fb62b-09fc-44df-b267-3751575c2f4... | Thread sanitizer reports race condition with std::async | https://api.github.com/repos/llvm/llvm-project/issues/18985/comments | 5 | 2014-01-25T10:53:34Z | 2022-01-20T02:13:31Z | https://github.com/llvm/llvm-project/issues/18985 | 1,076,082,024 | 18,985 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18610](https://llvm.org/bz18610) |
| Version | unspecified |
| OS | All |
| CC | @hfinkel |
## Extended Description
We place an aligned virtual base at an offset which is not a multiple of it's alignment.
consider:
extern "C" int printf(const char *, ...);
struct A {};
struct... | ABI incompatibility with GCC regarding aligned virtual base | https://api.github.com/repos/llvm/llvm-project/issues/18984/comments | 0 | 2014-01-25T09:49:01Z | 2021-12-09T21:53:17Z | https://github.com/llvm/llvm-project/issues/18984 | 1,076,082,008 | 18,984 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18609](https://llvm.org/bz18609) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Clang accepts this ill-formed code:
template<typename A, typename B> struct S {};
template<typename...Ts> struct S<Ts...> {};
This is ill-formed because the... | clang fails to reject partial specializations that are less specialized than the primary template | https://api.github.com/repos/llvm/llvm-project/issues/18983/comments | 2 | 2014-01-25T04:59:50Z | 2023-08-26T10:59:49Z | https://github.com/llvm/llvm-project/issues/18983 | 1,076,081,989 | 18,983 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18608](https://llvm.org/bz18608) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2014 18:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This testcase:
struct A {
virtual void f() const;
virtual vo... | bad typo correction on method call suggesting qualifier | https://api.github.com/repos/llvm/llvm-project/issues/18982/comments | 1 | 2014-01-25T03:05:46Z | 2021-12-09T21:53:15Z | https://github.com/llvm/llvm-project/issues/18982 | 1,076,081,964 | 18,982 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18607](https://llvm.org/bz18607) |
| Resolution | DUPLICATE |
| Resolved on | Feb 05, 2014 02:31 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reduced testcase](https://user-images.githubusercontent.com/138339/143748870-2e6dc155-c820-4d86-bbbe-ae73ec9d220d.gz) |
| CC | @... | SCEV extreme compile time and memory usage with sequence of muls in loop | https://api.github.com/repos/llvm/llvm-project/issues/18981/comments | 1 | 2014-01-24T21:48:52Z | 2021-12-09T21:53:14Z | https://github.com/llvm/llvm-project/issues/18981 | 1,076,081,946 | 18,981 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18606](https://llvm.org/bz18606) |
| Version | trunk |
| OS | MacOS X |
| Blocks | llvm/llvm-project#16805 |
| Attachments | [Sources of t27056 test including its source, input, and outputs](https://user-images.githubusercontent.com/60944935/143748868-77a01cc6-486b-4193-956e-32... | A very small test resulting in extremely long compilation in "clang -O2" version 3.5, trunk 199677 | https://api.github.com/repos/llvm/llvm-project/issues/18980/comments | 11 | 2014-01-24T21:48:18Z | 2021-12-09T21:53:02Z | https://github.com/llvm/llvm-project/issues/18980 | 1,076,081,677 | 18,980 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.