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 | [17005](https://llvm.org/bz17005) |
| Version | unspecified |
| OS | All |
| CC | @delcypher,@sunfishcode,@seanm |
## Extended Description
clang should support Annex F of ISO C (IEC 60559 / IEEE 754), at least the basic features. Support could be controlled by options; for inst... | clang should support Annex F of ISO C (IEC 60559 / IEEE 754) | https://api.github.com/repos/llvm/llvm-project/issues/17379/comments | 2 | 2013-08-26T23:42:13Z | 2023-11-05T17:30:05Z | https://github.com/llvm/llvm-project/issues/17379 | 1,075,995,158 | 17,379 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17004](https://llvm.org/bz17004) |
| Resolution | DUPLICATE |
| Resolved on | Aug 27, 2013 02:21 |
| Version | unspecified |
| OS | All |
## Extended Description
clang-format correctly indents this:
{{{
EXPLAIN("%soutput %s older than most recent input %s (%d vs %d)",
... | Another example where string splitting confuses the formatter | https://api.github.com/repos/llvm/llvm-project/issues/17378/comments | 2 | 2013-08-26T21:32:34Z | 2021-12-09T20:43:04Z | https://github.com/llvm/llvm-project/issues/17378 | 1,075,995,149 | 17,378 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17003](https://llvm.org/bz17003) |
| Resolution | DUPLICATE |
| Resolved on | Feb 04, 2014 18:06 |
| Version | trunk |
| OS | Linux |
| CC | @zygoloid |
## Extended Description
int main() {
struct A {
A() { printf("%p: A() \n", (void*)this); }
~A() { printf("%p: ~A(... | Gcc and clang differ in treatment of lifetime-extended temporaries. | https://api.github.com/repos/llvm/llvm-project/issues/17377/comments | 4 | 2013-08-26T18:51:52Z | 2021-12-09T20:43:03Z | https://github.com/llvm/llvm-project/issues/17377 | 1,075,995,136 | 17,377 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17002](https://llvm.org/bz17002) |
| Resolution | DUPLICATE |
| Resolved on | Aug 26, 2013 12:40 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ributzka |
## Extended Description
I'm on a non-AVX box, and am trying to write a min() f... | LLVM produces poor code for 8-vectors split into two 4-vectors when using select. | https://api.github.com/repos/llvm/llvm-project/issues/17376/comments | 1 | 2013-08-26T16:34:05Z | 2021-12-09T20:43:02Z | https://github.com/llvm/llvm-project/issues/17376 | 1,075,995,125 | 17,376 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17001](https://llvm.org/bz17001) |
| Resolution | FIXED |
| Resolved on | Nov 30, 2016 13:09 |
| Version | trunk |
| OS | Linux |
| Attachments | [Patch draft](https://user-images.githubusercontent.com/3129331/143747989-b39a685b-45d3-488c-b95d-86692005feb9.gz) |
| CC | @belkadan... | Static analyzer invokes incorrect destructors for lifetime-extended temporaries | https://api.github.com/repos/llvm/llvm-project/issues/17375/comments | 6 | 2013-08-26T15:39:20Z | 2021-12-09T20:43:01Z | https://github.com/llvm/llvm-project/issues/17375 | 1,075,995,119 | 17,375 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17000](https://llvm.org/bz17000) |
| Resolution | FIXED |
| Resolved on | Jul 09, 2019 19:08 |
| Version | trunk |
| OS | Linux |
| CC | @MaskRay,@zygoloid,@sylvestre |
## Extended Description
Annex F of the C standard (IEC 60559 / IEEE 754 support) defines the floating-point ... | clang sanitizer regards IEC 60559 floating-point division by zero as undefined | https://api.github.com/repos/llvm/llvm-project/issues/17374/comments | 4 | 2013-08-26T15:35:08Z | 2021-12-09T20:43:00Z | https://github.com/llvm/llvm-project/issues/17374 | 1,075,995,102 | 17,374 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16999](https://llvm.org/bz16999) |
| Resolution | INVALID |
| Resolved on | Feb 26, 2018 07:00 |
| Version | trunk |
| OS | Linux |
| Attachments | [The crashing code from failures subdir](https://user-images.githubusercontent.com/60944935/143747988-2ac9782a-5064-4bab-813c-ff301... | Analyzer crash | https://api.github.com/repos/llvm/llvm-project/issues/17373/comments | 7 | 2013-08-26T09:52:36Z | 2021-12-09T20:42:59Z | https://github.com/llvm/llvm-project/issues/17373 | 1,075,995,086 | 17,373 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16998](https://llvm.org/bz16998) |
| Resolution | DUPLICATE |
| Resolved on | Sep 09, 2013 17:01 |
| Version | 3.3 |
| OS | Linux |
| Attachments | [the code that makes gold abort](https://user-images.githubusercontent.com/60944935/143747987-80544e8a-7470-477c-a4fa-f99c4e95fb02.... | clang fails to compile code with LTO: gold complains: “atomic store operand must be power-of-two byte-sized integer” | https://api.github.com/repos/llvm/llvm-project/issues/17372/comments | 2 | 2013-08-26T02:10:03Z | 2021-12-09T20:42:58Z | https://github.com/llvm/llvm-project/issues/17372 | 1,075,995,061 | 17,372 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16997](https://llvm.org/bz16997) |
| Resolution | FIXED |
| Resolved on | Aug 28, 2013 00:49 |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
template <template <typename> class... Templates>
struct template_tuple {};
template <typename T>
struct... | clang crashes whilst building call to variadicly-type function in Sema::BuildOverloadedCallExpr | https://api.github.com/repos/llvm/llvm-project/issues/17371/comments | 3 | 2013-08-25T23:31:53Z | 2021-12-09T20:42:57Z | https://github.com/llvm/llvm-project/issues/17371 | 1,075,995,045 | 17,371 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16996](https://llvm.org/bz16996) |
| Resolution | FIXED |
| Resolved on | Aug 29, 2013 14:44 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I built libcxxabi today, I encountered a building error I never met bef... | libcxx/include/__config.h has removed the " _LIBCPP_CANTTHROW" definition | https://api.github.com/repos/llvm/llvm-project/issues/17370/comments | 6 | 2013-08-25T18:24:02Z | 2021-12-09T20:42:56Z | https://github.com/llvm/llvm-project/issues/17370 | 1,075,995,027 | 17,370 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16995](https://llvm.org/bz16995) |
| Resolution | FIXED |
| Resolved on | Aug 28, 2013 12:28 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reproduction files](https://user-images.githubusercontent.com/60944935/143747986-7f9502ee-fb07-44b6-a197-6dd9984857c0.gz) |
| Report... | Assertion `VariableDIE && "Static member decl has no context?"' failed | https://api.github.com/repos/llvm/llvm-project/issues/17369/comments | 3 | 2013-08-25T13:05:53Z | 2021-12-09T20:42:55Z | https://github.com/llvm/llvm-project/issues/17369 | 1,075,995,013 | 17,369 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16994](https://llvm.org/bz16994) |
| Resolution | FIXED |
| Resolved on | Oct 22, 2015 13:43 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
Consider:
inline int foo() {
static struct {
int a;
} x = {20};
return x.a;
... | [-cxx-abi microsoft] Mangle anonymous types correctly | https://api.github.com/repos/llvm/llvm-project/issues/17368/comments | 9 | 2013-08-25T11:36:24Z | 2021-12-09T20:42:54Z | https://github.com/llvm/llvm-project/issues/17368 | 1,075,994,995 | 17,368 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16993](https://llvm.org/bz16993) |
| Resolution | INVALID |
| Resolved on | Apr 16, 2014 15:10 |
| Version | unspecified |
| OS | All |
## Extended Description
I've found out that some libc++ STL containers works incorrect while
assigning rvalue to self. For example std::vecto... | Assign rvalue to self | https://api.github.com/repos/llvm/llvm-project/issues/17367/comments | 6 | 2013-08-25T10:36:50Z | 2021-12-09T20:42:53Z | https://github.com/llvm/llvm-project/issues/17367 | 1,075,994,973 | 17,367 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16992](https://llvm.org/bz16992) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2014 20:02 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@spavloff |
## Extended Description
Consider:
int x = sizeof int;
This is wrong given the C++ grammar:
unary-expression:
sizeof... | Fixit missing when "sizeof type" found | https://api.github.com/repos/llvm/llvm-project/issues/17366/comments | 5 | 2013-08-25T09:41:03Z | 2021-12-09T20:42:52Z | https://github.com/llvm/llvm-project/issues/17366 | 1,075,994,960 | 17,366 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16991](https://llvm.org/bz16991) |
| Resolution | FIXED |
| Resolved on | Aug 30, 2013 13:15 |
| Version | trunk |
| OS | Linux |
| CC | @echristo |
## Extended Description
From the trivial C code:
void EmptyLoop() {
for (long i = 0; i < 1000000000; ++i) {
}
}
We're ... | fast selector fails to select many blocks | https://api.github.com/repos/llvm/llvm-project/issues/17365/comments | 7 | 2013-08-25T07:48:41Z | 2021-12-09T20:42:51Z | https://github.com/llvm/llvm-project/issues/17365 | 1,075,994,942 | 17,365 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16990](https://llvm.org/bz16990) |
| Resolution | INVALID |
| Resolved on | Aug 25, 2013 14:12 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm building Clang revision 189184 using Visual Studio 2010. Before buildi... | During compilation 'isOSMSVCRT' : is not a member of 'llvm::Triple' | https://api.github.com/repos/llvm/llvm-project/issues/17364/comments | 2 | 2013-08-25T04:00:15Z | 2021-12-09T20:42:50Z | https://github.com/llvm/llvm-project/issues/17364 | 1,075,994,921 | 17,364 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16989](https://llvm.org/bz16989) |
| Resolution | FIXED |
| Resolved on | May 19, 2014 04:26 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@nlewycky,@spavloff |
## Extended Description
Testcase:
class C {
template <cla... | crash on invalid in end-of-tu instantiation | https://api.github.com/repos/llvm/llvm-project/issues/17363/comments | 2 | 2013-08-24T23:53:37Z | 2021-12-09T20:42:49Z | https://github.com/llvm/llvm-project/issues/17363 | 1,075,994,905 | 17,363 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16988](https://llvm.org/bz16988) |
| Resolution | WONTFIX |
| Resolved on | Aug 27, 2013 16:12 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
The clang internal version of stdint.h (llvm/tools/c... | clang's stdint.h forwarding can silently result in no standard integer types being defined. | https://api.github.com/repos/llvm/llvm-project/issues/17362/comments | 2 | 2013-08-24T20:51:02Z | 2022-01-20T02:38:06Z | https://github.com/llvm/llvm-project/issues/17362 | 1,075,994,894 | 17,362 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16987](https://llvm.org/bz16987) |
| Resolution | WORKSFORME |
| Resolved on | Aug 26, 2013 08:44 |
| Version | 3.2 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@spavloff | | clang segfault in clang::ASTContext::getConstantArrayType | https://api.github.com/repos/llvm/llvm-project/issues/17361/comments | 3 | 2013-08-24T14:22:43Z | 2022-01-20T02:12:15Z | https://github.com/llvm/llvm-project/issues/17361 | 1,075,994,879 | 17,361 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16986](https://llvm.org/bz16986) |
| Resolution | DUPLICATE |
| Resolved on | Aug 05, 2020 03:39 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid,@yuyichao |
## Extended Description
template<typename T>
union point
{
... | attribute vector_size doesn't allow value dependent expressions in templates | https://api.github.com/repos/llvm/llvm-project/issues/17360/comments | 6 | 2013-08-24T12:25:05Z | 2021-12-09T20:42:46Z | https://github.com/llvm/llvm-project/issues/17360 | 1,075,994,861 | 17,360 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16985](https://llvm.org/bz16985) |
| Resolution | WONTFIX |
| Resolved on | Sep 13, 2013 06:27 |
| Version | trunk |
| OS | All |
## Extended Description
{{{{
*err = ("build log version invalid, perhaps due to being too old; "
"starting over");
}}}}
ge... | Formatter formats string concatenation weirdly | https://api.github.com/repos/llvm/llvm-project/issues/17359/comments | 5 | 2013-08-23T21:15:37Z | 2022-01-20T02:38:05Z | https://github.com/llvm/llvm-project/issues/17359 | 1,075,994,848 | 17,359 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16984](https://llvm.org/bz16984) |
| Version | unspecified |
| OS | All |
| CC | @d0k,@DougGregor,@hfinkel |
## Extended Description
Consider:
class C1 {
virtual void bar();
virtual void baz();
};
namespace {
class C2 : public C1 {
void bar() { baz(); }
void baz() {}... | clang not devirtualizing final methods based on anonymous namespace info | https://api.github.com/repos/llvm/llvm-project/issues/17358/comments | 1 | 2013-08-23T20:57:30Z | 2023-11-03T14:45:49Z | https://github.com/llvm/llvm-project/issues/17358 | 1,075,994,828 | 17,358 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16983](https://llvm.org/bz16983) |
| Resolution | INVALID |
| Resolved on | Aug 23, 2013 17:02 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
#include <limits>
#include <memory>
#include <iostr... | decltype(-9223372036854775808) is unsigned instead of signed | https://api.github.com/repos/llvm/llvm-project/issues/17357/comments | 2 | 2013-08-23T20:27:52Z | 2021-12-09T20:42:43Z | https://github.com/llvm/llvm-project/issues/17357 | 1,075,994,812 | 17,357 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16982](https://llvm.org/bz16982) |
| Version | 3.3 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In the following code, if the parameter `err' is zero, the functions will return.
`good(0)` returns fine, but `bad(0)` doesn't, the thr... | `__attribute__((noreturn))` merged in an if-expression `?:` | https://api.github.com/repos/llvm/llvm-project/issues/17356/comments | 2 | 2013-08-23T17:25:45Z | 2024-08-13T09:20:09Z | https://github.com/llvm/llvm-project/issues/17356 | 1,075,994,795 | 17,356 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16981](https://llvm.org/bz16981) |
| Resolution | FIXED |
| Resolved on | Aug 27, 2013 06:09 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Input:
someobj->Add((new util::filetools::Handler(dir))
->OnEvent1(NewPermanentC... | Chained callback addition is de-beautified with clang-format 3.0 | https://api.github.com/repos/llvm/llvm-project/issues/17355/comments | 1 | 2013-08-23T15:40:21Z | 2021-12-09T20:42:41Z | https://github.com/llvm/llvm-project/issues/17355 | 1,075,994,779 | 17,355 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16980](https://llvm.org/bz16980) |
| Resolution | INVALID |
| Resolved on | Aug 23, 2013 08:51 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ clang-format
fd = open(name.c_str(), O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR)... | calls with more than one OR-ed set of constants become less readable when clang-formatted | https://api.github.com/repos/llvm/llvm-project/issues/17354/comments | 2 | 2013-08-23T15:38:08Z | 2021-12-09T20:42:40Z | https://github.com/llvm/llvm-project/issues/17354 | 1,075,994,758 | 17,354 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16979](https://llvm.org/bz16979) |
| Resolution | FIXED |
| Resolved on | Sep 23, 2013 20:51 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [source code](https://user-images.githubusercontent.com/60944935/143747980-3e846cff-5d5e-4f4a-997c-78d685825936.gz), [fuller output... | Bad machine code: Using an undefined physical register | https://api.github.com/repos/llvm/llvm-project/issues/17353/comments | 12 | 2013-08-23T05:48:37Z | 2021-12-09T20:42:39Z | https://github.com/llvm/llvm-project/issues/17353 | 1,075,994,729 | 17,353 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16978](https://llvm.org/bz16978) |
| Version | unspecified |
| OS | MacOS X |
## Extended Description
-Xarch has a rule where it does not allow options that take arguments, for example -Xlinker. In particular, I want to do "-Xarch_i386 -Xlinker -allow_heap_execution". This i... | Cannot provide architecture specific flags to linker (i.e. -Xarch doesn't interact with -Xlinker) | https://api.github.com/repos/llvm/llvm-project/issues/17352/comments | 0 | 2013-08-23T02:20:12Z | 2021-12-09T20:42:38Z | https://github.com/llvm/llvm-project/issues/17352 | 1,075,994,713 | 17,352 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16977](https://llvm.org/bz16977) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
0 clang 0x09f4dd5d llvm::sys::PrintStackTrace(_IO_FILE*) + 45
1 clang 0x09f4dfb0
2 clang 0x09f4d8f4
3 0x40022400 __k... | Seg Fault when linking library | https://api.github.com/repos/llvm/llvm-project/issues/17351/comments | 2 | 2013-08-23T00:46:26Z | 2023-09-12T13:47:08Z | https://github.com/llvm/llvm-project/issues/17351 | 1,075,994,699 | 17,351 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16976](https://llvm.org/bz16976) |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#20160 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When clang generates the code for an explicit template class instantiation it ignores the attributes o... | function attributes on member function definitions are ignored after explicit template class declaration | https://api.github.com/repos/llvm/llvm-project/issues/17350/comments | 1 | 2013-08-22T23:22:59Z | 2021-12-09T22:29:22Z | https://github.com/llvm/llvm-project/issues/17350 | 1,075,994,677 | 17,350 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16975](https://llvm.org/bz16975) |
| Resolution | DUPLICATE |
| Resolved on | Aug 28, 2013 17:56 |
| Version | trunk |
| OS | All |
| Attachments | [Reduced Test Case](https://user-images.githubusercontent.com/60944935/143747979-e6b462a1-5ae4-4739-afe1-f39a1bbc63f9.gz) |
| Repor... | Crash with inherited constructor that uses the class's template parameter pack in a template default argument | https://api.github.com/repos/llvm/llvm-project/issues/17349/comments | 1 | 2013-08-22T23:02:40Z | 2021-12-09T20:42:34Z | https://github.com/llvm/llvm-project/issues/17349 | 1,075,994,661 | 17,349 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16974](https://llvm.org/bz16974) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2014 13:42 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [First test case](https://user-images.githubusercontent.com/60944935/143747977-0193ed2a-8503-485a-bc3f-9552f111079e.gz), [Second te... | Crash in debug info generation for inherited constructors of template specializations that use default template arguments. | https://api.github.com/repos/llvm/llvm-project/issues/17348/comments | 2 | 2013-08-22T22:54:01Z | 2021-12-09T20:42:33Z | https://github.com/llvm/llvm-project/issues/17348 | 1,075,994,646 | 17,348 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16973](https://llvm.org/bz16973) |
| Resolution | DUPLICATE |
| Resolved on | Nov 14, 2013 20:35 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Reduced Test Case](https://user-images.githubusercontent.com/60944935/143747976-e025d778-cb2a-4904-99ac-2a242eb89840.gz) |
| R... | Crash when passing result of decltype(auto) function to lvalue reference parameter in unevaluated context | https://api.github.com/repos/llvm/llvm-project/issues/17347/comments | 3 | 2013-08-22T22:45:59Z | 2021-12-09T20:42:32Z | https://github.com/llvm/llvm-project/issues/17347 | 1,075,994,627 | 17,347 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16972](https://llvm.org/bz16972) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Clang accepts this:
struct S {
constexpr S() : n(f(*this)) {}
int n;
static constexpr int f(S s) { return 0; }
};
void f() { constexpr S s; }
It should no... | accepts-invalid if member is uninitialized when a trivial constexpr copy constructor is called | https://api.github.com/repos/llvm/llvm-project/issues/17346/comments | 2 | 2013-08-22T22:13:49Z | 2023-09-19T18:00:38Z | https://github.com/llvm/llvm-project/issues/17346 | 1,075,994,619 | 17,346 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16971](https://llvm.org/bz16971) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@rjmccall,@rnk |
## Extended Description
I've noticed that for such a code:
-----------------
struct A {
virtual void f();
};
struct B {
virtual void f();
};
struct C... | The function type of thunks is wrong? | https://api.github.com/repos/llvm/llvm-project/issues/17345/comments | 3 | 2013-08-22T17:44:50Z | 2021-12-09T20:42:30Z | https://github.com/llvm/llvm-project/issues/17345 | 1,075,994,606 | 17,345 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16970](https://llvm.org/bz16970) |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
I've created a multithreaded quick sort function:
```cpp
#include <utility>
#include <thread>
template <type... | Error with std::thread and template function | https://api.github.com/repos/llvm/llvm-project/issues/17344/comments | 2 | 2013-08-22T16:50:50Z | 2024-04-14T10:54:47Z | https://github.com/llvm/llvm-project/issues/17344 | 1,075,994,593 | 17,344 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16969](https://llvm.org/bz16969) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [quick_sort function template](https://user-images.githubusercontent.com/60944935/143747975-7428b242-9f6c-4c0b-9cf4-773806443a9a.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Doug... | "pure virtual method called" error with `std::thread` and template function | https://api.github.com/repos/llvm/llvm-project/issues/17343/comments | 0 | 2013-08-22T16:50:21Z | 2024-07-28T10:41:22Z | https://github.com/llvm/llvm-project/issues/17343 | 1,075,994,580 | 17,343 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16968](https://llvm.org/bz16968) |
| Version | 3.3 |
| OS | All |
| Attachments | [compile with `clang -Weverything -c foo.c`](https://user-images.githubusercontent.com/60944935/143747974-edc435b6-65f9-4752-9acf-52d1fd753724.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | ... | format attribute not propagated across usage | https://api.github.com/repos/llvm/llvm-project/issues/17342/comments | 1 | 2013-08-22T11:57:40Z | 2021-12-09T20:42:27Z | https://github.com/llvm/llvm-project/issues/17342 | 1,075,994,571 | 17,342 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16967](https://llvm.org/bz16967) |
| Resolution | FIXED |
| Resolved on | Aug 25, 2013 17:20 |
| Version | trunk |
| OS | All |
| CC | @echristo,@pogo59 |
## Extended Description
consider:
struct Type {
unsigned int Data1;
unsigned short Data2, Data3;
unsigned char Data4... | Debug info for non-type template parameters lacks DW_AT_location depending on layout | https://api.github.com/repos/llvm/llvm-project/issues/17341/comments | 5 | 2013-08-22T11:44:39Z | 2021-12-09T20:42:26Z | https://github.com/llvm/llvm-project/issues/17341 | 1,075,994,553 | 17,341 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16966](https://llvm.org/bz16966) |
| Version | 3.3 |
| OS | Linux |
| Attachments | [sha.c code causing the error.](https://user-images.githubusercontent.com/60944935/143747973-0d8f579e-4a12-408e-a92b-5f010071fb32.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DimitryAnd... | openssl/sha_locl.h:246:3: error: unsupported inline asm: input with type 'unsigned long' matching output with type 'unsigned int' | https://api.github.com/repos/llvm/llvm-project/issues/17340/comments | 1 | 2013-08-22T11:29:21Z | 2021-12-09T20:42:25Z | https://github.com/llvm/llvm-project/issues/17340 | 1,075,994,538 | 17,340 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16965](https://llvm.org/bz16965) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
The following code failed to compile with clang svn trunk:
```cpp
#include <map>
#include <b... | Compilation failed when using `boost::make_recursive_variant` | https://api.github.com/repos/llvm/llvm-project/issues/17339/comments | 2 | 2013-08-22T05:48:42Z | 2024-07-28T10:47:04Z | https://github.com/llvm/llvm-project/issues/17339 | 1,075,994,516 | 17,339 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16964](https://llvm.org/bz16964) |
| Resolution | FIXED |
| Resolved on | Sep 04, 2013 02:16 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @spavloff |
## Extended Description
This is a crash on invalid. Testcase:
template<typename> str... | Assertion `ResultKind != Found || Decls.size() == 1' failed. | https://api.github.com/repos/llvm/llvm-project/issues/17338/comments | 1 | 2013-08-22T05:44:26Z | 2021-12-09T20:42:23Z | https://github.com/llvm/llvm-project/issues/17338 | 1,075,994,495 | 17,338 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16963](https://llvm.org/bz16963) |
| Resolution | FIXED |
| Resolved on | Nov 14, 2013 20:33 |
| Version | trunk |
| OS | Linux |
## Extended Description
Clang silently accepts this:
template<typename T> extern int x;
template<typename T> int x<T> = 0;
We should reject t... | No diagnostic for variable template partial specialization that is not more specialized than the primary template | https://api.github.com/repos/llvm/llvm-project/issues/17337/comments | 1 | 2013-08-22T02:06:37Z | 2021-12-09T20:42:22Z | https://github.com/llvm/llvm-project/issues/17337 | 1,075,994,475 | 17,337 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16962](https://llvm.org/bz16962) |
| Resolution | FIXED |
| Resolved on | Jan 16, 2014 01:37 |
| Version | trunk |
| OS | Linux |
| CC | @topperc |
## Extended Description
for:
movl %fs:8, %eax
we emit:
64 8b 05 08 00 00 00
gcc and msvc emits:
64 a1 08 00 00 00 | Suboptimal choice for fs segment-based mov into eax | https://api.github.com/repos/llvm/llvm-project/issues/17336/comments | 3 | 2013-08-22T00:56:09Z | 2021-12-09T20:42:21Z | https://github.com/llvm/llvm-project/issues/17336 | 1,075,994,455 | 17,336 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16961](https://llvm.org/bz16961) |
| Resolution | FIXED |
| Resolved on | Aug 04, 2017 04:01 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#11360 |
| CC | @topperc,@RKSimon |
## Extended Description
The first byte, 0x64, is the segment override.
echo "0x64... | [x86 disassembler] fs segment override ignored on mov | https://api.github.com/repos/llvm/llvm-project/issues/17335/comments | 1 | 2013-08-22T00:49:00Z | 2021-12-09T20:42:19Z | https://github.com/llvm/llvm-project/issues/17335 | 1,075,994,439 | 17,335 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16960](https://llvm.org/bz16960) |
| Resolution | FIXED |
| Resolved on | Aug 22, 2013 11:34 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The env-001 test case fails. It appears to occur because poolargvregister() i... | The env-001 lit test fails | https://api.github.com/repos/llvm/llvm-project/issues/17334/comments | 2 | 2013-08-21T23:47:58Z | 2021-12-09T20:42:19Z | https://github.com/llvm/llvm-project/issues/17334 | 1,075,994,425 | 17,334 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16959](https://llvm.org/bz16959) |
| Resolution | FIXED |
| Resolved on | May 23, 2014 16:35 |
| Version | trunk |
| OS | Windows NT |
| Depends On | llvm/llvm-project#17262 |
| Blocks | llvm/llvm-project#12849 |
| Attachments | [double initialization test case](https://user-i... | [-cxx-abi microsoft] dynamic initializers for linkonce_odr data run twice when linking clang and MSVC code | https://api.github.com/repos/llvm/llvm-project/issues/17333/comments | 10 | 2013-08-21T22:28:25Z | 2021-12-09T20:42:16Z | https://github.com/llvm/llvm-project/issues/17333 | 1,075,994,392 | 17,333 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16958](https://llvm.org/bz16958) |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The warning controlled by -Wshadow-ivar (declaration shadows instance variable) for Objective-C is issued at every instance where such the sha... | -Wshadow-ivar fires at point of use | https://api.github.com/repos/llvm/llvm-project/issues/17332/comments | 0 | 2013-08-21T21:27:40Z | 2023-05-22T11:53:20Z | https://github.com/llvm/llvm-project/issues/17332 | 1,075,994,374 | 17,332 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16957](https://llvm.org/bz16957) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2015 01:58 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @compnerd,@echristo,@jfbastien |
## Extended Description
For ARM targets on linux, revision 183966 ma... | Generation of PLT code isn't working for ARM | https://api.github.com/repos/llvm/llvm-project/issues/17331/comments | 1 | 2013-08-21T19:52:52Z | 2021-12-09T20:42:14Z | https://github.com/llvm/llvm-project/issues/17331 | 1,075,994,365 | 17,331 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16956](https://llvm.org/bz16956) |
| Resolution | WORKSFORME |
| Resolved on | Aug 21, 2013 15:09 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Reproducer with a looong function body](https://user-images.githubusercontent.com/6516307/143747970-a65dce25-62cd-4e60-... | Clang cannot compile a simple but long function | https://api.github.com/repos/llvm/llvm-project/issues/17330/comments | 2 | 2013-08-21T16:34:12Z | 2022-01-20T02:12:13Z | https://github.com/llvm/llvm-project/issues/17330 | 1,075,994,347 | 17,330 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16955](https://llvm.org/bz16955) |
| Resolution | DUPLICATE |
| Resolved on | Aug 21, 2013 10:45 |
| Version | trunk |
| OS | Linux |
## Extended Description
$ cat 1.cc
int f();
void g(double);
class A
{
void method(bool, bool, float, float);
};
void A::method(bool, bool, f... | ARMAsmPrinter::EmitDwarfRegOp: Assertion `MLoc.isReg() && !Indirect && "This doesn't support offset/indirection - implement it if needed"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/17329/comments | 3 | 2013-08-21T14:54:36Z | 2021-12-09T20:42:12Z | https://github.com/llvm/llvm-project/issues/17329 | 1,075,994,334 | 17,329 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16954](https://llvm.org/bz16954) |
| Resolution | FIXED |
| Resolved on | Aug 22, 2013 00:41 |
| Version | trunk |
| OS | All |
| Attachments | [Reduced test case.](https://user-images.githubusercontent.com/92601800/143747968-82d36dcb-29c3-456c-a790-c4951557b9e4.gz) |
| CC | @go... | ret %eax "using an undefined physical register" | https://api.github.com/repos/llvm/llvm-project/issues/17328/comments | 6 | 2013-08-21T10:31:41Z | 2021-12-09T20:42:11Z | https://github.com/llvm/llvm-project/issues/17328 | 1,075,994,311 | 17,328 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16953](https://llvm.org/bz16953) |
| Resolution | DUPLICATE |
| Resolved on | Aug 22, 2013 02:35 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@zygoloid |
## Extended Description
Hi,
I have somme annoying issues with using builtins for generating compile-time consta... | Support constexpr with builtins (Enhancement) | https://api.github.com/repos/llvm/llvm-project/issues/17327/comments | 2 | 2013-08-21T10:20:52Z | 2021-12-09T20:42:10Z | https://github.com/llvm/llvm-project/issues/17327 | 1,075,994,296 | 17,327 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16952](https://llvm.org/bz16952) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @modocache |
## Extended Description
lit reports the `#line 0` warning to be on line 4294967295.
The following test case demonstrates the problem... | lit reports the wrong line number for `#line 0` | https://api.github.com/repos/llvm/llvm-project/issues/17326/comments | 1 | 2013-08-21T10:16:25Z | 2024-07-28T11:02:05Z | https://github.com/llvm/llvm-project/issues/17326 | 1,075,994,279 | 17,326 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16951](https://llvm.org/bz16951) |
| Resolution | FIXED |
| Resolved on | Feb 09, 2015 14:05 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@spavloff |
## Extended Description
consider:
namespace dwarf {
enum llvm_dwarf_constants {
DW_PUBTYPES_VERSION
};
}
int x = dw... | Lack of fixit when enum type name is needlessly given | https://api.github.com/repos/llvm/llvm-project/issues/17325/comments | 1 | 2013-08-21T07:31:26Z | 2021-12-09T20:42:08Z | https://github.com/llvm/llvm-project/issues/17325 | 1,075,994,261 | 17,325 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16950](https://llvm.org/bz16950) |
| Resolution | FIXED |
| Resolved on | Aug 21, 2013 01:20 |
| Version | trunk |
| OS | All |
## Extended Description
The following takes place on r188846:
template <int>
struct thing {
};
thing<0> y;
compile with:
./bin/clang -x c++ testcase... | clang emits dwarf that SGI dwarfdump doesn't like | https://api.github.com/repos/llvm/llvm-project/issues/17324/comments | 2 | 2013-08-21T06:20:40Z | 2021-12-09T20:42:07Z | https://github.com/llvm/llvm-project/issues/17324 | 1,075,994,244 | 17,324 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16949](https://llvm.org/bz16949) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Currently, sizeof(clang::OverloadCandidateSet) == 4984. This appears to be a large contributor to the amount of stack space used in Sema. | sizeof(clang::OverloadCandidateSet) == 4984 (reduce stack usage in Sema) | https://api.github.com/repos/llvm/llvm-project/issues/17323/comments | 2 | 2013-08-21T04:45:32Z | 2023-10-03T07:58:46Z | https://github.com/llvm/llvm-project/issues/17323 | 1,075,994,224 | 17,323 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16948](https://llvm.org/bz16948) |
| Version | trunk |
| OS | All |
| CC | @chandlerc |
## Extended Description
Given the following (simplified) C++ code:
```
#include <new>
struct X { void* a; long b; void* c; X() : a(0), b(0) {} };
void f(struct X *a) { X x; new ... | Missed optimization with struct only memcpy'ed | https://api.github.com/repos/llvm/llvm-project/issues/17322/comments | 1 | 2013-08-21T03:56:38Z | 2023-01-29T14:58:29Z | https://github.com/llvm/llvm-project/issues/17322 | 1,075,994,207 | 17,322 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16947](https://llvm.org/bz16947) |
| Resolution | FIXED |
| Resolved on | Oct 21, 2013 23:18 |
| Version | unspecified |
| OS | Windows NT |
| CC | @majnemer |
## Extended Description
Clang does not diagnose a local class with a template member.
gcc does.
$ cat test.cpp
int t... | Diagnose local class with template member | https://api.github.com/repos/llvm/llvm-project/issues/17321/comments | 3 | 2013-08-21T00:09:55Z | 2021-12-09T20:42:04Z | https://github.com/llvm/llvm-project/issues/17321 | 1,075,994,192 | 17,321 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16946](https://llvm.org/bz16946) |
| Resolution | FIXED |
| Resolved on | Aug 21, 2013 06:51 |
| Version | unspecified |
| OS | Linux |
| Attachments | [demonstration of the problem](https://user-images.githubusercontent.com/60944935/143747967-172e228c-f55e-4721-be57-16bdc38565f... | sizeof(__func__) etc are wrong in lambdas | https://api.github.com/repos/llvm/llvm-project/issues/17320/comments | 3 | 2013-08-20T21:52:11Z | 2021-12-09T20:42:03Z | https://github.com/llvm/llvm-project/issues/17320 | 1,075,994,177 | 17,320 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16945](https://llvm.org/bz16945) |
| Resolution | INVALID |
| Resolved on | Feb 26, 2018 06:59 |
| Version | trunk |
| OS | Linux |
| Attachments | [reduced test case](https://user-images.githubusercontent.com/60944935/143747966-dd56a99a-03f4-4559-ba1b-bb386ba607e1.gz) |
| Repor... | clang analyzer crash when compiling hash.c from bahamut ircd. | https://api.github.com/repos/llvm/llvm-project/issues/17319/comments | 4 | 2013-08-20T20:18:21Z | 2021-12-09T20:42:02Z | https://github.com/llvm/llvm-project/issues/17319 | 1,075,994,161 | 17,319 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16944](https://llvm.org/bz16944) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:00 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Broken example source code](https://user-images.githubusercontent.com/60944935/143747965-731402fe-3c0b-4172-ac1c-12511dd3b2fa.... | Assertion `LIB[NewBB] == 0 && "BasicBlock already in the loop!"' failed. (attached testcase) | https://api.github.com/repos/llvm/llvm-project/issues/17318/comments | 2 | 2013-08-20T20:12:54Z | 2021-12-09T20:42:01Z | https://github.com/llvm/llvm-project/issues/17318 | 1,075,994,141 | 17,318 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16943](https://llvm.org/bz16943) |
| Resolution | FIXED |
| Resolved on | Aug 20, 2013 13:58 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ clang -mno-sse -mavx -dM -E -x c /dev/null | grep SSE
$ gcc -mno-sse -mavx ... | clang and gcc process -m* options in a different order | https://api.github.com/repos/llvm/llvm-project/issues/17317/comments | 1 | 2013-08-20T20:01:00Z | 2021-12-09T20:42:00Z | https://github.com/llvm/llvm-project/issues/17317 | 1,075,994,126 | 17,317 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16942](https://llvm.org/bz16942) |
| Version | unspecified |
| OS | All |
| CC | @seanm |
## Extended Description
This is almost always a bug:
#include <string.h>
struct foo {
char x; int y;
};
int test(struct foo *P, struct foo *Q) {
return memcmp(P, Q, sizeof(struct ... | clang should warn about memcmp of pointers to structs with padding | https://api.github.com/repos/llvm/llvm-project/issues/17316/comments | 1 | 2013-08-20T18:05:08Z | 2022-01-17T20:12:03Z | https://github.com/llvm/llvm-project/issues/17316 | 1,075,994,107 | 17,316 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16941](https://llvm.org/bz16941) |
| Resolution | FIXED |
| Resolved on | Jun 16, 2020 02:52 |
| Version | 3.3 |
| OS | Linux |
| Attachments | [To reproduce](https://user-images.githubusercontent.com/60944935/143747964-1d0a8eb4-0103-48a0-8800-a689be4a2a46.gz) |
| Reporter | LLV... | LLVM has performance regression between r173893 and r173901 | https://api.github.com/repos/llvm/llvm-project/issues/17315/comments | 4 | 2013-08-20T17:40:36Z | 2021-12-09T20:41:59Z | https://github.com/llvm/llvm-project/issues/17315 | 1,075,994,083 | 17,315 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16940](https://llvm.org/bz16940) |
| Resolution | LATER |
| Resolved on | Aug 20, 2013 15:31 |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
The following (bad) code compiles and links with no warnin... | No warning and incorrect optimization | https://api.github.com/repos/llvm/llvm-project/issues/17314/comments | 1 | 2013-08-20T17:19:50Z | 2021-12-09T20:41:58Z | https://github.com/llvm/llvm-project/issues/17314 | 1,075,994,068 | 17,314 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16939](https://llvm.org/bz16939) |
| Resolution | FIXED |
| Resolved on | Sep 14, 2013 00:54 |
| Version | unspecified |
| OS | All |
| CC | @dwblaikie |
## Extended Description
consider:
struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aB}")) uuid;
template <const ... | Crash during CodeGen for DebugInfo with __uuidof in template argument | https://api.github.com/repos/llvm/llvm-project/issues/17313/comments | 6 | 2013-08-20T09:16:25Z | 2021-12-09T20:41:56Z | https://github.com/llvm/llvm-project/issues/17313 | 1,075,994,053 | 17,313 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16938](https://llvm.org/bz16938) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@echristo |
## Extended Description
I found that in some cases llvm generates duplicate loads of double constants,
e.g.
$ cat t.c
double f(double* p, int... | Duplicate loading of double constants | https://api.github.com/repos/llvm/llvm-project/issues/17312/comments | 4 | 2013-08-20T04:08:20Z | 2021-12-09T20:41:55Z | https://github.com/llvm/llvm-project/issues/17312 | 1,075,994,033 | 17,312 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16937](https://llvm.org/bz16937) |
| Resolution | INVALID |
| Resolved on | Aug 20, 2013 16:04 |
| Version | 3.3 |
| OS | FreeBSD |
| Attachments | [Reduction + Makefile that calls nm.](https://user-images.githubusercontent.com/92601887/143747963-e5df69fb-1b77-4ade-9ee4-50038a29... | Template instantiation with user-defined type generates hidden symbol when building a shared library with -fvisibility=hidden | https://api.github.com/repos/llvm/llvm-project/issues/17311/comments | 4 | 2013-08-20T01:38:35Z | 2021-12-09T20:41:54Z | https://github.com/llvm/llvm-project/issues/17311 | 1,075,994,019 | 17,311 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16936](https://llvm.org/bz16936) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2013 19:39 |
| Version | 3.3 |
| OS | Linux |
| Attachments | [test program which exhibits the bug when compiled with clang++, but not when using g++ or icpc](https://user-images.githubusercontent.... | C++ template instantiation bug | https://api.github.com/repos/llvm/llvm-project/issues/17310/comments | 1 | 2013-08-19T23:42:55Z | 2021-12-09T20:41:53Z | https://github.com/llvm/llvm-project/issues/17310 | 1,075,994,003 | 17,310 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16935](https://llvm.org/bz16935) |
| Resolution | FIXED |
| Resolved on | Aug 20, 2013 17:02 |
| Version | trunk |
| OS | Linux |
| Attachments | [Increase argument vector from 256 to 512](https://user-images.githubusercontent.com/60944935/143747961-892f91c2-bd6f-44c7-9be1-172e3... | Unable to compile Ace+Tao | https://api.github.com/repos/llvm/llvm-project/issues/17309/comments | 8 | 2013-08-19T23:10:45Z | 2021-12-09T20:41:52Z | https://github.com/llvm/llvm-project/issues/17309 | 1,075,993,984 | 17,309 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16934](https://llvm.org/bz16934) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Hello, everyone!
I am trying to compile a development version of octave 3.7.5 using fresh version of llvm 3.4 from Ubuntu 13.10 ... | Failed to compile octave using llvm 3.4 but managed using llvm 3.2. | https://api.github.com/repos/llvm/llvm-project/issues/17308/comments | 1 | 2013-08-19T19:44:20Z | 2021-12-09T20:41:51Z | https://github.com/llvm/llvm-project/issues/17308 | 1,075,993,967 | 17,308 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16933](https://llvm.org/bz16933) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2014 08:25 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143747960-5d09ba9d-79c3-4561-bd4d-0ebe1a966d17.gz) |
| CC | @dwblaikie,@... | Assertion `D->isCompleteDefinition() && "Cannot layout type before complete!"' | https://api.github.com/repos/llvm/llvm-project/issues/17307/comments | 5 | 2013-08-19T15:51:48Z | 2021-12-09T20:41:51Z | https://github.com/llvm/llvm-project/issues/17307 | 1,075,993,957 | 17,307 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16932](https://llvm.org/bz16932) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2013 13:14 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [source code to show problem](https://user-images.githubusercontent.com/60944935/143747959-070ae0ed-372a-4d1a-ac6d-65ee81f04744.gz) |
|... | crash with void on variadic args (analyser misses this) | https://api.github.com/repos/llvm/llvm-project/issues/17306/comments | 1 | 2013-08-19T12:07:11Z | 2021-12-09T20:41:50Z | https://github.com/llvm/llvm-project/issues/17306 | 1,075,993,941 | 17,306 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16931](https://llvm.org/bz16931) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2013 17:13 |
| Version | trunk |
| OS | All |
| CC | @efriedma-quic |
## Extended Description
Simple test case:
typedef struct { _Atomic(_Bool) flag; } flag;
_Bool f(flag*);
int
main(int argc,... | Clang fails to parse function calls when one argument is a structure containing an _Atomic type | https://api.github.com/repos/llvm/llvm-project/issues/17305/comments | 1 | 2013-08-19T11:09:29Z | 2021-12-09T20:41:49Z | https://github.com/llvm/llvm-project/issues/17305 | 1,075,993,931 | 17,305 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16930](https://llvm.org/bz16930) |
| Resolution | DUPLICATE |
| Resolved on | Aug 19, 2013 17:04 |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Hi,
Unfortunately I can not provide source which... | ICE ExprConstant.cpp:3719: bool EvaluatePointer(const clang::Expr *, <anonymous>::LValue &, <anonymous>::EvalInfo &): Assertion `E->isRValue() && E->getType()->hasPointerRepresentation()' failed | https://api.github.com/repos/llvm/llvm-project/issues/17304/comments | 6 | 2013-08-18T23:32:19Z | 2021-12-09T20:41:47Z | https://github.com/llvm/llvm-project/issues/17304 | 1,075,993,906 | 17,304 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16929](https://llvm.org/bz16929) |
| Resolution | FIXED |
| Resolved on | Aug 22, 2013 19:57 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hi folks,
I just finished my first full build of the trunk of LLVM/Clang. I... | Unexpected failure in LLVM :: CodeGen/X86/setcc-sentinals.ll during full build | https://api.github.com/repos/llvm/llvm-project/issues/17303/comments | 1 | 2013-08-18T07:24:49Z | 2021-12-09T20:41:47Z | https://github.com/llvm/llvm-project/issues/17303 | 1,075,993,891 | 17,303 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16928](https://llvm.org/bz16928) |
| Version | unspecified |
| OS | All |
| CC | @echristo |
## Extended Description
Filing off the cuff (for me or Eric or anyone to look at more closely at some point) - it looks, at first glance, like fission (-gsplit-dwarf) is interacting po... | Fission interacts poorly with crash reporting | https://api.github.com/repos/llvm/llvm-project/issues/17302/comments | 1 | 2013-08-18T03:48:34Z | 2023-08-15T15:39:29Z | https://github.com/llvm/llvm-project/issues/17302 | 1,075,993,883 | 17,302 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16927](https://llvm.org/bz16927) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2013 15:02 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143747957-1ebe1198-5b8a-4199-8881-95c82b7335d0.gz) |
| CC | @dwblaikie |... | Assertion `VTy.getTag() != llvm::dwarf::DW_TAG_enumeration_type && "Do not describe enums as static members"' failed | https://api.github.com/repos/llvm/llvm-project/issues/17301/comments | 5 | 2013-08-17T19:33:33Z | 2021-12-09T20:41:44Z | https://github.com/llvm/llvm-project/issues/17301 | 1,075,993,862 | 17,301 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16926](https://llvm.org/bz16926) |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
the invalid code
```
template <typename T>
struct A{
template <typename U>
struct B{};
};
template <t... | crash on missing typename on dependent name | https://api.github.com/repos/llvm/llvm-project/issues/17300/comments | 5 | 2013-08-17T15:35:38Z | 2023-10-24T20:06:23Z | https://github.com/llvm/llvm-project/issues/17300 | 1,075,993,843 | 17,300 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16925](https://llvm.org/bz16925) |
| Resolution | FIXED |
| Resolved on | Sep 14, 2013 01:03 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14079 |
| CC | @DougGregor |
## Extended Description
clang disallows:
template <class T>
struct S {
typedef T T... | clang doesn't support Microsoft syntax for 'typename typedef' | https://api.github.com/repos/llvm/llvm-project/issues/17299/comments | 2 | 2013-08-17T15:04:34Z | 2021-12-09T20:41:42Z | https://github.com/llvm/llvm-project/issues/17299 | 1,075,993,823 | 17,299 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16924](https://llvm.org/bz16924) |
| Version | trunk |
| OS | Linux |
| Attachments | [preprocessed source](https://user-images.githubusercontent.com/60944935/143747953-dff76928-d562-4ce9-9798-cb86265dd7e5.gz), [compile command](https://user-images.githubusercontent.com/60944935... | crash when compiling c++ | https://api.github.com/repos/llvm/llvm-project/issues/17298/comments | 8 | 2013-08-17T00:59:46Z | 2023-06-24T10:42:04Z | https://github.com/llvm/llvm-project/issues/17298 | 1,075,993,806 | 17,298 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16923](https://llvm.org/bz16923) |
| Resolution | FIXED |
| Resolved on | Oct 28, 2013 11:43 |
| Version | trunk |
| OS | All |
## Extended Description
MCJIT and RuntimeDyld are intended to allow code to be dynamically linked and loaded for targets other than the current host.... | RTDyldMemoryManager::getPointerToNamedFunction should return uint64_t | https://api.github.com/repos/llvm/llvm-project/issues/17297/comments | 1 | 2013-08-16T23:56:48Z | 2021-12-09T20:41:40Z | https://github.com/llvm/llvm-project/issues/17297 | 1,075,993,790 | 17,297 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16922](https://llvm.org/bz16922) |
| Version | trunk |
| OS | All |
## Extended Description
There are a large number of places where MCJIT and RuntimeDyld will kill the current process, either with llvm_unreachable or report_fatal_error. This behavior is inappropriate for man... | MCJIT and RuntimeDyld shouldn't kill the process | https://api.github.com/repos/llvm/llvm-project/issues/17296/comments | 0 | 2013-08-16T23:50:16Z | 2023-09-12T14:02:22Z | https://github.com/llvm/llvm-project/issues/17296 | 1,075,993,775 | 17,296 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16921](https://llvm.org/bz16921) |
| Resolution | FIXED |
| Resolved on | Aug 18, 2013 20:36 |
| Version | trunk |
| OS | Linux |
| Attachments | [crash report](https://user-images.githubusercontent.com/60944935/143747950-ef855398-1177-4faf-a3cd-ef6da91ec9e5.gz), [processed sour... | crash during a build of BRL-CAD | https://api.github.com/repos/llvm/llvm-project/issues/17295/comments | 7 | 2013-08-16T20:53:59Z | 2021-12-09T20:41:38Z | https://github.com/llvm/llvm-project/issues/17295 | 1,075,993,759 | 17,295 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16920](https://llvm.org/bz16920) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2013 14:43 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Attempting to build clang version 188565 from trunk with config options:
../llvm/... | Compile error under Centos 6.4 | https://api.github.com/repos/llvm/llvm-project/issues/17294/comments | 1 | 2013-08-16T20:16:37Z | 2021-12-09T20:41:38Z | https://github.com/llvm/llvm-project/issues/17294 | 1,075,993,736 | 17,294 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16919](https://llvm.org/bz16919) |
| Version | trunk |
| OS | All |
| CC | @modocache |
## Extended Description
FileCheck's new CHECK-LABEL is great, but if I try to use [[@LINE]] syntax to refer to a line number, I get this:
// CHECK-LABEL: text-diagnostics.c:[[@LINE-2]]:6... | Can't use [[@LINE]] in CHECK-LABEL | https://api.github.com/repos/llvm/llvm-project/issues/17293/comments | 1 | 2013-08-16T18:09:24Z | 2021-12-09T20:41:37Z | https://github.com/llvm/llvm-project/issues/17293 | 1,075,993,724 | 17,293 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16918](https://llvm.org/bz16918) |
| Resolution | INVALID |
| Resolved on | Aug 19, 2013 19:21 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid,@silvasean |
## Extended Description
--- a/unittests/Support/TimeValue.cpp
+++ b/unittest... | Incorrect use of abs() in unittests/Support/TimeValue.cpp | https://api.github.com/repos/llvm/llvm-project/issues/17292/comments | 3 | 2013-08-16T17:24:11Z | 2021-12-09T20:41:36Z | https://github.com/llvm/llvm-project/issues/17292 | 1,075,993,695 | 17,292 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16917](https://llvm.org/bz16917) |
| Version | 3.3 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Here's an illustrative patch for the ARM driver, but I think one of these needs to go into every architecture supporting CAS atomics:
```... | Missing `__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1` et al for non-x86/x64 architectures | https://api.github.com/repos/llvm/llvm-project/issues/17291/comments | 1 | 2013-08-16T17:21:03Z | 2024-08-13T09:18:52Z | https://github.com/llvm/llvm-project/issues/17291 | 1,075,993,682 | 17,291 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16916](https://llvm.org/bz16916) |
| Resolution | FIXED |
| Resolved on | Aug 22, 2013 08:59 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @eugenis,@kcc |
## Extended Description
I suggest this fix:
--- a/projects/compiler-rt/lib/san... | Tries to compile __isoc99_vscanf etc function intercepts even when those are disabled | https://api.github.com/repos/llvm/llvm-project/issues/17290/comments | 1 | 2013-08-16T17:15:27Z | 2021-12-09T20:41:33Z | https://github.com/llvm/llvm-project/issues/17290 | 1,075,993,669 | 17,290 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16915](https://llvm.org/bz16915) |
| Resolution | WONTFIX |
| Resolved on | Feb 28, 2015 16:31 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin |
## Extended Description
This is a slightly difficult bug to explain without being... | __clear_cache builtin is not disable with -fno-builtins on ARM | https://api.github.com/repos/llvm/llvm-project/issues/17289/comments | 4 | 2013-08-16T17:12:26Z | 2022-01-20T02:38:03Z | https://github.com/llvm/llvm-project/issues/17289 | 1,075,993,647 | 17,289 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16914](https://llvm.org/bz16914) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
--- a/lib/Support/raw_ostream.cpp
+++ b/lib/Support/raw_ostream.cpp
@@ -478,7 +478,7 @@ raw_fd_ostream::raw_fd_ostream(const char ... | Use of O_BINARY breaks QNX | https://api.github.com/repos/llvm/llvm-project/issues/17288/comments | 1 | 2013-08-16T17:05:03Z | 2021-12-09T20:41:31Z | https://github.com/llvm/llvm-project/issues/17288 | 1,075,993,632 | 17,288 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16913](https://llvm.org/bz16913) |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Test file](https://user-images.githubusercontent.com/4587626/143747949-41cc21d7-d187-4a45-9fb1-551acf96aa31.gz) |
| CC | @dwblaikie,@DougGregor,@zygoloid |
## Extended Description
It ... | Warning for failure to copy base class from derived class's copy/move constructor | https://api.github.com/repos/llvm/llvm-project/issues/17287/comments | 3 | 2013-08-16T14:50:42Z | 2023-11-03T14:46:04Z | https://github.com/llvm/llvm-project/issues/17287 | 1,075,993,609 | 17,287 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16912](https://llvm.org/bz16912) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
we allow:
struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aB}")) uuid;
struct __declspec(uuid("{12345678-1234-1234-1234-1234567890aC}")) uuid;
MSV... | __declspec(uuid(...)) should diagnose redeclaration yielding different GUID | https://api.github.com/repos/llvm/llvm-project/issues/17286/comments | 0 | 2013-08-16T11:00:39Z | 2021-12-09T20:41:29Z | https://github.com/llvm/llvm-project/issues/17286 | 1,075,993,590 | 17,286 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16911](https://llvm.org/bz16911) |
| Resolution | FIXED |
| Resolved on | Sep 14, 2013 01:02 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14079 |
| CC | @DougGregor |
## Extended Description
consider:
struct __declspec(uuid("{12345678-1234-1234-1234-1... | __uuidof should leak through templated types | https://api.github.com/repos/llvm/llvm-project/issues/17285/comments | 2 | 2013-08-16T10:44:51Z | 2021-12-09T20:41:28Z | https://github.com/llvm/llvm-project/issues/17285 | 1,075,993,575 | 17,285 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16910](https://llvm.org/bz16910) |
| Resolution | FIXED |
| Resolved on | Aug 16, 2013 15:41 |
| Version | trunk |
| OS | Linux |
| Attachments | [associated run script](https://user-images.githubusercontent.com/60944935/143747948-7f3c3922-7ad6-40a4-980c-7508d45e9a2b.gz) |
| Rep... | Clang SVN build hangs when compiling class | https://api.github.com/repos/llvm/llvm-project/issues/17284/comments | 5 | 2013-08-16T10:08:42Z | 2021-12-09T20:41:27Z | https://github.com/llvm/llvm-project/issues/17284 | 1,075,993,559 | 17,284 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16909](https://llvm.org/bz16909) |
| Version | unspecified |
| OS | Windows NT |
| CC | @hyp,@benlangmuir,@DougGregor |
## Extended Description
Testcase:
```cpp
template <typename,typename>
struct base {
template <typename> struct derived;
};
template <typename... | Accepts-invalid with dependent name not prefixed with typename | https://api.github.com/repos/llvm/llvm-project/issues/17283/comments | 9 | 2013-08-16T07:04:10Z | 2024-07-19T15:26:54Z | https://github.com/llvm/llvm-project/issues/17283 | 1,075,993,541 | 17,283 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16908](https://llvm.org/bz16908) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Testcase:
```
template<typename> struct S { };
template<typename T> struct S2 {
template<typename U> enum S<T>::template... | Rejects-valid with enum and dependent name | https://api.github.com/repos/llvm/llvm-project/issues/17282/comments | 2 | 2013-08-16T06:40:21Z | 2024-01-20T10:56:49Z | https://github.com/llvm/llvm-project/issues/17282 | 1,075,993,529 | 17,282 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16907](https://llvm.org/bz16907) |
| Resolution | FIXED |
| Resolved on | Apr 25, 2015 22:52 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@kariya-mitsuru |
## Extended Description
Following the code :
#include <iostream... | Crash in lambda expression | https://api.github.com/repos/llvm/llvm-project/issues/17281/comments | 2 | 2013-08-16T05:29:46Z | 2021-12-09T20:41:24Z | https://github.com/llvm/llvm-project/issues/17281 | 1,075,993,508 | 17,281 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16906](https://llvm.org/bz16906) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@bogiord,@zygoloid |
## Extended Description
Clang rejects this valid code:
```cpp
template<typename T> struct A {
template<typename U> struct B {};
template<typename U> ... | an explicit specialization of a member template of a class template specialization should not inherit partial specializations from the class template specialization | https://api.github.com/repos/llvm/llvm-project/issues/17280/comments | 2 | 2013-08-16T01:12:13Z | 2023-11-04T03:15:22Z | https://github.com/llvm/llvm-project/issues/17280 | 1,075,993,495 | 17,280 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.