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 | [14304](https://llvm.org/bz14304) |
| Resolution | WONTFIX |
| Resolved on | Nov 09, 2012 20:25 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@efriedma-quic,@zygoloid |
## Extended Description
cat >test.cc <<EOF
extern int global_array[1];
constexpr int true_positive(i... | -Winvalid-constexpr fails to warn on non-const array used in constexpr function | https://api.github.com/repos/llvm/llvm-project/issues/14676/comments | 4 | 2012-11-09T22:26:57Z | 2022-01-20T02:36:48Z | https://github.com/llvm/llvm-project/issues/14676 | 1,071,055,061 | 14,676 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14303](https://llvm.org/bz14303) |
| Resolution | FIXED |
| Resolved on | Nov 09, 2012 17:35 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14265 |
| CC | @asl,@jmolloy,@zygoloid |
## Extended Description
At r155835:
$ ../../Release+Asserts/bin/clang --... | clang's --help output regressed from ~60 lines of output to ~470 lines, and most of the flags printed by it are not understood by the driver | https://api.github.com/repos/llvm/llvm-project/issues/14675/comments | 4 | 2012-11-09T21:07:26Z | 2021-12-03T23:50:09Z | https://github.com/llvm/llvm-project/issues/14675 | 1,071,055,055 | 14,675 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14302](https://llvm.org/bz14302) |
| Resolution | FIXED |
| Resolved on | Nov 12, 2012 12:50 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143746329-7378485d-84fe-4871-9728-532cf1007349.gz) |
| ... | misched asserts on powerpc: problems with regmasks | https://api.github.com/repos/llvm/llvm-project/issues/14674/comments | 3 | 2012-11-09T18:58:50Z | 2021-12-03T23:50:08Z | https://github.com/llvm/llvm-project/issues/14674 | 1,071,055,048 | 14,674 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14301](https://llvm.org/bz14301) |
| Version | unspecified |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @vitalybuka |
## Extended Description
CMake did not set the _WIN32 macro in the used version by default. That is why I suggest to include the __CYGWIN__ ... | [builtins] Add __CYGWIN__ in llvm/projects/compiler-rt/lib/int_endianness.h | https://api.github.com/repos/llvm/llvm-project/issues/14673/comments | 3 | 2012-11-09T16:09:44Z | 2023-08-11T12:55:43Z | https://github.com/llvm/llvm-project/issues/14673 | 1,071,055,043 | 14,673 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14300](https://llvm.org/bz14300) |
| Resolution | FIXED |
| Resolved on | Dec 26, 2012 23:38 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
For the below Test Case with O1 optimization ... | stack alignment leading to corrupt values of variables | https://api.github.com/repos/llvm/llvm-project/issues/14672/comments | 2 | 2012-11-09T16:07:49Z | 2021-12-03T23:50:07Z | https://github.com/llvm/llvm-project/issues/14672 | 1,071,055,040 | 14,672 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14299](https://llvm.org/bz14299) |
| Version | trunk |
| OS | MacOS X |
| CC | @efriedma-quic |
## Extended Description
clang generates incorrect code for the following code:
struct VirtualBase {
VirtualBase() {}
};
struct Mike : virtual VirtualBase {
Mike();
};
Mike::M... | Incorrect codegen for static local with address of local label in constructor | https://api.github.com/repos/llvm/llvm-project/issues/14671/comments | 1 | 2012-11-09T08:52:17Z | 2021-12-03T23:50:06Z | https://github.com/llvm/llvm-project/issues/14671 | 1,071,055,031 | 14,671 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14298](https://llvm.org/bz14298) |
| Resolution | INVALID |
| Resolved on | Feb 08, 2013 05:48 |
| Version | trunk |
| OS | MacOS X |
| CC | @DougGregor |
## Extended Description
Here is the small code
1 struct class_2 {
2 };
3
4 struct class_1 : private class_2 {
5... | Incorrect processing of private inheritance | https://api.github.com/repos/llvm/llvm-project/issues/14670/comments | 1 | 2012-11-09T08:20:09Z | 2021-12-03T23:50:05Z | https://github.com/llvm/llvm-project/issues/14670 | 1,071,055,023 | 14,670 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14297](https://llvm.org/bz14297) |
| Version | trunk |
| OS | MacOS X |
| CC | @DougGregor |
## Extended Description
According to 15.4p3 "If any declaration of a function has an exception-specification, all declarations, including the definition and an explicit
specialization, o... | clang allows looser exception specification in explicit template instantiation | https://api.github.com/repos/llvm/llvm-project/issues/14669/comments | 0 | 2012-11-09T07:06:47Z | 2023-11-03T12:50:47Z | https://github.com/llvm/llvm-project/issues/14669 | 1,071,055,016 | 14,669 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14296](https://llvm.org/bz14296) |
| Resolution | FIXED |
| Resolved on | Nov 09, 2012 19:04 |
| Version | trunk |
| OS | MacOS X |
| Blocks | llvm/llvm-project#14265 |
| CC | @dwblaikie,@DougGregor |
## Extended Description
According to c++11 3.3.3/2 "A parameter name shall ... | function parameter name redeclarations not detected | https://api.github.com/repos/llvm/llvm-project/issues/14668/comments | 3 | 2012-11-09T06:39:30Z | 2021-12-03T23:50:03Z | https://github.com/llvm/llvm-project/issues/14668 | 1,071,055,010 | 14,668 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14295](https://llvm.org/bz14295) |
| Resolution | FIXED |
| Resolved on | Jun 24, 2013 18:21 |
| Version | unspecified |
| OS | All |
| CC | @gribozavr |
## Extended Description
I just tried -Wdocumentation on a project that had a comment like this:
/// @​return the num... | -Wdocumentation warns on duplicate \return comments, but the doxygen docs allow that | https://api.github.com/repos/llvm/llvm-project/issues/14667/comments | 3 | 2012-11-08T20:39:58Z | 2021-12-03T23:50:02Z | https://github.com/llvm/llvm-project/issues/14667 | 1,071,055,007 | 14,667 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14294](https://llvm.org/bz14294) |
| Resolution | INVALID |
| Resolved on | Nov 08, 2012 15:28 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
It seems to me looking at it under the debugger, t... | std::deque clear() (and destructor too) segfaults because begin() > end() | https://api.github.com/repos/llvm/llvm-project/issues/14666/comments | 3 | 2012-11-08T20:17:55Z | 2021-12-03T23:50:01Z | https://github.com/llvm/llvm-project/issues/14666 | 1,071,054,996 | 14,666 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14293](https://llvm.org/bz14293) |
| Resolution | INVALID |
| Resolved on | Nov 12, 2012 12:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
[rdivacky@anacreon ~]$ cat rtld.c
void *foo() {
regis... | register pinned variables are not pinned to the register | https://api.github.com/repos/llvm/llvm-project/issues/14665/comments | 1 | 2012-11-08T19:44:01Z | 2021-12-03T23:50:01Z | https://github.com/llvm/llvm-project/issues/14665 | 1,071,054,992 | 14,665 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14292](https://llvm.org/bz14292) |
| Resolution | FIXED |
| Resolved on | Nov 11, 2012 00:39 |
| Version | 3.1 |
| OS | MacOS X |
| Attachments | [crash generator script](https://user-images.githubusercontent.com/60944935/143746327-c8016ca0-2d24-4892-b9db-f65839044135.gz), [cras... | Crash -- illegal instruction | https://api.github.com/repos/llvm/llvm-project/issues/14664/comments | 2 | 2012-11-08T18:35:05Z | 2021-12-03T23:50:00Z | https://github.com/llvm/llvm-project/issues/14664 | 1,071,054,979 | 14,664 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14291](https://llvm.org/bz14291) |
| Resolution | FIXED |
| Resolved on | Jun 07, 2013 00:56 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-bugzilla-archive#16144 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@dwblaikie,@nadavrot,@zygoloid |
## Extended... | Issues found by building clang with -fsanitize=undefined | https://api.github.com/repos/llvm/llvm-project/issues/14663/comments | 6 | 2012-11-08T15:45:01Z | 2021-12-03T23:49:59Z | https://github.com/llvm/llvm-project/issues/14663 | 1,071,054,973 | 14,663 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14290](https://llvm.org/bz14290) |
| Resolution | INVALID |
| Resolved on | Nov 08, 2012 08:25 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
This is enough to make clang go down in flames:
target triple... | Incorrectly typed ret instruction crashes clang frontend | https://api.github.com/repos/llvm/llvm-project/issues/14662/comments | 1 | 2012-11-08T12:14:41Z | 2021-12-03T23:49:58Z | https://github.com/llvm/llvm-project/issues/14662 | 1,071,054,968 | 14,662 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14289](https://llvm.org/bz14289) |
| Resolution | FIXED |
| Resolved on | Nov 08, 2012 06:56 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
djc@djc-mbp lang $ clang str.ll
str.ll:10:2: error: instruction ... | Silly error message: instruction expected to be numbered '' | https://api.github.com/repos/llvm/llvm-project/issues/14661/comments | 1 | 2012-11-08T11:53:07Z | 2021-12-03T23:49:57Z | https://github.com/llvm/llvm-project/issues/14661 | 1,071,054,962 | 14,661 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14288](https://llvm.org/bz14288) |
| Version | unspecified |
| OS | All |
| Attachments | [docs wip](https://user-images.githubusercontent.com/3487/143746326-92ef21c0-7ae9-4775-9ce1-dec9cf854389.gz) |
| CC | @DougGregor |
## Extended Description
The internals manual is missing... | Document sema in the internals manual | https://api.github.com/repos/llvm/llvm-project/issues/14660/comments | 2 | 2012-11-08T03:19:52Z | 2021-12-03T23:49:56Z | https://github.com/llvm/llvm-project/issues/14660 | 1,071,054,955 | 14,660 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14287](https://llvm.org/bz14287) |
| Version | unspecified |
| OS | All |
| CC | @zygoloid,@Weverything |
## Extended Description
```cpp
template <class T>
void myFunctionTemplate(T t) { }
void myFunctionTemplate<char>();
```
```
tmpl.cc:4:6: error: templat... | fixit to insert "template<>" is in the wrong place | https://api.github.com/repos/llvm/llvm-project/issues/14659/comments | 3 | 2012-11-08T02:27:47Z | 2023-07-14T11:05:54Z | https://github.com/llvm/llvm-project/issues/14659 | 1,071,054,948 | 14,659 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14286](https://llvm.org/bz14286) |
| Resolution | FIXED |
| Resolved on | Mar 24, 2013 17:01 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@hfinkel |
## Extended Description
[fangism:~/temp/clang] fang% make hello.o
~/local/src/LLV... | hello-world codegen fails: EmitRawText called on MCStreamer unsupported [powerpc-darwin8] | https://api.github.com/repos/llvm/llvm-project/issues/14658/comments | 14 | 2012-11-08T00:29:20Z | 2021-12-03T23:49:54Z | https://github.com/llvm/llvm-project/issues/14658 | 1,071,054,932 | 14,658 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14285](https://llvm.org/bz14285) |
| Resolution | FIXED |
| Resolved on | Nov 09, 2012 18:20 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#14265 |
| Attachments | [Patch that adds the correct suffix to __FLT_MIN__, ...](https://user-images.githubusercontent.co... | Bad __DBL_MIN__, __LDBL_MIN__, ... generated | https://api.github.com/repos/llvm/llvm-project/issues/14657/comments | 2 | 2012-11-08T00:09:43Z | 2021-12-03T23:49:53Z | https://github.com/llvm/llvm-project/issues/14657 | 1,071,054,928 | 14,657 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14284](https://llvm.org/bz14284) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2012 21:36 |
| Version | trunk |
| OS | All |
| Attachments | [run script](https://user-images.githubusercontent.com/93435810/143746324-643f9ee2-29c8-4aa6-aaf1-48e820d70ee1.gz) |
| CC | @dwblaikie ... | Returning NULL from void-returning function crashes fixit in getScalarZeroExpressionForType() | https://api.github.com/repos/llvm/llvm-project/issues/14656/comments | 2 | 2012-11-07T23:30:09Z | 2021-12-03T23:49:52Z | https://github.com/llvm/llvm-project/issues/14656 | 1,071,054,919 | 14,656 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14283](https://llvm.org/bz14283) |
| Resolution | DUPLICATE |
| Resolved on | Nov 12, 2012 14:55 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Among the remaining powerpc-darwin8 test failures,... | assertion fail: VMCore/Instructions.cpp:1080 "Ptr must be a pointer to Val type!" [powerpc-darwin8] | https://api.github.com/repos/llvm/llvm-project/issues/14655/comments | 6 | 2012-11-07T23:11:05Z | 2021-12-03T23:49:51Z | https://github.com/llvm/llvm-project/issues/14655 | 1,071,054,914 | 14,655 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14282](https://llvm.org/bz14282) |
| Resolution | FIXED |
| Resolved on | Nov 09, 2012 13:46 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
I accidentally didn't delete a gch file when switching my chromium checkout from clang r 165787 to... | crash when reading a gch file produced by an older clang | https://api.github.com/repos/llvm/llvm-project/issues/14654/comments | 1 | 2012-11-07T20:04:16Z | 2021-12-03T23:49:50Z | https://github.com/llvm/llvm-project/issues/14654 | 1,071,054,908 | 14,654 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14281](https://llvm.org/bz14281) |
| Resolution | FIXED |
| Resolved on | Jul 24, 2013 03:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Triggering the bug:
#include <iostream>
#include <boost/u... | boost::units::conversion_factor reaches UNREACHABLE "Impossible TemplateArgument" | https://api.github.com/repos/llvm/llvm-project/issues/14653/comments | 13 | 2012-11-07T19:49:26Z | 2021-12-03T23:49:49Z | https://github.com/llvm/llvm-project/issues/14653 | 1,071,054,904 | 14,653 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14280](https://llvm.org/bz14280) |
| Version | trunk |
| OS | Linux |
| Attachments | [Example patch fixing '-Wno' handling](https://user-images.githubusercontent.com/60944935/143746322-96e4e18e-d971-4452-9bb4-78ec375a7eaf.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d... | warning correct does not handle -Wno options correctly | https://api.github.com/repos/llvm/llvm-project/issues/14652/comments | 1 | 2012-11-07T19:06:18Z | 2021-12-03T23:49:48Z | https://github.com/llvm/llvm-project/issues/14652 | 1,071,054,897 | 14,652 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14279](https://llvm.org/bz14279) |
| Resolution | FIXED |
| Resolved on | Dec 08, 2012 02:33 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14265 |
| CC | @DougGregor |
## Extended Description
Consider this:
struct list {
list() { p = this; }
list(cons... | mishandling of implicit move in class with copy-only member | https://api.github.com/repos/llvm/llvm-project/issues/14651/comments | 4 | 2012-11-07T08:40:01Z | 2021-12-03T23:49:48Z | https://github.com/llvm/llvm-project/issues/14651 | 1,071,054,892 | 14,651 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14278](https://llvm.org/bz14278) |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @kparzysz-quic |
## Extended Description
After some patching, the only remaining failures on powerpc-darwin8 in LLVM's tests are AllocationTests/MappedMemory... | LLVM test failures: AllocationTests/MappedMemoryTest.* [powerpc-freebsd] | https://api.github.com/repos/llvm/llvm-project/issues/14650/comments | 10 | 2012-11-07T08:12:11Z | 2023-08-21T15:58:00Z | https://github.com/llvm/llvm-project/issues/14650 | 1,071,054,884 | 14,650 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14277](https://llvm.org/bz14277) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2012 06:43 |
| Version | unspecified |
| OS | All |
| CC | @ramosian-glider,@kcc |
## Extended Description
Nicos-MacBook-Pro:delta thakis$ cat repro.ii
void __asan_report_load1() { }
Nicos-MacBoo... | asan crash | https://api.github.com/repos/llvm/llvm-project/issues/14649/comments | 1 | 2012-11-07T07:45:16Z | 2021-12-03T23:49:46Z | https://github.com/llvm/llvm-project/issues/14649 | 1,071,054,877 | 14,649 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14276](https://llvm.org/bz14276) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2012 10:58 |
| Version | trunk |
| OS | All |
## Extended Description
The example in http://llvm.org/docs/TestingGuide.html#quickregressiontests for running an individual test is
% llvm-lit ~/l... | Example for running individual test with llvm-lit uses BitCast.ll, which was removed in r133244 | https://api.github.com/repos/llvm/llvm-project/issues/14648/comments | 1 | 2012-11-07T03:03:49Z | 2021-12-03T23:49:45Z | https://github.com/llvm/llvm-project/issues/14648 | 1,071,054,874 | 14,648 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14275](https://llvm.org/bz14275) |
| Resolution | FIXED |
| Resolved on | Nov 19, 2012 19:01 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo |
## Extended Description
In my latest run of check-clang on powerpc-darwin8 (r167261, ... | clang tests fail: unknown target triple 'unknown-apple-darwin8.11.0', expect 'powerpc' | https://api.github.com/repos/llvm/llvm-project/issues/14647/comments | 14 | 2012-11-07T02:38:35Z | 2021-12-03T23:49:44Z | https://github.com/llvm/llvm-project/issues/14647 | 1,071,054,868 | 14,647 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14274](https://llvm.org/bz14274) |
| Resolution | FIXED |
| Resolved on | Nov 15, 2012 10:01 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@DougGregor |
## Extended Description
Consider (testcase from http://gcc.gnu.org/bugzilla/show... | double free or corruption with lamba expression in template using libstdc++ | https://api.github.com/repos/llvm/llvm-project/issues/14646/comments | 4 | 2012-11-06T21:57:24Z | 2021-12-03T23:49:43Z | https://github.com/llvm/llvm-project/issues/14646 | 1,071,054,863 | 14,646 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14273](https://llvm.org/bz14273) |
| Resolution | DUPLICATE |
| Resolved on | Jul 08, 2013 16:44 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Using sizeof... in the return type of a functio... | sizeof... in return type causes segfault | https://api.github.com/repos/llvm/llvm-project/issues/14645/comments | 2 | 2012-11-06T18:23:57Z | 2021-12-03T23:49:42Z | https://github.com/llvm/llvm-project/issues/14645 | 1,071,054,857 | 14,645 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14272](https://llvm.org/bz14272) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2012 10:28 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
==== DESCRIPTION ====
Attempting to initialize... | clang crash due to nested static initializer list in combination with auto type | https://api.github.com/repos/llvm/llvm-project/issues/14644/comments | 1 | 2012-11-06T16:12:44Z | 2021-12-03T23:49:41Z | https://github.com/llvm/llvm-project/issues/14644 | 1,071,054,851 | 14,644 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14271](https://llvm.org/bz14271) |
| Resolution | WORKSFORME |
| Resolved on | Jul 15, 2014 00:23 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @kcc,@arsenm,@eschnett |
## Extended Description
Hello !
LLVM/Clang as of r167445 fails to com... | Assertion `N.getNode()->getNodeId() != NewNode && "Mapped to new node!"' | https://api.github.com/repos/llvm/llvm-project/issues/14643/comments | 3 | 2012-11-06T13:52:16Z | 2022-01-20T02:10:25Z | https://github.com/llvm/llvm-project/issues/14643 | 1,071,054,841 | 14,643 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14270](https://llvm.org/bz14270) |
| Resolution | FIXED |
| Resolved on | Nov 06, 2012 09:23 |
| Version | 3.0 |
| OS | All |
| Attachments | [Testcase to reproduce the bug](https://user-images.githubusercontent.com/60944935/143746320-16b64f15-6369-4862-822b-bec7f26db3b5.gz) |
|... | Support for __builtin_iceil() is missing in dragonegg | https://api.github.com/repos/llvm/llvm-project/issues/14642/comments | 1 | 2012-11-06T12:18:25Z | 2021-12-03T23:49:40Z | https://github.com/llvm/llvm-project/issues/14642 | 1,071,054,837 | 14,642 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14269](https://llvm.org/bz14269) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [preprocessed source and associated run script](https://user-images.githubusercontent.com/5361294/143746319-f45f4229-7f87-4fcb-afd2... | clang crashes when trying to get address of the bitfield and generates incorrect code | https://api.github.com/repos/llvm/llvm-project/issues/14641/comments | 5 | 2012-11-06T11:41:06Z | 2021-12-03T23:49:39Z | https://github.com/llvm/llvm-project/issues/14641 | 1,071,054,828 | 14,641 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14268](https://llvm.org/bz14268) |
| Version | trunk |
| OS | All |
| Attachments | [Simple test case](https://user-images.githubusercontent.com/60944935/143746318-5367e465-bdb6-4530-94b0-cc767c0f0825.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@topperc |
## ... | _mm_dp_ps generating 55% more inefficient instructions | https://api.github.com/repos/llvm/llvm-project/issues/14640/comments | 6 | 2012-11-06T05:09:25Z | 2025-02-14T09:03:41Z | https://github.com/llvm/llvm-project/issues/14640 | 1,071,054,822 | 14,640 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14267](https://llvm.org/bz14267) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ahmedbougacha,@stoklund |
## Extended Description
In a thread on llvm-commits, Chris made the comment, "I really regret not having the TargetLowering operation ... | TargetLowering operation legality should be largely inferred from .td files | https://api.github.com/repos/llvm/llvm-project/issues/14639/comments | 3 | 2012-11-06T03:41:35Z | 2021-12-03T23:49:37Z | https://github.com/llvm/llvm-project/issues/14639 | 1,071,054,813 | 14,639 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14266](https://llvm.org/bz14266) |
| Version | trunk |
| OS | Windows NT |
| Attachments | [PCH](https://user-images.githubusercontent.com/92601875/143746316-bbc1fd15-6d57-40c0-88d1-12d20d73c162.gz), [Main](https://user-images.githubusercontent.com/92601875/143746317-daa25a52-75... | Problem with PCH serialization and friend template specializations | https://api.github.com/repos/llvm/llvm-project/issues/14638/comments | 0 | 2012-11-06T02:45:26Z | 2023-09-11T05:49:25Z | https://github.com/llvm/llvm-project/issues/14638 | 1,071,054,810 | 14,638 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14265](https://llvm.org/bz14265) |
| Resolution | FIXED |
| Resolved on | Jun 15, 2015 00:58 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
struct S { typedef int F(); F f = delete; }
Gives:
<stdin>:1:35: error: '= delete' is a function def... | Crash on invalid trying to delete a member function declared with a typedef'd function type | https://api.github.com/repos/llvm/llvm-project/issues/14637/comments | 2 | 2012-11-05T22:55:31Z | 2021-12-03T23:49:35Z | https://github.com/llvm/llvm-project/issues/14637 | 1,071,054,803 | 14,637 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14264](https://llvm.org/bz14264) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | unspecified |
| OS | All |
| CC | @zmodem |
## Extended Description
This is happening while compiling a .S file in chromium. Reduced:
hummer:delta thakis$ cat foo.S
.mac... | cc1as regression (r167237): crash with "Expected to find -main-file-name" on valid input when -gdwarf-2 is used | https://api.github.com/repos/llvm/llvm-project/issues/14636/comments | 4 | 2012-11-05T21:51:25Z | 2021-12-03T23:49:34Z | https://github.com/llvm/llvm-project/issues/14636 | 1,071,054,798 | 14,636 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14263](https://llvm.org/bz14263) |
| Version | unspecified |
| OS | All |
| CC | @zmodem |
## Extended Description
I found this while bisecting something else:
hummer:delta thakis$ cat foo.S
.byte (~$0 << 3) | 4
hummer:delta thakis$ /Users/thakis/src/chrome-git/src/third_part... | cc1as asserts "Expected to find -main-file-name" on silly input | https://api.github.com/repos/llvm/llvm-project/issues/14635/comments | 1 | 2012-11-05T21:44:29Z | 2023-06-25T10:18:17Z | https://github.com/llvm/llvm-project/issues/14635 | 1,071,054,792 | 14,635 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14262](https://llvm.org/bz14262) |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143746315-d25d5b77-9024-4a3e-afbb-08ec38a564c6.gz) |
| CC | @zygoloid |
## Extended Description
Test case is attached. GCC alway... | VTable not emitted if key function is inline and function is not emitted | https://api.github.com/repos/llvm/llvm-project/issues/14634/comments | 5 | 2012-11-05T19:09:28Z | 2021-12-03T23:49:33Z | https://github.com/llvm/llvm-project/issues/14634 | 1,071,054,787 | 14,634 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14261](https://llvm.org/bz14261) |
| Version | trunk |
| OS | Linux |
## Extended Description
Bugs like 14260 can result in nasty dead locks at least on Linux. Problem is that the malloc lock is hold by the current thread and backtrace in glibc wants to allocate more memory. I... | Allow disabling backtrace support by environment variable | https://api.github.com/repos/llvm/llvm-project/issues/14633/comments | 1 | 2012-11-05T17:17:37Z | 2023-08-13T14:08:39Z | https://github.com/llvm/llvm-project/issues/14633 | 1,071,054,783 | 14,633 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14260](https://llvm.org/bz14260) |
| Resolution | DUPLICATE |
| Resolved on | Nov 11, 2012 00:39 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143746313-ff1c021c-873a-443a-8966-7389ba8aa680.gz), [valgrind... | Invalid write of size 1 | https://api.github.com/repos/llvm/llvm-project/issues/14632/comments | 2 | 2012-11-05T17:04:31Z | 2021-12-03T23:49:31Z | https://github.com/llvm/llvm-project/issues/14632 | 1,071,054,775 | 14,632 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14259](https://llvm.org/bz14259) |
| Resolution | FIXED |
| Resolved on | Nov 06, 2012 18:37 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
Test case:
template <class type>
struct fastscriptmember {
type Member __attribute__ ((packed)... | "Should not see dependent types" in ASTContext.cpp:1284 executed | https://api.github.com/repos/llvm/llvm-project/issues/14631/comments | 1 | 2012-11-05T15:33:41Z | 2021-12-03T23:49:31Z | https://github.com/llvm/llvm-project/issues/14631 | 1,071,054,771 | 14,631 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14258](https://llvm.org/bz14258) |
| Version | trunk |
| OS | MacOS X |
## Extended Description
Two suggestions:
(1) Due to autocompletion, copy-pasting things around, or lack of coffee, I sometimes mix up KVC keys and keypaths. ex:
[obj setValue:value forKey:@"selection.f... | clang should check NSKeyValueCoding.h methods for key and keypath naming rules | https://api.github.com/repos/llvm/llvm-project/issues/14630/comments | 2 | 2012-11-04T23:22:00Z | 2023-11-03T12:50:13Z | https://github.com/llvm/llvm-project/issues/14630 | 1,071,054,767 | 14,630 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14257](https://llvm.org/bz14257) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie |
## Extended Description
The relevant failing part of a build with --enable-doxygen and two build jobs is the following:
make[3]: Entering directory... | clang/docs/Makefile is not safe for multithreading | https://api.github.com/repos/llvm/llvm-project/issues/14629/comments | 2 | 2012-11-04T23:10:44Z | 2023-06-25T14:32:53Z | https://github.com/llvm/llvm-project/issues/14629 | 1,071,054,761 | 14,629 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14256](https://llvm.org/bz14256) |
| Resolution | FIXED |
| Resolved on | Nov 04, 2012 21:02 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
CodeGenerator.html mentions:
"The initial SelectionDAG is n... | Reference to non-existent class in the CodeGenerator.html doc | https://api.github.com/repos/llvm/llvm-project/issues/14628/comments | 2 | 2012-11-04T16:18:57Z | 2021-12-03T23:49:28Z | https://github.com/llvm/llvm-project/issues/14628 | 1,071,054,756 | 14,628 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14255](https://llvm.org/bz14255) |
| Resolution | INVALID |
| Resolved on | Jan 15, 2014 13:32 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @isanbard,@mclow |
## Extended Description
The following program prints "invalid quantifi... | _GLIBCXX_DEBUG broken? | https://api.github.com/repos/llvm/llvm-project/issues/14627/comments | 6 | 2012-11-04T14:27:25Z | 2021-12-03T23:49:27Z | https://github.com/llvm/llvm-project/issues/14627 | 1,071,054,748 | 14,627 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14254](https://llvm.org/bz14254) |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
I recently built llvm 3.1 final, on Fedora 17 box 32 bit Intel box, using the following configure options:
${SVNROOTDIRLLVMCOLLEC... | llvm-config --libfiles lists libraries which don't appear to exist. | https://api.github.com/repos/llvm/llvm-project/issues/14626/comments | 0 | 2012-11-04T13:54:44Z | 2023-08-04T22:43:30Z | https://github.com/llvm/llvm-project/issues/14626 | 1,071,054,740 | 14,626 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14253](https://llvm.org/bz14253) |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie,@DougGregor |
## Extended Description
Clang warns about unused variables e.g. of type 'int', but not 'std::string' :
$ cat a.cpp
#include <string>
void foo()
{
int i;
std::str... | No unused warning for variables of non-trivial types | https://api.github.com/repos/llvm/llvm-project/issues/14625/comments | 5 | 2012-11-04T12:56:49Z | 2023-11-03T12:51:10Z | https://github.com/llvm/llvm-project/issues/14625 | 1,071,054,734 | 14,625 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14252](https://llvm.org/bz14252) |
| Resolution | FIXED |
| Resolved on | Nov 14, 2012 13:16 |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @akyrtzi,@DougGregor,@efriedma-quic |
## Extended Description
I am using sublime text with sublimecla... | crash when parsing invalid c++11 code involving lambdas and PCH | https://api.github.com/repos/llvm/llvm-project/issues/14624/comments | 9 | 2012-11-04T09:57:33Z | 2021-12-03T23:49:24Z | https://github.com/llvm/llvm-project/issues/14624 | 1,071,054,729 | 14,624 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14251](https://llvm.org/bz14251) |
| Resolution | FIXED |
| Resolved on | Dec 05, 2013 07:43 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ramosian-glider |
## Extended Description
Two AddressSanitizer failures exist on x86_64-ap... | strncpy-overflow.cc and use-after-free.cc AddressSanitizer failures on x86_64-apple-darwin11/12 with Debug llvm build | https://api.github.com/repos/llvm/llvm-project/issues/14623/comments | 5 | 2012-11-03T18:13:36Z | 2021-12-03T23:49:23Z | https://github.com/llvm/llvm-project/issues/14623 | 1,071,054,727 | 14,623 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14250](https://llvm.org/bz14250) |
| Version | 4.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
This file:
static int g()
{
return 42;
}
typeof(g) f __attribute__((__weak__, __alias__("g")));
compiled with -Wall g... | incorrect -Wunneeded-internal-declaration warning with weak symbols | https://api.github.com/repos/llvm/llvm-project/issues/14622/comments | 1 | 2012-11-03T17:47:51Z | 2022-01-18T15:32:19Z | https://github.com/llvm/llvm-project/issues/14622 | 1,071,054,721 | 14,622 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14249](https://llvm.org/bz14249) |
| Resolution | FIXED |
| Resolved on | Nov 03, 2012 11:08 |
| Version | unspecified |
| OS | Linux |
| CC | @gribozavr |
## Extended Description
The easiest way to reproduce this error is the following:
in test/Sema/warn-type-safety.c
after ... | Type-tag safety attribute checking fails when 0 is passed as a pointer | https://api.github.com/repos/llvm/llvm-project/issues/14621/comments | 3 | 2012-11-03T16:26:08Z | 2021-12-03T23:49:21Z | https://github.com/llvm/llvm-project/issues/14621 | 1,071,054,717 | 14,621 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14248](https://llvm.org/bz14248) |
| Resolution | FIXED |
| Resolved on | Nov 20, 2012 04:14 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@chandlerc |
## Extended Description
With LLVM/Clang 3.2 as of r166877, at -O1 and higher :
$... | SROA.cpp:2506: Assertion `[...] && "Only alloca-wide loads can be split and recomposed"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/14620/comments | 1 | 2012-11-03T12:34:03Z | 2021-12-03T23:49:20Z | https://github.com/llvm/llvm-project/issues/14620 | 1,071,054,712 | 14,620 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14247](https://llvm.org/bz14247) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2013 17:06 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @pageexec,@zygoloid,@seanm |
## Extended Description
Clang should support one or both of the followin... | -fcatch-undefined-behavior should allow severity levels and recoverability | https://api.github.com/repos/llvm/llvm-project/issues/14619/comments | 3 | 2012-11-03T00:42:41Z | 2021-12-03T23:49:20Z | https://github.com/llvm/llvm-project/issues/14619 | 1,071,054,706 | 14,619 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14246](https://llvm.org/bz14246) |
| Resolution | MOVED |
| Resolved on | Nov 02, 2012 23:03 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Hello,
First time filling a bug here, and I'm not... | Apple llvm compiler (4.1) : very VERY slow linking time, eating up a lot of memory | https://api.github.com/repos/llvm/llvm-project/issues/14618/comments | 1 | 2012-11-02T21:10:19Z | 2021-12-03T23:49:19Z | https://github.com/llvm/llvm-project/issues/14618 | 1,071,054,702 | 14,618 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14245](https://llvm.org/bz14245) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The 'display' names produced by clang_getCursorDisplayName are not specific enough for function template specializations; that is, the te... | clang_getCursorDisplayName omits template parameters | https://api.github.com/repos/llvm/llvm-project/issues/14617/comments | 0 | 2012-11-02T21:05:14Z | 2021-12-03T23:49:18Z | https://github.com/llvm/llvm-project/issues/14617 | 1,071,054,695 | 14,617 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14244](https://llvm.org/bz14244) |
| Resolution | WORKSFORME |
| Resolved on | Jan 23, 2013 15:30 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@belkadan,@tkremenek |
## Extended Description
In a recent build of clang on ... | "signedness mismatch" assertions failing everywhere [ppc/darwin8] | https://api.github.com/repos/llvm/llvm-project/issues/14616/comments | 18 | 2012-11-02T20:08:57Z | 2022-01-20T02:10:24Z | https://github.com/llvm/llvm-project/issues/14616 | 1,071,054,684 | 14,616 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14243](https://llvm.org/bz14243) |
| Version | trunk |
| OS | All |
## Extended Description
Currently, if a file can't be parsed, it's reported as a "failure" by scan-build. In the past, this was most likely due to Clang's incomplete support for various esoteric language featu... | scan-build should not report compiler errors as analyzer failures | https://api.github.com/repos/llvm/llvm-project/issues/14615/comments | 2 | 2012-11-02T18:37:38Z | 2021-12-03T23:49:16Z | https://github.com/llvm/llvm-project/issues/14615 | 1,071,054,678 | 14,615 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14242](https://llvm.org/bz14242) |
| Resolution | INVALID |
| Resolved on | Nov 02, 2012 09:53 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
No exception is thrown for
#include <typeinfo>
int main() {... | typeid() on dereferenced null pointer does not throw std::bad_typeid | https://api.github.com/repos/llvm/llvm-project/issues/14614/comments | 3 | 2012-11-02T15:46:26Z | 2021-12-03T23:49:15Z | https://github.com/llvm/llvm-project/issues/14614 | 1,071,054,672 | 14,614 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14241](https://llvm.org/bz14241) |
| Resolution | FIXED |
| Resolved on | Aug 05, 2013 18:38 |
| Version | unspecified |
| OS | All |
| Attachments | [IR reproducer (not fully minimal)](https://user-images.githubusercontent.com/711534/143746308-a81b4898-ab1b-48a2-a642-d9df446159... | LoopIdiomRecognize forms an invalid memcpy | https://api.github.com/repos/llvm/llvm-project/issues/14613/comments | 5 | 2012-11-02T08:30:28Z | 2021-12-03T23:49:14Z | https://github.com/llvm/llvm-project/issues/14613 | 1,071,054,664 | 14,613 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14240](https://llvm.org/bz14240) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:00 |
| Version | unspecified |
| OS | Linux |
## Extended Description
On a small machine this testcase takes 40 seconds to compile.
void bar();
void foo(short *input) {
short x0, x1;
... | Polly compilation time slows down while increasing the number of parameters | https://api.github.com/repos/llvm/llvm-project/issues/14612/comments | 5 | 2012-11-02T05:08:15Z | 2021-12-03T23:49:14Z | https://github.com/llvm/llvm-project/issues/14612 | 1,071,054,656 | 14,612 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14239](https://llvm.org/bz14239) |
| Resolution | FIXED |
| Resolved on | Oct 17, 2013 01:31 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Crash log](https://user-images.githubusercontent.com/60944935/143746303-4f581f5d-45a5-4698-8af5-d87dbf350935.gz), [reproducer .hpp... | Crash | https://api.github.com/repos/llvm/llvm-project/issues/14611/comments | 2 | 2012-11-02T03:10:15Z | 2021-12-03T23:49:13Z | https://github.com/llvm/llvm-project/issues/14611 | 1,071,054,648 | 14,611 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14238](https://llvm.org/bz14238) |
| Resolution | FIXED |
| Resolved on | Nov 05, 2012 12:09 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reproducer that compiles with g++ 4.6 but not g++ 4.7 or clang++](https://user-images.githubusercontent.com/60944935/143746302-92ce7... | CommandLine.h cl::bits fails to compile with clang++ and g++ 4.7 | https://api.github.com/repos/llvm/llvm-project/issues/14610/comments | 2 | 2012-11-02T01:21:58Z | 2021-12-03T23:49:12Z | https://github.com/llvm/llvm-project/issues/14610 | 1,071,054,642 | 14,610 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14237](https://llvm.org/bz14237) |
| Resolution | FIXED |
| Resolved on | Nov 05, 2012 12:32 |
| Version | trunk |
| OS | Linux |
## Extended Description
Reproduction:
class Table {
void Foo(int x) {
{
return Foo(Foo(
}
return 1;
}
void Bar() __attrib... | Clang crashes on invalid code with attributes | https://api.github.com/repos/llvm/llvm-project/issues/14609/comments | 2 | 2012-11-02T01:16:12Z | 2021-12-03T23:49:11Z | https://github.com/llvm/llvm-project/issues/14609 | 1,071,054,638 | 14,609 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14236](https://llvm.org/bz14236) |
| Resolution | FIXED |
| Resolved on | Nov 01, 2012 16:27 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@zygoloid | | Assertion in DiagnosticsBuilder: NumRanges < DiagnosticsEngine::MaxRanges "Too many arguments to diagnostic!" | https://api.github.com/repos/llvm/llvm-project/issues/14608/comments | 3 | 2012-11-01T23:20:39Z | 2021-12-03T23:49:10Z | https://github.com/llvm/llvm-project/issues/14608 | 1,071,054,636 | 14,608 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14235](https://llvm.org/bz14235) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Given three modules:
-----------------------------------------------------------------
s1.ll:
%0 = type <{ i32, i32 }>
define void @​s1(... | Linking modules in different order produces different results | https://api.github.com/repos/llvm/llvm-project/issues/14607/comments | 3 | 2012-11-01T20:45:10Z | 2021-12-03T23:49:10Z | https://github.com/llvm/llvm-project/issues/14607 | 1,071,054,630 | 14,607 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14234](https://llvm.org/bz14234) |
| Resolution | INVALID |
| Resolved on | Nov 01, 2012 04:18 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Compile following c++ source code with command line
$clang++ -fsyntax-only -Wall t3.cpp
na... | Incorrect warning "unused function ..." | https://api.github.com/repos/llvm/llvm-project/issues/14606/comments | 2 | 2012-11-01T08:35:41Z | 2021-12-03T23:49:09Z | https://github.com/llvm/llvm-project/issues/14606 | 1,071,054,627 | 14,606 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14233](https://llvm.org/bz14233) |
| Resolution | FIXED |
| Resolved on | Nov 01, 2012 05:27 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143746300-571b0cd6-6f05-43df-9543-a83c99c6fc90.gz) |
| Reporter | LLVM ... | jump-threading crash | https://api.github.com/repos/llvm/llvm-project/issues/14605/comments | 1 | 2012-11-01T03:10:18Z | 2021-12-03T23:49:08Z | https://github.com/llvm/llvm-project/issues/14605 | 1,071,054,622 | 14,605 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14232](https://llvm.org/bz14232) |
| Resolution | INVALID |
| Resolved on | Nov 01, 2012 12:15 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Crash repro](https://user-images.githubusercontent.com/60944935/143746299-c6b1bb61-9b09-4ebd-92ab-a69088aefe15.gz) |
| Report... | Clang crashes comparing unsigned short to enum value | https://api.github.com/repos/llvm/llvm-project/issues/14604/comments | 5 | 2012-11-01T00:56:52Z | 2021-12-03T23:49:07Z | https://github.com/llvm/llvm-project/issues/14604 | 1,071,054,617 | 14,604 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14231](https://llvm.org/bz14231) |
| Version | trunk |
| OS | Linux |
| Attachments | [The output bugpoint files](https://user-images.githubusercontent.com/910929/143746298-046a1336-0a55-44da-9859-bc5586bb5efe.gz) |
## Extended Description
oggenc with -O3 -vectorize on x86_6... | [BB Vectorize ]oggenc with -vectorize fails | https://api.github.com/repos/llvm/llvm-project/issues/14603/comments | 3 | 2012-10-31T21:39:51Z | 2023-08-13T13:53:58Z | https://github.com/llvm/llvm-project/issues/14603 | 1,071,054,613 | 14,603 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14230](https://llvm.org/bz14230) |
| Resolution | FIXED |
| Resolved on | May 19, 2015 11:44 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@john-brawn-arm |
## Extended Description
Given the following testing case:
double g_d;
void bac... | ARM AACPS-VFP ABI: possible mismatch with spec | https://api.github.com/repos/llvm/llvm-project/issues/14602/comments | 1 | 2012-10-31T21:24:03Z | 2021-12-03T23:49:06Z | https://github.com/llvm/llvm-project/issues/14602 | 1,071,054,610 | 14,602 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14229](https://llvm.org/bz14229) |
| Resolution | INVALID |
| Resolved on | Nov 01, 2012 12:14 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [The repro code to crash clang](https://user-images.githubusercontent.com/60944935/143746297-ffd8f442-fb67-48ee-8e54-23c556a92... | Clang crashes when enum values are declared to be bitwise ORs of values from different enum | https://api.github.com/repos/llvm/llvm-project/issues/14601/comments | 2 | 2012-10-31T20:27:28Z | 2021-12-03T23:49:05Z | https://github.com/llvm/llvm-project/issues/14601 | 1,071,054,608 | 14,601 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14228](https://llvm.org/bz14228) |
| Resolution | DUPLICATE |
| Resolved on | Oct 31, 2012 18:57 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [source, preprocessed source, and associated run script](https://user-images.githubusercontent.com/5361294/143746296-5c16abb1-2... | Clang fails with segmentation fault on exceptions | https://api.github.com/repos/llvm/llvm-project/issues/14600/comments | 1 | 2012-10-31T15:42:19Z | 2021-12-03T23:49:04Z | https://github.com/llvm/llvm-project/issues/14600 | 1,071,054,604 | 14,600 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14227](https://llvm.org/bz14227) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2013 12:31 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@gribozavr,@rjmccall |
## Extended Description
Compiling and running
struct C {
~C()... | Exception type not reported in terminate() when destructor throws during stack unwinding | https://api.github.com/repos/llvm/llvm-project/issues/14599/comments | 5 | 2012-10-31T14:57:06Z | 2021-12-03T23:49:03Z | https://github.com/llvm/llvm-project/issues/14599 | 1,071,054,602 | 14,599 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14226](https://llvm.org/bz14226) |
| Version | trunk |
| OS | All |
| CC | @majnemer,@efriedma-quic,@hfinkel,@Trass3r |
## Extended Description
This is a feature request to start a discussion on consideration of turning constructs like
%4 = ptrtoint i8* %3 to i64
%5 = add i64... | Consider synthesizing ptrint + arithmetic + inttoptr to GEP | https://api.github.com/repos/llvm/llvm-project/issues/14598/comments | 3 | 2012-10-31T14:53:49Z | 2023-08-13T13:54:58Z | https://github.com/llvm/llvm-project/issues/14598 | 1,071,054,598 | 14,598 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14225](https://llvm.org/bz14225) |
| Resolution | FIXED |
| Resolved on | Oct 31, 2012 18:57 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @alexey-bataev,@DougGregor,@efriedma-quic |
## Extended Description
Both of the ill-formed snippets
... | Jumps between try block and handler for function-try-block crashes clang | https://api.github.com/repos/llvm/llvm-project/issues/14597/comments | 3 | 2012-10-31T13:41:19Z | 2021-12-03T23:49:01Z | https://github.com/llvm/llvm-project/issues/14597 | 1,071,054,592 | 14,597 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14224](https://llvm.org/bz14224) |
| Resolution | DUPLICATE |
| Resolved on | Nov 20, 2012 04:28 |
| Version | trunk |
| OS | Linux |
| Attachments | [sample input](https://user-images.githubusercontent.com/60944935/143746294-2769ccba-fc16-4614-a417-a5ef7e4c5590.gz) |
| Reporter... | Clang asserts in SROA pass with ARM | https://api.github.com/repos/llvm/llvm-project/issues/14596/comments | 3 | 2012-10-31T13:23:52Z | 2021-12-03T23:49:01Z | https://github.com/llvm/llvm-project/issues/14596 | 1,071,054,589 | 14,596 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14223](https://llvm.org/bz14223) |
| Resolution | FIXED |
| Resolved on | Apr 07, 2014 07:32 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test for destructors on temporaries in the presence of exceptions](https://user-images.githubusercontent.com/60944935/143746293-a56a... | Temporary's destructor not called when exception thrown in a called function when compiled with -O2 | https://api.github.com/repos/llvm/llvm-project/issues/14595/comments | 1 | 2012-10-31T04:45:03Z | 2021-12-03T23:49:00Z | https://github.com/llvm/llvm-project/issues/14595 | 1,071,054,586 | 14,595 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14222](https://llvm.org/bz14222) |
| Resolution | INVALID |
| Resolved on | Oct 31, 2012 02:41 |
| Version | trunk |
| OS | Linux |
| Attachments | [the test case for this problem.](https://user-images.githubusercontent.com/60944935/143746292-deee1583-945d-4706-b6ba-066a0f9496f7... | Why a formal parameter object of a function can not be treated as a object reference | https://api.github.com/repos/llvm/llvm-project/issues/14594/comments | 3 | 2012-10-31T04:44:17Z | 2021-12-03T23:48:59Z | https://github.com/llvm/llvm-project/issues/14594 | 1,071,054,580 | 14,594 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14221](https://llvm.org/bz14221) |
| Resolution | FIXED |
| Resolved on | Jun 18, 2015 18:35 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#22206 |
| CC | @rotateright |
## Extended Description
Scalar SSE instructions, such as SQRTSS, should be mod... | SQRTSS and similar scalar SSE insns are not accurately modelled | https://api.github.com/repos/llvm/llvm-project/issues/14593/comments | 10 | 2012-10-31T01:12:06Z | 2021-12-03T23:48:58Z | https://github.com/llvm/llvm-project/issues/14593 | 1,071,054,570 | 14,593 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14220](https://llvm.org/bz14220) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2013 09:15 |
| Version | trunk |
| OS | Linux |
## Extended Description
Test case:
::(i) {} | Assertion `!EnteredScope && "Already entered the scope!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/14592/comments | 0 | 2012-10-30T23:30:43Z | 2021-12-03T23:48:57Z | https://github.com/llvm/llvm-project/issues/14592 | 1,071,054,561 | 14,592 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14219](https://llvm.org/bz14219) |
| Resolution | FIXED |
| Resolved on | Oct 31, 2012 16:37 |
| Version | trunk |
| OS | All |
| Attachments | [1.ll](https://user-images.githubusercontent.com/60944935/143746289-cda97833-b88c-4662-ac82-8d85ea490033.gz) |
| Reporter | LLVM Bugzil... | LoopIdiomRecognize crashes when using DependenceAnalysis | https://api.github.com/repos/llvm/llvm-project/issues/14591/comments | 7 | 2012-10-30T21:26:54Z | 2021-12-03T23:48:56Z | https://github.com/llvm/llvm-project/issues/14591 | 1,071,054,554 | 14,591 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14218](https://llvm.org/bz14218) |
| Resolution | FIXED |
| Resolved on | Mar 30, 2020 18:16 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic,@zygoloid |
## Extended Description
compiling:
int log;
is arguably a valid C program. It certainly should fail with pointi... | Redeclaration of "log" shows incorrect note | https://api.github.com/repos/llvm/llvm-project/issues/14590/comments | 4 | 2012-10-30T21:24:27Z | 2021-12-03T23:48:55Z | https://github.com/llvm/llvm-project/issues/14590 | 1,071,054,547 | 14,590 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14217](https://llvm.org/bz14217) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Calling RemoveText on an instance of Rewriter, passing a FunctionDecl source range makes no changes to the rewriter buffer.
I tried to remove a ... | Rewriter RemoveText(SrouceRange&) method not working on FunctionDecl | https://api.github.com/repos/llvm/llvm-project/issues/14589/comments | 0 | 2012-10-30T20:20:52Z | 2021-12-03T23:48:54Z | https://github.com/llvm/llvm-project/issues/14589 | 1,071,054,538 | 14,589 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14216](https://llvm.org/bz14216) |
| Resolution | INVALID |
| Resolved on | Oct 31, 2012 14:30 |
| Version | 3.1 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@belkadan | | Analyzer failed on clang error: redefinition of parameter | https://api.github.com/repos/llvm/llvm-project/issues/14588/comments | 6 | 2012-10-30T18:54:45Z | 2021-12-03T23:48:53Z | https://github.com/llvm/llvm-project/issues/14588 | 1,071,054,535 | 14,588 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14215](https://llvm.org/bz14215) |
| Resolution | INVALID |
| Resolved on | Nov 02, 2012 11:34 |
| Version | 3.1 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@AnnaZaks,@belkadan |
## Extended Description
Source code that causes analyzer to fail... | Analyzer failed on clang error: taking the address of a temporary object | https://api.github.com/repos/llvm/llvm-project/issues/14587/comments | 10 | 2012-10-30T18:54:17Z | 2021-12-03T23:48:53Z | https://github.com/llvm/llvm-project/issues/14587 | 1,071,054,528 | 14,587 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14214](https://llvm.org/bz14214) |
| Resolution | FIXED |
| Resolved on | Oct 31, 2012 05:01 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143746287-62572b8d-1328-4312-9dff-9b9ee47aefb1.gz) |
| CC | @d0k |
## E... | Hitting "Instruction does not dominate all uses!" | https://api.github.com/repos/llvm/llvm-project/issues/14586/comments | 4 | 2012-10-30T18:46:51Z | 2021-12-03T23:48:52Z | https://github.com/llvm/llvm-project/issues/14586 | 1,071,054,526 | 14,586 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14213](https://llvm.org/bz14213) |
| Resolution | INVALID |
| Resolved on | Nov 02, 2012 08:17 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| Attachments | [allow also single quoted strings](https://user-images.githubusercontent.com/60944935/14374628... | Handle single quoted strings | https://api.github.com/repos/llvm/llvm-project/issues/14585/comments | 8 | 2012-10-30T18:13:57Z | 2021-12-03T23:48:51Z | https://github.com/llvm/llvm-project/issues/14585 | 1,071,054,519 | 14,585 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14212](https://llvm.org/bz14212) |
| Resolution | FIXED |
| Resolved on | Oct 31, 2012 06:24 |
| Version | trunk |
| OS | Linux |
| Attachments | [requested input file](https://user-images.githubusercontent.com/60944935/143746282-52ec6fd6-409f-4115-aef4-b6c0d34f9ec4.gz) |
| Repo... | Clang asserts in SROA pass | https://api.github.com/repos/llvm/llvm-project/issues/14584/comments | 4 | 2012-10-30T14:24:52Z | 2021-12-03T23:48:50Z | https://github.com/llvm/llvm-project/issues/14584 | 1,071,054,509 | 14,584 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14211](https://llvm.org/bz14211) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2017 06:36 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@donhinton,@jwakely |
## Extended Description
Compiling the following crashes clang:
tem... | Crash for explicit instantiation of overloaded template function within class template | https://api.github.com/repos/llvm/llvm-project/issues/14583/comments | 8 | 2012-10-30T12:45:23Z | 2021-12-03T23:48:49Z | https://github.com/llvm/llvm-project/issues/14583 | 1,071,054,503 | 14,583 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14210](https://llvm.org/bz14210) |
| Resolution | FIXED |
| Resolved on | Oct 30, 2012 16:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [reproducer for the SROA assertion failure](https://user-images.githubusercontent.com/912627/143746280-a84c3f51-5826-4649-9af6-e8a877... | SROA.cpp:2506 Assertion `LI.getType()->getIntegerBitWidth() == TD.getTypeSizeInBits(OldAI.getAllocatedType()) && "Only alloca-wide loads can be split and recomposed"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/14582/comments | 2 | 2012-10-30T11:55:40Z | 2021-12-03T23:48:48Z | https://github.com/llvm/llvm-project/issues/14582 | 1,071,054,501 | 14,582 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14209](https://llvm.org/bz14209) |
| Version | trunk |
| OS | All |
| Attachments | [Communication with Ted](https://user-images.githubusercontent.com/60944935/143746279-bc21528e-41d2-403d-8c4f-29c051071022.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description ... | Report Diagnostic ID for diagnostics | https://api.github.com/repos/llvm/llvm-project/issues/14581/comments | 1 | 2012-10-30T09:45:44Z | 2023-06-26T19:37:01Z | https://github.com/llvm/llvm-project/issues/14581 | 1,071,054,496 | 14,581 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14208](https://llvm.org/bz14208) |
| Resolution | FIXED |
| Resolved on | Nov 03, 2012 20:29 |
| Version | trunk |
| OS | All |
| Attachments | [preprocess file and script generated by compiler crash](https://user-images.githubusercontent.com/60944935/143746277-720762c0-760f-47a... | assertion in selectInterestingSourceRegion found while fuzz testing diagnostic ranges in string literals | https://api.github.com/repos/llvm/llvm-project/issues/14580/comments | 3 | 2012-10-30T07:41:44Z | 2021-12-03T23:48:47Z | https://github.com/llvm/llvm-project/issues/14580 | 1,071,054,487 | 14,580 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14207](https://llvm.org/bz14207) |
| Resolution | FIXED |
| Resolved on | Oct 30, 2012 21:45 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @stoklund |
## Extended Description
The assertion that fires is:
llc: RegisterCoalescer.cpp:1675: ... | assertion in register coalescer | https://api.github.com/repos/llvm/llvm-project/issues/14579/comments | 2 | 2012-10-30T06:51:41Z | 2021-12-03T23:48:46Z | https://github.com/llvm/llvm-project/issues/14579 | 1,071,054,479 | 14,579 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14206](https://llvm.org/bz14206) |
| Resolution | WONTFIX |
| Resolved on | Nov 02, 2012 18:57 |
| Version | unspecified |
| OS | All |
| CC | @rjmccall |
## Extended Description
When I landed https://chromiumcodereview.appspot.com/10917180 (clang roll r161757:r163126) in chro... | Regression(r162254 ): V8 garbage collection performance regressed 10% | https://api.github.com/repos/llvm/llvm-project/issues/14578/comments | 5 | 2012-10-30T01:11:21Z | 2022-01-20T02:36:47Z | https://github.com/llvm/llvm-project/issues/14578 | 1,071,054,476 | 14,578 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14205](https://llvm.org/bz14205) |
| Resolution | FIXED |
| Resolved on | Nov 03, 2012 03:03 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase.i](https://user-images.githubusercontent.com/4255/143746275-d5f6285c-2fd4-498d-8acf-26a8e1070cf5.gz) |
| CC | @efriedma-qui... | Crash in llvm::LiveVariables::HandleVirtRegUse | https://api.github.com/repos/llvm/llvm-project/issues/14577/comments | 4 | 2012-10-29T22:15:53Z | 2021-12-03T23:48:44Z | https://github.com/llvm/llvm-project/issues/14577 | 1,071,054,462 | 14,577 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.