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 | [9204](https://llvm.org/bz9204) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
http://llvm.org/bugs/show_bug.cgi?id=7276
This bug still happens for native Win32. So, C++ code causes link errors:
error LNK2019: unres... | Please insert "-fno-use-cxa-atexit" as default for Win32 | https://api.github.com/repos/llvm/llvm-project/issues/9576/comments | 2 | 2011-02-12T08:57:29Z | 2023-08-12T00:28:48Z | https://github.com/llvm/llvm-project/issues/9576 | 1,071,005,815 | 9,576 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9203](https://llvm.org/bz9203) |
| Resolution | INVALID |
| Resolved on | Feb 11, 2011 17:51 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [example](https://user-images.githubusercontent.com/60944935/143742732-82ec4cc8-0c2d-4fef-96cc-95c44941057d.gz) |
| Reporter | LLVM... | Warning about struct tag argument being "visible outside of this function" | https://api.github.com/repos/llvm/llvm-project/issues/9575/comments | 1 | 2011-02-12T01:12:26Z | 2021-12-03T22:05:41Z | https://github.com/llvm/llvm-project/issues/9575 | 1,071,005,803 | 9,575 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9202](https://llvm.org/bz9202) |
| Resolution | FIXED |
| Resolved on | Jun 23, 2011 17:55 |
| Version | trunk |
| OS | MacOS X |
| CC | @akyrtzi,@DougGregor,@tkremenek |
## Extended Description
$ clang --version
clang version 2.9 (trunk 125213)
Target: x86_64-apple-darwin10
T... | False unused function warning for extern "C" function in unnamed namespace | https://api.github.com/repos/llvm/llvm-project/issues/9574/comments | 3 | 2011-02-11T22:46:57Z | 2021-12-03T22:05:40Z | https://github.com/llvm/llvm-project/issues/9574 | 1,071,005,796 | 9,574 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9201](https://llvm.org/bz9201) |
| Version | 2.8 |
| OS | Linux |
| Attachments | [IR file that when assembled and passed to llc, triggers behaviour.](https://user-images.githubusercontent.com/60944935/143742731-fffd0822-0267-4be1-ba5f-06cbc545e672.gz) |
| Reporter | LLVM Bugzil... | llc crashes on fp128 | https://api.github.com/repos/llvm/llvm-project/issues/9573/comments | 4 | 2011-02-11T17:17:33Z | 2023-08-08T23:07:14Z | https://github.com/llvm/llvm-project/issues/9573 | 1,071,005,788 | 9,573 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9200](https://llvm.org/bz9200) |
| Version | trunk |
| OS | All |
| CC | @belkadan |
## Extended Description
The analyser is reporting incorrectly in this instance
2092 if (ptr == end)
3 Taking false branch
2093 {
2094 return 0;
2095 }
2096 else
2097 ... | Zero-length VLA test doesn't do adequate range propagation | https://api.github.com/repos/llvm/llvm-project/issues/9572/comments | 2 | 2011-02-11T14:23:12Z | 2021-12-03T22:05:38Z | https://github.com/llvm/llvm-project/issues/9572 | 1,071,005,783 | 9,572 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9199](https://llvm.org/bz9199) |
| Resolution | FIXED |
| Resolved on | Dec 10, 2017 12:08 |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase for simple copying of structures](https://user-images.githubusercontent.com/60944935/143742730-ffce26dc-b14b-45e2-a7c4-972b85... | Not properly lowering memcpy intrinsic using LDMIA/STMIA on ARM | https://api.github.com/repos/llvm/llvm-project/issues/9571/comments | 1 | 2011-02-11T14:14:46Z | 2021-12-03T22:05:38Z | https://github.com/llvm/llvm-project/issues/9571 | 1,071,005,774 | 9,571 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9198](https://llvm.org/bz9198) |
| Version | trunk |
| OS | All |
## Extended Description
This sequence generates a warning saying that the second store has no effect:
*(uint8_t*)address = (uint8_t)big;
*(uint16_t*)address = (uint16_t)big;
This is a b... | Idempotent Operation Test Ignores Sizes | https://api.github.com/repos/llvm/llvm-project/issues/9570/comments | 0 | 2011-02-11T13:04:51Z | 2021-12-03T22:05:37Z | https://github.com/llvm/llvm-project/issues/9570 | 1,071,005,765 | 9,570 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9197](https://llvm.org/bz9197) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2011 18:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek,@rjmccall |
## Extended Description
This C++ test program should print "destructed!":
e... | derived virtual destructor not called | https://api.github.com/repos/llvm/llvm-project/issues/9569/comments | 4 | 2011-02-11T05:19:21Z | 2021-12-03T22:05:36Z | https://github.com/llvm/llvm-project/issues/9569 | 1,071,005,760 | 9,569 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9196](https://llvm.org/bz9196) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
Here is a simplified version of the code
void buggy(float rad) {
float vec[7][2]= {{0.195, 0.02}, {0.383, 0.067}, {0.55, 0.1... | false positive 'The left expression of the compound assignment is an unitialized value. The computed value will be garbage. | https://api.github.com/repos/llvm/llvm-project/issues/9568/comments | 2 | 2011-02-11T04:19:00Z | 2021-12-03T22:05:35Z | https://github.com/llvm/llvm-project/issues/9568 | 1,071,005,751 | 9,568 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9195](https://llvm.org/bz9195) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2012 03:32 |
| Version | trunk |
| OS | All |
| CC | @zmodem |
## Extended Description
Ubuntu's gcc supports -Wformat=0 to disable printf warnings. For compatibility, it'd be nice if clang would un... | -Wformat=0 should be understood as an alias for -Wno-format | https://api.github.com/repos/llvm/llvm-project/issues/9567/comments | 3 | 2011-02-10T23:50:15Z | 2021-12-03T22:05:34Z | https://github.com/llvm/llvm-project/issues/9567 | 1,071,005,743 | 9,567 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9194](https://llvm.org/bz9194) |
| Version | trunk |
| OS | All |
## Extended Description
Since Objective-C predates C99, it defines it's own BOOL type instead of using the standard bool. Unfortunately, Obj-C BOOL is in fact a 'signed char' and so has 256 possible values inste... | clang should warn upon '== YES' with Obj-C BOOL | https://api.github.com/repos/llvm/llvm-project/issues/9566/comments | 1 | 2011-02-10T23:01:16Z | 2023-05-22T11:15:50Z | https://github.com/llvm/llvm-project/issues/9566 | 1,071,005,733 | 9,566 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9193](https://llvm.org/bz9193) |
| Resolution | DUPLICATE |
| Resolved on | Sep 12, 2012 18:08 |
| Version | trunk |
| OS | All |
| CC | @nico |
## Extended Description
Consider the following C snippit:
if (x == 5)
{
...
}
else if (x == 5)
{
...
}
I've made a typo ... | clang should warn if 'else if' clause is same as any previous 'if' clause | https://api.github.com/repos/llvm/llvm-project/issues/9565/comments | 4 | 2011-02-10T22:46:58Z | 2021-12-03T22:05:33Z | https://github.com/llvm/llvm-project/issues/9565 | 1,071,005,718 | 9,565 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9192](https://llvm.org/bz9192) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
At the very least
1. Adding support for insertelement, extractelement, shufflevector.
2. Recognizing vector type in GEP, SelectInst, BitcastInst... | DSA needs support for Vector Type. | https://api.github.com/repos/llvm/llvm-project/issues/9564/comments | 1 | 2011-02-10T18:45:55Z | 2023-08-08T23:36:04Z | https://github.com/llvm/llvm-project/issues/9564 | 1,071,005,712 | 9,564 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9191](https://llvm.org/bz9191) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2011 18:46 |
| Version | trunk |
| OS | All |
| Attachments | [Asserting invalid file](https://user-images.githubusercontent.com/60944935/143742728-37631c87-8c5a-4ffc-82da-b7ddebd60033.gz) |
| Report... | Assertion `SrcType->getAs<EnumType>()->getDecl()->isScoped()' in C++0x code | https://api.github.com/repos/llvm/llvm-project/issues/9563/comments | 2 | 2011-02-10T15:56:54Z | 2021-12-03T22:05:31Z | https://github.com/llvm/llvm-project/issues/9563 | 1,071,005,698 | 9,563 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9190](https://llvm.org/bz9190) |
| Resolution | FIXED |
| Resolved on | Feb 11, 2011 13:29 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I get "Unexpected illegal type!" assertion when trying to compile the following... | "Unexpected illegal type!" assertion | https://api.github.com/repos/llvm/llvm-project/issues/9562/comments | 2 | 2011-02-10T15:20:06Z | 2021-12-03T22:05:30Z | https://github.com/llvm/llvm-project/issues/9562 | 1,071,005,693 | 9,562 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9189](https://llvm.org/bz9189) |
| Version | trunk |
| OS | All |
| CC | @akyrtzi,@tkremenek |
## Extended Description
The missing "self = [(super or self) init...]" test in the static analyser looks like a nice idea, but I've run it on our codebase, seen over a thousand repor... | Spurious results in self = [self -init] test | https://api.github.com/repos/llvm/llvm-project/issues/9561/comments | 13 | 2011-02-10T12:15:25Z | 2023-05-22T11:15:16Z | https://github.com/llvm/llvm-project/issues/9561 | 1,071,005,686 | 9,561 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9188](https://llvm.org/bz9188) |
| Resolution | FIXED |
| Resolved on | Feb 17, 2011 20:45 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [example file](https://user-images.githubusercontent.com/60944935/143742726-604f1ef2-7988-4c98-a4aa-aaf5dc375e61.gz) |
| Reporter | L... | clang trunk assert '(!Qualifier && "Can't have an unnamed field with a qualifier!"), function RebuildMemberExpr' | https://api.github.com/repos/llvm/llvm-project/issues/9560/comments | 5 | 2011-02-10T12:03:23Z | 2021-12-03T22:05:28Z | https://github.com/llvm/llvm-project/issues/9560 | 1,071,005,677 | 9,560 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9187](https://llvm.org/bz9187) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atrick |
## Extended Description
LoopStrengthReduce violates LoopPass rules. When processing a loop, it will potentially modify its parent loop's preheader. For e... | LoopStrengthReduce violates LoopPass rules | https://api.github.com/repos/llvm/llvm-project/issues/9559/comments | 0 | 2011-02-10T07:06:59Z | 2021-12-03T22:05:27Z | https://github.com/llvm/llvm-project/issues/9559 | 1,071,005,670 | 9,559 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9186](https://llvm.org/bz9186) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Olden/voronoi fails with -pa=apa, for this reason. | Implement pool_memalign for the Debug Runtime | https://api.github.com/repos/llvm/llvm-project/issues/9558/comments | 0 | 2011-02-10T04:33:34Z | 2021-12-03T22:05:27Z | https://github.com/llvm/llvm-project/issues/9558 | 1,071,005,659 | 9,558 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9185](https://llvm.org/bz9185) |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase 1: no ADL](https://user-images.githubusercontent.com/60944935/143742722-fc5e01dd-abd7-4e14-830f-fc42497bb5a6.gz), [testcase 2: ADL only](https://user-images.githubusercontent.com/609449... | warn when code would be treated differently under gcc | https://api.github.com/repos/llvm/llvm-project/issues/9557/comments | 1 | 2011-02-10T04:20:34Z | 2023-08-15T03:37:06Z | https://github.com/llvm/llvm-project/issues/9557 | 1,071,005,648 | 9,557 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9184](https://llvm.org/bz9184) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently, this analysis usage (taken from LoopStrengthReduce)
AU.addRequired<LoopInfo>();
AU.addRequiredID(LoopSimplifyID);
AU.addRequired... | PassManager should minimize number of LoopPassManagers | https://api.github.com/repos/llvm/llvm-project/issues/9556/comments | 0 | 2011-02-10T03:01:44Z | 2021-12-03T22:05:25Z | https://github.com/llvm/llvm-project/issues/9556 | 1,071,005,639 | 9,556 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9183](https://llvm.org/bz9183) |
| Resolution | FIXED |
| Resolved on | Oct 21, 2015 17:01 |
| Version | trunk |
| OS | All |
## Extended Description
I ran into this while compiling DynamoRIO with clang.
Does anyone even know what the heck it means? So far as I can tell, it'... | -fvisibility=internal not implemented | https://api.github.com/repos/llvm/llvm-project/issues/9555/comments | 3 | 2011-02-10T01:48:03Z | 2021-12-03T22:05:24Z | https://github.com/llvm/llvm-project/issues/9555 | 1,071,005,634 | 9,555 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9182](https://llvm.org/bz9182) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2011 12:14 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @akyrtzi,@DougGregor |
## Extended Description
This code warns that the derived class hides a virtual... | spurious warning on overloaded-virtual | https://api.github.com/repos/llvm/llvm-project/issues/9554/comments | 2 | 2011-02-10T01:00:37Z | 2021-12-03T22:05:23Z | https://github.com/llvm/llvm-project/issues/9554 | 1,071,005,625 | 9,554 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9181](https://llvm.org/bz9181) |
| Resolution | FIXED |
| Resolved on | May 14, 2011 18:26 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rjmccall |
## Extended Description
At the beginning of every virtual destructor, clang writes the cl... | Missed optimization on empty virtual destructors | https://api.github.com/repos/llvm/llvm-project/issues/9553/comments | 4 | 2011-02-10T00:01:46Z | 2021-12-03T22:05:22Z | https://github.com/llvm/llvm-project/issues/9553 | 1,071,005,618 | 9,553 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9180](https://llvm.org/bz9180) |
| Resolution | WONTFIX |
| Resolved on | Nov 25, 2011 14:13 |
| Version | trunk |
| OS | Linux |
| Attachments | [minimal test case](https://user-images.githubusercontent.com/60944935/143742719-46de9740-b825-419a-b9bd-1f8f2a87cc1b.gz), [proposed ... | SystemZ another assembly syntax problem | https://api.github.com/repos/llvm/llvm-project/issues/9552/comments | 2 | 2011-02-09T23:57:00Z | 2022-01-20T02:33:45Z | https://github.com/llvm/llvm-project/issues/9552 | 1,071,005,610 | 9,552 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9179](https://llvm.org/bz9179) |
| Version | 2.7 |
| OS | Linux |
| Attachments | [analysis output](https://user-images.githubusercontent.com/60944935/143742717-2ed3272f-0d3b-412d-8c7a-65172c9c032f.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan,@tkremenek |
## ... | Reports false positive | https://api.github.com/repos/llvm/llvm-project/issues/9551/comments | 6 | 2011-02-09T21:51:43Z | 2025-01-21T18:12:17Z | https://github.com/llvm/llvm-project/issues/9551 | 1,071,005,591 | 9,551 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9178](https://llvm.org/bz9178) |
| Resolution | FIXED |
| Resolved on | Feb 16, 2011 18:00 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rjmccall |
## Extended Description
This program coaxes clang into producing an invalid m... | NRVO after noreturn call causes clang to produce invalid module | https://api.github.com/repos/llvm/llvm-project/issues/9550/comments | 1 | 2011-02-09T21:39:38Z | 2021-12-03T22:05:19Z | https://github.com/llvm/llvm-project/issues/9550 | 1,071,005,587 | 9,550 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9177](https://llvm.org/bz9177) |
| Resolution | FIXED |
| Resolved on | Feb 15, 2011 19:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Given
-------------------
int __attribute__((visibility("hidden"))) foo (void);
exter... | clang gets confused with alias and asm labels | https://api.github.com/repos/llvm/llvm-project/issues/9549/comments | 5 | 2011-02-09T21:16:39Z | 2025-01-25T14:35:27Z | https://github.com/llvm/llvm-project/issues/9549 | 1,071,005,576 | 9,549 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9176](https://llvm.org/bz9176) |
| Resolution | FIXED |
| Resolved on | May 23, 2011 10:39 |
| Version | trunk |
| OS | Linux |
| Attachments | [possible fix](https://user-images.githubusercontent.com/60944935/143742715-a079681b-66fb-426f-a538-dc3407cca93b.gz) |
| Reporter | LLV... | ARM assertion failed when disassembling LDR & STR imm offset form | https://api.github.com/repos/llvm/llvm-project/issues/9548/comments | 1 | 2011-02-09T19:39:47Z | 2021-12-03T22:05:17Z | https://github.com/llvm/llvm-project/issues/9548 | 1,071,005,568 | 9,548 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9175](https://llvm.org/bz9175) |
| Resolution | WORKSFORME |
| Resolved on | Apr 26, 2011 12:07 |
| Version | trunk |
| OS | Linux |
| Attachments | [possible fix](https://user-images.githubusercontent.com/60944935/143742714-a08dc72f-dc1a-4193-85f3-b6e4a04f1cf5.gz) |
| Reporter ... | ARM assertion failed when disassembling LDM & STM | https://api.github.com/repos/llvm/llvm-project/issues/9547/comments | 2 | 2011-02-09T19:23:39Z | 2022-01-20T02:06:28Z | https://github.com/llvm/llvm-project/issues/9547 | 1,071,005,561 | 9,547 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9174](https://llvm.org/bz9174) |
| Resolution | FIXED |
| Resolved on | Feb 14, 2011 00:42 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
For this page:
http://clang.llvm.org/docs/InternalsManual.html
* "The Di... | problems with "Clang" CFE Internals Manual web-page | https://api.github.com/repos/llvm/llvm-project/issues/9546/comments | 1 | 2011-02-09T16:35:14Z | 2021-12-03T22:05:16Z | https://github.com/llvm/llvm-project/issues/9546 | 1,071,005,552 | 9,546 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9173](https://llvm.org/bz9173) |
| Resolution | FIXED |
| Resolved on | Feb 11, 2011 13:38 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [bug](https://user-images.githubusercontent.com/60944935/143742707-d0ad5b2a-503a-4331-9c1a-8082fc8082fa.gz) |
| Reporter | LLVM Bu... | getting very long instruction lines when using instcombine | https://api.github.com/repos/llvm/llvm-project/issues/9545/comments | 12 | 2011-02-09T15:21:19Z | 2021-12-03T22:05:15Z | https://github.com/llvm/llvm-project/issues/9545 | 1,071,005,545 | 9,545 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9172](https://llvm.org/bz9172) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2011 10:55 |
| Version | trunk |
| OS | Linux |
## Extended Description
ELFAsmParser::ParseDirectiveIdent has a static variable which should be replaced with a class variable. | Static variable in function scope | https://api.github.com/repos/llvm/llvm-project/issues/9544/comments | 0 | 2011-02-09T12:24:17Z | 2021-12-03T22:05:14Z | https://github.com/llvm/llvm-project/issues/9544 | 1,071,005,538 | 9,544 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9171](https://llvm.org/bz9171) |
| Resolution | INVALID |
| Resolved on | Feb 13, 2011 12:33 |
| Version | unspecified |
| OS | MacOS X |
| CC | @lattner |
## Extended Description
I've filed a bug with WebKit, but it's likely this issue is more suited to the clang/llvm folks. ... | Clang-built WebKit exhibits unique form bug | https://api.github.com/repos/llvm/llvm-project/issues/9543/comments | 6 | 2011-02-09T03:19:45Z | 2021-12-03T22:05:13Z | https://github.com/llvm/llvm-project/issues/9543 | 1,071,005,532 | 9,543 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9170](https://llvm.org/bz9170) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2013 18:48 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@belkadan |
## Extended Description
The below diagnostic should say something about how y... | Bad diagnostic when passing non-rvalue to rvalue-reference | https://api.github.com/repos/llvm/llvm-project/issues/9542/comments | 1 | 2011-02-09T01:49:01Z | 2021-12-03T22:05:12Z | https://github.com/llvm/llvm-project/issues/9542 | 1,071,005,525 | 9,542 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9169](https://llvm.org/bz9169) |
| Resolution | WONTFIX |
| Resolved on | Nov 25, 2011 14:14 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143742706-d1c0e27d-0e6d-44b3-a7bb-752516f5eb0e.gz) |
| Reporter | LLVM... | inlined memcpy from/to global address inefficient | https://api.github.com/repos/llvm/llvm-project/issues/9541/comments | 1 | 2011-02-09T00:10:06Z | 2022-01-20T02:33:44Z | https://github.com/llvm/llvm-project/issues/9541 | 1,071,005,517 | 9,541 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9168](https://llvm.org/bz9168) |
| Resolution | FIXED |
| Resolved on | Jul 10, 2011 17:23 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@DougGregor,@rjmccall |
## Extended Description
This is a regression.
For a fully qualified... | Wrong source location for CXXMemberCallExpr | https://api.github.com/repos/llvm/llvm-project/issues/9540/comments | 7 | 2011-02-08T22:18:07Z | 2021-12-03T22:05:11Z | https://github.com/llvm/llvm-project/issues/9540 | 1,071,005,506 | 9,540 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9167](https://llvm.org/bz9167) |
| Version | trunk |
| OS | All |
## Extended Description
The linkage of an anonymous tag type defined in a typedef can change. Currently we handle this by clearing the linkage cache for that tag and its children, but it is quite possible to bu... | Linkage of anonymous tag types defined in typedefs should not be cached | https://api.github.com/repos/llvm/llvm-project/issues/9539/comments | 0 | 2011-02-08T21:42:48Z | 2021-12-03T22:05:10Z | https://github.com/llvm/llvm-project/issues/9539 | 1,071,005,496 | 9,539 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9166](https://llvm.org/bz9166) |
| Resolution | FIXED |
| Resolved on | Feb 15, 2012 17:50 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [Reproducer test](https://user-images.githubusercontent.com/92601443/143742702-cc5c72bd-9af9-4cf7-892d-98a0b2f77efa.gz), [Fix Cand... | Code generated for function returning struct incompatible with native ABI | https://api.github.com/repos/llvm/llvm-project/issues/9538/comments | 8 | 2011-02-08T14:00:06Z | 2021-12-03T22:05:09Z | https://github.com/llvm/llvm-project/issues/9538 | 1,071,005,488 | 9,538 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9165](https://llvm.org/bz9165) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2011 08:44 |
| Version | trunk |
| OS | All |
| Attachments | [LL file reproducing the problem](https://user-images.githubusercontent.com/60944935/143742701-b9b67af4-fd0d-4486-8910-cd8b48f4731c.gz) |... | Unable to select BUILD_VECTOR operation | https://api.github.com/repos/llvm/llvm-project/issues/9537/comments | 3 | 2011-02-08T11:08:50Z | 2021-12-03T22:05:08Z | https://github.com/llvm/llvm-project/issues/9537 | 1,071,005,476 | 9,537 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9164](https://llvm.org/bz9164) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 17:35 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@chandlerc,@lattner |
## Extended Description
llvm-mc doesn't assemble this:
$ cat sub.s
fs... | [MC] fsubp invalid operand for instruction | https://api.github.com/repos/llvm/llvm-project/issues/9536/comments | 7 | 2011-02-08T08:33:18Z | 2021-12-03T22:05:07Z | https://github.com/llvm/llvm-project/issues/9536 | 1,071,005,467 | 9,536 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9163](https://llvm.org/bz9163) |
| Resolution | WONTFIX |
| Resolved on | Nov 25, 2011 14:14 |
| Version | trunk |
| OS | Linux |
| Attachments | [proposed patch](https://user-images.githubusercontent.com/60944935/143742700-68928753-6d80-4bc7-8bcf-700c1a5b6338.gz) |
| Reporter |... | R11 used but not saved | https://api.github.com/repos/llvm/llvm-project/issues/9535/comments | 1 | 2011-02-07T23:04:54Z | 2022-01-20T02:33:43Z | https://github.com/llvm/llvm-project/issues/9535 | 1,071,005,462 | 9,535 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9162](https://llvm.org/bz9162) |
| Resolution | FIXED |
| Resolved on | Oct 09, 2011 17:58 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@pwo |
## Extended Description
Clang has a problem compiling the gstreamer backend for KDE's phonon
library. I encountered this iss... | Namespace and extern "C" gives problems with forward struct declarations | https://api.github.com/repos/llvm/llvm-project/issues/9534/comments | 1 | 2011-02-07T22:11:11Z | 2021-12-03T22:05:05Z | https://github.com/llvm/llvm-project/issues/9534 | 1,071,005,450 | 9,534 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9161](https://llvm.org/bz9161) |
| Version | trunk |
| OS | Linux |
| Attachments | [Test program](https://user-images.githubusercontent.com/60944935/143742697-cfa9b12b-7bc4-4d2a-a02c-25abe5573bdf.gz), [Test program](https://user-images.githubusercontent.com/60944935/143742... | False uninitialized warning due to control-dependency of flag | https://api.github.com/repos/llvm/llvm-project/issues/9533/comments | 1 | 2011-02-07T18:27:41Z | 2024-01-20T11:13:19Z | https://github.com/llvm/llvm-project/issues/9533 | 1,071,005,440 | 9,533 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9160](https://llvm.org/bz9160) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2011 13:13 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @akyrtzi,@tkremenek |
## Extended Description
clang version 2.9 (trunk 125005)
Target: x86_64-apple... | clang segmentation fault with -Wshadow | https://api.github.com/repos/llvm/llvm-project/issues/9532/comments | 9 | 2011-02-07T16:15:16Z | 2021-12-03T22:05:03Z | https://github.com/llvm/llvm-project/issues/9532 | 1,071,005,431 | 9,532 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9159](https://llvm.org/bz9159) |
| Resolution | FIXED |
| Resolved on | Feb 06, 2011 20:39 |
| Version | trunk |
| OS | Linux |
| CC | @oscarfv |
## Extended Description
Hi,
I noticed the redundant hidden svn directory ended up being installed
system-wise.
$ ls -la /usr/shar... | .svn installed in /usr/share/llvm/cmake | https://api.github.com/repos/llvm/llvm-project/issues/9531/comments | 2 | 2011-02-07T04:10:19Z | 2021-12-03T22:05:03Z | https://github.com/llvm/llvm-project/issues/9531 | 1,071,005,422 | 9,531 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9158](https://llvm.org/bz9158) |
| Resolution | FIXED |
| Resolved on | Feb 11, 2011 13:58 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
; ModuleID = 'bugpoint-reduced-simplified.bc'
target triple = "x86_64-unknown-linux-gn... | Assertion failed in codegen | https://api.github.com/repos/llvm/llvm-project/issues/9530/comments | 2 | 2011-02-06T21:34:10Z | 2021-12-03T22:05:02Z | https://github.com/llvm/llvm-project/issues/9530 | 1,071,005,409 | 9,530 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9157](https://llvm.org/bz9157) |
| Resolution | INVALID |
| Resolved on | Feb 07, 2011 12:17 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
I have a file with this line of code:
operator[](i)[j] = ri... | Use of undeclared 'operator[]' | https://api.github.com/repos/llvm/llvm-project/issues/9529/comments | 4 | 2011-02-06T20:17:59Z | 2021-12-03T22:05:01Z | https://github.com/llvm/llvm-project/issues/9529 | 1,071,005,398 | 9,529 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9156](https://llvm.org/bz9156) |
| Resolution | INVALID |
| Resolved on | Feb 06, 2011 13:44 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @oscarfv |
## Extended Description
This is a new bug in the current trunk (as of Feb 6th 2011)... | CLANG_RESOURCE_DIR, CXX_INCLUDE_* are missed in config.h | https://api.github.com/repos/llvm/llvm-project/issues/9528/comments | 1 | 2011-02-06T20:08:13Z | 2021-12-03T22:05:00Z | https://github.com/llvm/llvm-project/issues/9528 | 1,071,005,388 | 9,528 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9155](https://llvm.org/bz9155) |
| Resolution | FIXED |
| Resolved on | Feb 06, 2011 13:07 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @oscarfv |
## Extended Description
I generated Visual Studio 2010 projects from cmake. However, ... | NDEBUG is defined in debug configuration for Visual Studio projects | https://api.github.com/repos/llvm/llvm-project/issues/9527/comments | 1 | 2011-02-06T20:01:00Z | 2021-12-03T22:04:59Z | https://github.com/llvm/llvm-project/issues/9527 | 1,071,005,376 | 9,527 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9154](https://llvm.org/bz9154) |
| Resolution | FIXED |
| Resolved on | Feb 06, 2011 15:28 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [valgrind.log](https://user-images.githubusercontent.com/92601275/143742693-479d3aec-4e0a-42d6-a8f4-9d757a40ef2b.gz), [delta reduced ... | Assertion failed: (getCost() == C && "Cost exceeds InlineCost precision") | https://api.github.com/repos/llvm/llvm-project/issues/9526/comments | 8 | 2011-02-06T13:14:58Z | 2021-12-03T22:04:58Z | https://github.com/llvm/llvm-project/issues/9526 | 1,071,005,369 | 9,526 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9153](https://llvm.org/bz9153) |
| Resolution | FIXED |
| Resolved on | Feb 11, 2013 11:07 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
The web page:
http://libcxx.llvm.org/
uses:
export TRIP... | http://libcxx.llvm.org/ build instructions invalid for linux | https://api.github.com/repos/llvm/llvm-project/issues/9525/comments | 5 | 2011-02-06T12:51:17Z | 2021-12-03T22:04:57Z | https://github.com/llvm/llvm-project/issues/9525 | 1,071,005,355 | 9,525 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9152](https://llvm.org/bz9152) |
| Resolution | FIXED |
| Resolved on | Aug 13, 2011 06:36 |
| Version | trunk |
| OS | Linux |
| Attachments | [File which takes 1m to compile](https://user-images.githubusercontent.com/60944935/143742690-c37b22e1-261f-4998-a875-a6a65d386ee4.gz) ... | File takes 1 minute to compile much longer than with gcc or other similar files with llvm | https://api.github.com/repos/llvm/llvm-project/issues/9524/comments | 9 | 2011-02-06T02:19:10Z | 2021-12-03T22:04:56Z | https://github.com/llvm/llvm-project/issues/9524 | 1,071,005,341 | 9,524 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9151](https://llvm.org/bz9151) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2011 14:48 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [598.ii](https://user-images.githubusercontent.com/92601275/143742689-f18998b4-19d7-456f-932b-d0226cae45b0.gz) |
| CC | @DougGregor |... | Assertion failed: ((Result || isa<UsingShadowDecl>(D) || D->isInvalidDecl() || cast<Decl>(ParentDC)->isInvalidDecl()) && "Unable to find instantiation of declaration!") | https://api.github.com/repos/llvm/llvm-project/issues/9523/comments | 2 | 2011-02-06T01:24:15Z | 2021-12-03T22:04:55Z | https://github.com/llvm/llvm-project/issues/9523 | 1,071,005,332 | 9,523 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9150](https://llvm.org/bz9150) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner,@vitalybuka,@zsrkmyn |
## Extended Description
The lazy implementation of divdc3 in compiler-rt results in accurate results for the following t... | [builtins] inaccurate results from divdc3 on x86_64 darwin10 | https://api.github.com/repos/llvm/llvm-project/issues/9522/comments | 2 | 2011-02-05T23:44:35Z | 2021-12-03T22:04:55Z | https://github.com/llvm/llvm-project/issues/9522 | 1,071,005,315 | 9,522 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9149](https://llvm.org/bz9149) |
| Resolution | DUPLICATE |
| Resolved on | Feb 05, 2011 15:15 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Assembling "movl %esi,%eax" with llvm-mc produces [0x89,0xc6]
But the same instr... | [MC] Disassembler fails to decode instructions with alternate encodings | https://api.github.com/repos/llvm/llvm-project/issues/9521/comments | 1 | 2011-02-05T22:25:34Z | 2021-12-03T22:04:54Z | https://github.com/llvm/llvm-project/issues/9521 | 1,071,005,304 | 9,521 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9148](https://llvm.org/bz9148) |
| Resolution | FIXED |
| Resolved on | Aug 30, 2013 11:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jeremyhu |
## Extended Description
The Win64 and System V x86-64 ABIs have different calling conventio... | [ENH] Support the 'ms_abi' and 'sysv_abi' attributes | https://api.github.com/repos/llvm/llvm-project/issues/9520/comments | 1 | 2011-02-05T19:01:46Z | 2021-12-03T22:04:53Z | https://github.com/llvm/llvm-project/issues/9520 | 1,071,005,296 | 9,520 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9147](https://llvm.org/bz9147) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2011 02:36 |
| Version | 2.7 |
| OS | Linux |
| Attachments | [Configure test which works with gcc but not clang](https://user-images.githubusercontent.com/60944935/143742687-76602b14-3b68-43e6-bc02-... | ./configure test craps out with clang but not with gcc | https://api.github.com/repos/llvm/llvm-project/issues/9519/comments | 4 | 2011-02-05T17:26:24Z | 2021-12-03T22:04:52Z | https://github.com/llvm/llvm-project/issues/9519 | 1,071,005,290 | 9,519 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9146](https://llvm.org/bz9146) |
| Resolution | FIXED |
| Resolved on | Aug 25, 2011 20:00 |
| Version | 2.8 |
| OS | Linux |
| Attachments | [example code](https://user-images.githubusercontent.com/60944935/143742686-635766b4-ceea-4817-9b01-fe090a5fa1d1.gz) |
| Reporter | LLVM ... | Possible bug in a stack unwinding mechanism. | https://api.github.com/repos/llvm/llvm-project/issues/9518/comments | 1 | 2011-02-05T12:18:06Z | 2021-12-03T22:04:51Z | https://github.com/llvm/llvm-project/issues/9518 | 1,071,005,284 | 9,518 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9145](https://llvm.org/bz9145) |
| Resolution | WONTFIX |
| Resolved on | Oct 19, 2012 08:47 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Trying to compile the following program:
eric@eric-dobsons-macbook () ~/proj/... | [llvmc] llvm-ld with clang is failing on OS X, but not on Linux | https://api.github.com/repos/llvm/llvm-project/issues/9517/comments | 1 | 2011-02-05T06:40:02Z | 2022-01-20T02:33:40Z | https://github.com/llvm/llvm-project/issues/9517 | 1,071,005,278 | 9,517 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9144](https://llvm.org/bz9144) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
Overview:
The static analyzer should warn when +initialize doesn't call [super initialize], since that can lead to... | The static analyzer should warn when +initialize doesn't call [super initialize] | https://api.github.com/repos/llvm/llvm-project/issues/9516/comments | 8 | 2011-02-05T02:52:44Z | 2023-05-22T11:14:52Z | https://github.com/llvm/llvm-project/issues/9516 | 1,071,005,271 | 9,516 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9143](https://llvm.org/bz9143) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2011 19:19 |
| Version | trunk |
| OS | All |
| CC | @tkremenek |
## Extended Description
hummer:src thakis$ cat test.cc
enum A {
A_a, A_b
};
A f() {
A a;
return a;
}
hummer:src thakis$ ~/... | -Wuninitialized suggests `= 0` for enums | https://api.github.com/repos/llvm/llvm-project/issues/9515/comments | 2 | 2011-02-05T02:17:06Z | 2021-12-03T22:04:48Z | https://github.com/llvm/llvm-project/issues/9515 | 1,071,005,259 | 9,515 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9142](https://llvm.org/bz9142) |
| Resolution | INVALID |
| Resolved on | Feb 13, 2011 02:35 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This one-line assembly file:
movq 8+(%r14), %mm0
doesn't assemble with... | [mc] unknown token "%r14" in movq | https://api.github.com/repos/llvm/llvm-project/issues/9514/comments | 1 | 2011-02-05T01:49:45Z | 2021-12-03T22:04:48Z | https://github.com/llvm/llvm-project/issues/9514 | 1,071,005,248 | 9,514 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9141](https://llvm.org/bz9141) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2011 18:54 |
| Version | trunk |
| OS | Linux |
| Attachments | [Output from compiling, including assertion failure and backtrace](https://user-images.githubusercontent.com/92601843/143742685-9806c01... | Assertion failure in clang++ compiling invalid code | https://api.github.com/repos/llvm/llvm-project/issues/9513/comments | 3 | 2011-02-05T00:48:19Z | 2021-12-03T22:04:47Z | https://github.com/llvm/llvm-project/issues/9513 | 1,071,005,232 | 9,513 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9140](https://llvm.org/bz9140) |
| Resolution | FIXED |
| Resolved on | Apr 27, 2011 11:55 |
| Version | trunk |
| OS | Linux |
| Attachments | [Output from compiling, including assertion failure and backtrace](https://user-images.githubusercontent.com/92601843/143742683-46e63eb... | Assertion failure in clang++ in gnu++0x mode | https://api.github.com/repos/llvm/llvm-project/issues/9512/comments | 1 | 2011-02-05T00:45:57Z | 2021-12-03T22:04:46Z | https://github.com/llvm/llvm-project/issues/9512 | 1,071,005,222 | 9,512 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9139](https://llvm.org/bz9139) |
| Resolution | FIXED |
| Resolved on | Feb 14, 2011 16:13 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This test fails on a beagleboard:
define void @​i64_buildvector(i64* %ptr, <2... | CodeGen/ARM/vector-DAGCombine.ll fails | https://api.github.com/repos/llvm/llvm-project/issues/9511/comments | 1 | 2011-02-05T00:12:02Z | 2021-12-03T22:04:45Z | https://github.com/llvm/llvm-project/issues/9511 | 1,071,005,214 | 9,511 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9138](https://llvm.org/bz9138) |
| Resolution | FIXED |
| Resolved on | Feb 14, 2011 11:04 |
| Version | trunk |
| OS | Linux |
| Attachments | [Output from compiling cmath in C++0x mode](https://user-images.githubusercontent.com/92601843/143742680-42307534-dfbd-468a-9b64-bf33ed... | Missing builtins used in gcc 4.4.5 cmath header | https://api.github.com/repos/llvm/llvm-project/issues/9510/comments | 7 | 2011-02-04T23:54:20Z | 2021-12-03T22:04:44Z | https://github.com/llvm/llvm-project/issues/9510 | 1,071,005,207 | 9,510 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9137](https://llvm.org/bz9137) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2011 05:58 |
| Version | trunk |
| OS | MacOS X |
| CC | @DougGregor |
## Extended Description
[~]> cat test.c
static __attribute__((always_inline)) inline void AV_COPY128(void *d, const void *s)
... | Parser crash with wrong code | https://api.github.com/repos/llvm/llvm-project/issues/9509/comments | 1 | 2011-02-04T13:33:39Z | 2021-12-03T22:04:43Z | https://github.com/llvm/llvm-project/issues/9509 | 1,071,005,197 | 9,509 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9136](https://llvm.org/bz9136) |
| Resolution | WORKSFORME |
| Resolved on | May 19, 2019 08:39 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans |
## Extended Description
Currently I have a setup where my installation directory is ... | llvm-config does not like being symlinked | https://api.github.com/repos/llvm/llvm-project/issues/9508/comments | 3 | 2011-02-04T01:16:23Z | 2022-01-20T02:06:26Z | https://github.com/llvm/llvm-project/issues/9508 | 1,071,005,189 | 9,508 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9135](https://llvm.org/bz9135) |
| Resolution | WONTFIX |
| Resolved on | Nov 25, 2011 14:14 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@d0k |
## Extended Description
This was produced by a very large program and failed in a large... | abort: Unsupported regclass to store | https://api.github.com/repos/llvm/llvm-project/issues/9507/comments | 9 | 2011-02-03T22:26:12Z | 2022-01-20T02:33:39Z | https://github.com/llvm/llvm-project/issues/9507 | 1,071,005,176 | 9,507 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9134](https://llvm.org/bz9134) |
| Resolution | WONTFIX |
| Resolved on | Nov 25, 2011 14:14 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143742677-c3185dd7-5f1f-4908-8d25-46c81813666d.gz) |
| Reporter | LLVM... | register spilled to wrong location | https://api.github.com/repos/llvm/llvm-project/issues/9506/comments | 5 | 2011-02-03T22:16:06Z | 2022-01-20T02:33:38Z | https://github.com/llvm/llvm-project/issues/9506 | 1,071,005,165 | 9,506 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9133](https://llvm.org/bz9133) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2011 22:50 |
| Version | trunk |
| OS | Linux |
| CC | @lattner,@tkremenek |
## Extended Description
I believe this was introduced fairly recently, probably in the last 5 days.
[regehr@gamow tmp00... | clang emits crashing code at -O0 | https://api.github.com/repos/llvm/llvm-project/issues/9505/comments | 9 | 2011-02-03T22:03:08Z | 2021-12-03T22:04:40Z | https://github.com/llvm/llvm-project/issues/9505 | 1,071,005,151 | 9,505 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9132](https://llvm.org/bz9132) |
| Resolution | FIXED |
| Resolved on | Feb 19, 2011 21:29 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@RealLitb |
## Extended Description
clang accepts this:
auto *f() -> int;
and declares f to have type "int*()".
clang crashe... | clang accepts declarators other than a literal 'auto' as the return type of a function with a trailing-return-type | https://api.github.com/repos/llvm/llvm-project/issues/9504/comments | 7 | 2011-02-03T17:54:21Z | 2021-12-03T22:04:39Z | https://github.com/llvm/llvm-project/issues/9504 | 1,071,005,140 | 9,504 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9131](https://llvm.org/bz9131) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @FlashSheridan,@regehr |
## Extended Description
GAP (http://www.gap-system.org/) uses the following idiom to try to detect
overflowing multiplication. It is wr... | static analyser should warn about signed arithmetic overflow | https://api.github.com/repos/llvm/llvm-project/issues/9503/comments | 4 | 2011-02-03T12:27:04Z | 2021-12-03T22:04:38Z | https://github.com/llvm/llvm-project/issues/9503 | 1,071,005,132 | 9,503 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9130](https://llvm.org/bz9130) |
| Resolution | FIXED |
| Resolved on | Feb 03, 2011 00:37 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
When compiling
class nsOggCodecState {
virtual int StartTime()... | missing symbol definition | https://api.github.com/repos/llvm/llvm-project/issues/9502/comments | 2 | 2011-02-03T08:19:41Z | 2021-12-03T22:04:37Z | https://github.com/llvm/llvm-project/issues/9502 | 1,071,005,125 | 9,502 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9129](https://llvm.org/bz9129) |
| Resolution | FIXED |
| Resolved on | Apr 28, 2011 09:15 |
| Version | trunk |
| OS | Linux |
## Extended Description
I have a test.c that works:
~% clang -c test.c
and this works:
~% mkdir m && cd m
~/m% clang -c ../test.c
but:
~/m/m% c... | Compiling relative paths with parent directories (../../file.c) broken | https://api.github.com/repos/llvm/llvm-project/issues/9501/comments | 1 | 2011-02-03T01:40:24Z | 2021-12-03T22:04:36Z | https://github.com/llvm/llvm-project/issues/9501 | 1,071,005,117 | 9,501 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9128](https://llvm.org/bz9128) |
| Version | trunk |
| OS | Linux |
## Extended Description
I'd expect this to give two warnings, but none is given:
```c
_Bool foo(void) {
_Bool x = (void *)0;
return (void *)0;
}
```
Not having this warning already caused a b... | Assigning a pointer to _Bool should give a warning | https://api.github.com/repos/llvm/llvm-project/issues/9500/comments | 2 | 2011-02-03T00:42:27Z | 2023-08-19T03:01:56Z | https://github.com/llvm/llvm-project/issues/9500 | 1,071,005,109 | 9,500 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9127](https://llvm.org/bz9127) |
| Resolution | FIXED |
| Resolved on | Feb 02, 2011 22:02 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Given
-------------
extern double sin( double );
typedef double (*UnaryFunType)(double... | Load not being folded | https://api.github.com/repos/llvm/llvm-project/issues/9499/comments | 3 | 2011-02-02T23:04:41Z | 2021-12-03T22:04:35Z | https://github.com/llvm/llvm-project/issues/9499 | 1,071,005,100 | 9,499 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9126](https://llvm.org/bz9126) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic |
## Extended Description
I've heard about llvm only 10 minutes ago, and tried something on the website's "online compiler" 5 minutes ago:
#... | __float128 crashes the compiler / optimizer | https://api.github.com/repos/llvm/llvm-project/issues/9498/comments | 8 | 2011-02-02T21:29:42Z | 2023-05-21T20:38:46Z | https://github.com/llvm/llvm-project/issues/9498 | 1,071,005,091 | 9,498 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9125](https://llvm.org/bz9125) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Mike Ash’s proposed the following [1]:
‘One line property initialization with no autorelease: [self.property = [[SomeClass alloc] init]... | Different behaviour amongst Clang versions when sending a message to an assignment expression | https://api.github.com/repos/llvm/llvm-project/issues/9497/comments | 0 | 2011-02-02T19:27:28Z | 2023-05-22T11:14:32Z | https://github.com/llvm/llvm-project/issues/9497 | 1,071,005,086 | 9,497 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9124](https://llvm.org/bz9124) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@gnzlbg,@zygoloid |
## Extended Description
Clang is supposed to reject the below, but doesn't
```cpp
enum class A { B };
int main() {
using A::B; // should be an error
}
`... | Allows using-declaration to refer to scoped enumerator | https://api.github.com/repos/llvm/llvm-project/issues/9496/comments | 6 | 2011-02-02T17:55:46Z | 2023-11-03T21:32:15Z | https://github.com/llvm/llvm-project/issues/9496 | 1,071,005,077 | 9,496 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9123](https://llvm.org/bz9123) |
| Resolution | FIXED |
| Resolved on | Feb 07, 2011 20:06 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Preprocessed source](https://user-images.githubusercontent.com/4255/143742669-57fccf57-c807-4380-ad32-69012f506f15.gz) |
| CC | @tkr... | [REGRESSION] Crash while compiling snow.c from FFmpeg | https://api.github.com/repos/llvm/llvm-project/issues/9495/comments | 8 | 2011-02-02T10:32:50Z | 2021-12-03T22:04:31Z | https://github.com/llvm/llvm-project/issues/9495 | 1,071,005,069 | 9,495 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9122](https://llvm.org/bz9122) |
| Version | unspecified |
| OS | All |
| CC | @tkremenek |
## Extended Description
Spun off from http://llvm.org/bugs/show_bug.cgi?id=9063#c11 (see there for attachment):
Here's another example that looks fairly similar that I
still see with ... | -Wuninitialized false positive due to control dependency. | https://api.github.com/repos/llvm/llvm-project/issues/9494/comments | 6 | 2011-02-02T08:39:06Z | 2021-12-03T22:04:30Z | https://github.com/llvm/llvm-project/issues/9494 | 1,071,005,053 | 9,494 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9121](https://llvm.org/bz9121) |
| Resolution | FIXED |
| Resolved on | Feb 02, 2011 00:43 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@nlewycky |
## Extended Description
For example:
test.cc:
#include <vector>
long foo(std::v... | Leaf functions that don't use the frame set up a frame anyway | https://api.github.com/repos/llvm/llvm-project/issues/9493/comments | 2 | 2011-02-02T01:02:58Z | 2021-12-03T22:04:29Z | https://github.com/llvm/llvm-project/issues/9493 | 1,071,005,044 | 9,493 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9120](https://llvm.org/bz9120) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2011 02:28 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@nlewycky |
## Extended Description
This is gcc pr 47579:
#include <vector>
extern void... | not taking advantage of known pointer alignment | https://api.github.com/repos/llvm/llvm-project/issues/9492/comments | 7 | 2011-02-02T00:38:52Z | 2021-12-03T22:04:28Z | https://github.com/llvm/llvm-project/issues/9492 | 1,071,005,036 | 9,492 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9119](https://llvm.org/bz9119) |
| Resolution | DUPLICATE |
| Resolved on | Feb 04, 2011 06:27 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Testcase:
struct Struct {
void Func() {}
};
in... | no error calling non-const method on const object | https://api.github.com/repos/llvm/llvm-project/issues/9491/comments | 1 | 2011-02-01T23:03:28Z | 2021-12-03T22:04:27Z | https://github.com/llvm/llvm-project/issues/9491 | 1,071,005,028 | 9,491 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9118](https://llvm.org/bz9118) |
| Resolution | FIXED |
| Resolved on | May 13, 2011 12:26 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#9456 |
| Attachments | [patch to remedy the issue](https://user-images.githubusercontent.com/92601424/14374266... | Windows platform Endian-ness not defined | https://api.github.com/repos/llvm/llvm-project/issues/9490/comments | 2 | 2011-02-01T21:13:26Z | 2021-12-03T22:04:26Z | https://github.com/llvm/llvm-project/issues/9490 | 1,071,005,014 | 9,490 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9117](https://llvm.org/bz9117) |
| Resolution | DUPLICATE |
| Resolved on | Feb 02, 2011 04:19 |
| Version | trunk |
| OS | Linux |
| CC | @nico |
## Extended Description
r124565 changed something related to inlining and virtual functions, which breaks compilation of Chromium/... | Chromium build broken after r124565 | https://api.github.com/repos/llvm/llvm-project/issues/9489/comments | 2 | 2011-02-01T19:25:46Z | 2021-12-03T22:04:25Z | https://github.com/llvm/llvm-project/issues/9489 | 1,071,005,005 | 9,489 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9116](https://llvm.org/bz9116) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2011 12:50 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
clang abort while analyzing the following (valid) code.
---------... | assertion failed in IdempotentOperationChecker.cpp | https://api.github.com/repos/llvm/llvm-project/issues/9488/comments | 3 | 2011-02-01T15:29:43Z | 2021-12-03T22:04:24Z | https://github.com/llvm/llvm-project/issues/9488 | 1,071,004,993 | 9,488 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9115](https://llvm.org/bz9115) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
For this code:
```c++
class MyClass {
public:
MyClass::MyClass();
};
```
g++ gives:
```
test.cpp:3: error... | confusing diagnostic for extra qualification on member | https://api.github.com/repos/llvm/llvm-project/issues/9487/comments | 2 | 2011-02-01T14:10:18Z | 2023-08-19T03:00:33Z | https://github.com/llvm/llvm-project/issues/9487 | 1,071,004,984 | 9,487 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9114](https://llvm.org/bz9114) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2011 22:36 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zmodem,@pwo |
## Extended Description
The following code is accepted by gcc but rejected b... | Clang a bit too strict about types being complete | https://api.github.com/repos/llvm/llvm-project/issues/9486/comments | 4 | 2011-02-01T01:30:59Z | 2021-12-03T22:04:22Z | https://github.com/llvm/llvm-project/issues/9486 | 1,071,004,969 | 9,486 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9113](https://llvm.org/bz9113) |
| Resolution | DUPLICATE |
| Resolved on | Feb 13, 2011 14:56 |
| Version | trunk |
| OS | Linux |
| CC | @atrick,@lattner,@tkremenek,@stoklund |
## Extended Description
[regehr@gamow tmp447]$ clang -O0 small.c -o small
[regehr@gamow tmp447]$ .... | subreg regalloc miscompile | https://api.github.com/repos/llvm/llvm-project/issues/9485/comments | 12 | 2011-01-31T23:50:21Z | 2021-12-03T22:04:22Z | https://github.com/llvm/llvm-project/issues/9485 | 1,071,004,961 | 9,485 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9112](https://llvm.org/bz9112) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2011 17:55 |
| Version | trunk |
| OS | Linux |
## Extended Description
[regehr@gamow tmp446]$ clang -O2 -c small.c
clang: ValueTracking.cpp:410: void llvm::ComputeMaskedBits(llvm::Value*, const l... | Assertion `(KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/9484/comments | 3 | 2011-01-31T23:46:19Z | 2021-12-03T22:04:21Z | https://github.com/llvm/llvm-project/issues/9484 | 1,071,004,952 | 9,484 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9111](https://llvm.org/bz9111) |
| Resolution | FIXED |
| Resolved on | Feb 01, 2011 14:23 |
| Version | trunk |
| OS | Linux |
| Attachments | [minimal test case](https://user-images.githubusercontent.com/60944935/143742662-ad85d886-1ec8-462d-a07c-c54dfbd3c398.gz), [debug outpu... | SystemZ assembly syntax problem | https://api.github.com/repos/llvm/llvm-project/issues/9483/comments | 1 | 2011-01-31T20:21:08Z | 2021-12-03T22:04:20Z | https://github.com/llvm/llvm-project/issues/9483 | 1,071,004,941 | 9,483 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9110](https://llvm.org/bz9110) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Just what the summary implies:
Constructing a range from an entire translation unit yields a range with start and end position set to '0'. | clang_getCursorExtent(clang_getTranslationUnitCursor(tu)) yields invalid (empty) range | https://api.github.com/repos/llvm/llvm-project/issues/9482/comments | 0 | 2011-01-31T01:58:58Z | 2021-12-03T22:04:19Z | https://github.com/llvm/llvm-project/issues/9482 | 1,071,004,932 | 9,482 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9109](https://llvm.org/bz9109) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2011 02:39 |
| Version | trunk |
| OS | Solaris |
| Attachments | [Patch](https://user-images.githubusercontent.com/95090477/143742660-f8bb5fca-9ae5-408f-957c-8f0147ee48fd.gz) |
## Extended Descript... | [patch] Fix of the shared library link on Solaris | https://api.github.com/repos/llvm/llvm-project/issues/9481/comments | 1 | 2011-01-31T01:20:50Z | 2021-12-03T22:04:18Z | https://github.com/llvm/llvm-project/issues/9481 | 1,071,004,919 | 9,481 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9108](https://llvm.org/bz9108) |
| Resolution | WONTFIX |
| Resolved on | Jan 18, 2016 05:04 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143742659-20738634-db14-4393-a1e7-4124840bf3f4.gz) |
| CC | @rengolin |
## ... | Assertion in thumb mode | https://api.github.com/repos/llvm/llvm-project/issues/9480/comments | 2 | 2011-01-30T22:40:40Z | 2022-01-20T02:33:36Z | https://github.com/llvm/llvm-project/issues/9480 | 1,071,004,916 | 9,480 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9107](https://llvm.org/bz9107) |
| Resolution | FIXED |
| Resolved on | Feb 17, 2011 21:02 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
enum E {};
template <class _Tp> inline _Tp* addresso... | addressof(enum) assertion failure | https://api.github.com/repos/llvm/llvm-project/issues/9479/comments | 2 | 2011-01-30T02:11:33Z | 2021-12-03T22:04:16Z | https://github.com/llvm/llvm-project/issues/9479 | 1,071,004,904 | 9,479 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9106](https://llvm.org/bz9106) |
| Resolution | FIXED |
| Resolved on | Feb 02, 2011 11:36 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
libc++ calls addressof without explicitly qualifying it as std::addressof. Thi... | qualify calls to addressof | https://api.github.com/repos/llvm/llvm-project/issues/9478/comments | 1 | 2011-01-30T00:10:57Z | 2021-12-03T22:04:15Z | https://github.com/llvm/llvm-project/issues/9478 | 1,071,004,894 | 9,478 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9105](https://llvm.org/bz9105) |
| Resolution | FIXED |
| Resolved on | Apr 27, 2011 11:56 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Hello,
I believe inline namespaces are supposed to allow speci... | incomplete inline namespace | https://api.github.com/repos/llvm/llvm-project/issues/9477/comments | 1 | 2011-01-29T23:54:54Z | 2021-12-03T22:04:14Z | https://github.com/llvm/llvm-project/issues/9477 | 1,071,004,884 | 9,477 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.