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 | [19505](https://llvm.org/bz19505) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2014 04:02 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
| CC | @rnk,@timurrrr |
## Extended Description
consider:
struct A {
virtual void fun() {}
};
struct B ... | MS ABI: vtordisp thunk emitted when none is seemingly needed | https://api.github.com/repos/llvm/llvm-project/issues/19879/comments | 4 | 2014-04-22T05:24:38Z | 2021-12-09T22:20:51Z | https://github.com/llvm/llvm-project/issues/19879 | 1,076,117,103 | 19,879 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19504](https://llvm.org/bz19504) |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
```cpp
typedef struct S {
void func();
} T;
typedef int U;
T foo();
U bar();
struct X {
friend U ::bar();
friend T ::foo();
friend... | awful diagnostics if a typedef name appears on the LHS of a `::` | https://api.github.com/repos/llvm/llvm-project/issues/19878/comments | 0 | 2014-04-22T02:28:48Z | 2025-03-10T22:11:33Z | https://github.com/llvm/llvm-project/issues/19878 | 1,076,117,082 | 19,878 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19503](https://llvm.org/bz19503) |
| Resolution | FIXED |
| Resolved on | Apr 21, 2014 20:22 |
| Version | 3.4 |
| OS | Linux |
| Attachments | [Preprocessed source and associated run script on the same file separated by a string of '='](https://user-images.githubusercontent.com... | Compile error on Ubuntu 14.04 "Too many bits for uint64_t" | https://api.github.com/repos/llvm/llvm-project/issues/19877/comments | 6 | 2014-04-21T23:46:39Z | 2021-12-09T22:20:49Z | https://github.com/llvm/llvm-project/issues/19877 | 1,076,117,060 | 19,877 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19502](https://llvm.org/bz19502) |
| Resolution | FIXED |
| Resolved on | May 13, 2014 02:37 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#19766 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
error: index must be a mu... | ARM64: Misleading diagnostic on bad extend amount of reg+reg addressing mode | https://api.github.com/repos/llvm/llvm-project/issues/19876/comments | 4 | 2014-04-21T23:43:38Z | 2021-12-09T22:20:45Z | https://github.com/llvm/llvm-project/issues/19876 | 1,076,117,005 | 19,876 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19501](https://llvm.org/bz19501) |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
We have an impedance mismatch between how header search finds headers named in module maps and how header search finds a module map once it's found a header... | lazy loading of module maps causes fragile and weird behavior if a module map names a header not under it | https://api.github.com/repos/llvm/llvm-project/issues/19875/comments | 0 | 2014-04-21T19:57:32Z | 2021-12-09T22:20:44Z | https://github.com/llvm/llvm-project/issues/19875 | 1,076,116,994 | 19,875 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19500](https://llvm.org/bz19500) |
| Resolution | INVALID |
| Resolved on | Apr 21, 2014 12:35 |
| Version | 3.4 |
| OS | MacOS X |
| Attachments | [Short source code showing the problem](https://user-images.githubusercontent.com/60944935/143749368-4d2c5190-fc4f-48b3-ae59-4913bb... | Right-shift operator returns incorrect and inconsistent values | https://api.github.com/repos/llvm/llvm-project/issues/19874/comments | 5 | 2014-04-21T18:36:56Z | 2021-12-09T22:20:43Z | https://github.com/llvm/llvm-project/issues/19874 | 1,076,116,981 | 19,874 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19499](https://llvm.org/bz19499) |
| Resolution | FIXED |
| Resolved on | Apr 28, 2014 05:41 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc |
## Extended Description
Downloaded https://github.com/apitrace/apitrace from github ... | Building apitrace with clang 3.4 takes 40+ minutes | https://api.github.com/repos/llvm/llvm-project/issues/19873/comments | 10 | 2014-04-21T17:32:23Z | 2021-12-09T22:20:42Z | https://github.com/llvm/llvm-project/issues/19873 | 1,076,116,961 | 19,873 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19498](https://llvm.org/bz19498) |
| Version | unspecified |
| OS | All |
## Extended Description
It would be nice to add STL/Boost coding convention support to clang-tidy.
AFAIK, the coding convention is:
- everything except what is noted bellow: lowercase with words separat... | Feature Request: STL/Boost coding conventions | https://api.github.com/repos/llvm/llvm-project/issues/19872/comments | 2 | 2014-04-21T15:23:26Z | 2023-04-07T21:19:47Z | https://github.com/llvm/llvm-project/issues/19872 | 1,076,116,938 | 19,872 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19497](https://llvm.org/bz19497) |
| Resolution | INVALID |
| Resolved on | Apr 21, 2014 11:35 |
| Version | 3.3 |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@mclow |
## Extended Description
When porting an application recently, I discovered that... | std::ws sets failbit at eof | https://api.github.com/repos/llvm/llvm-project/issues/19871/comments | 1 | 2014-04-21T10:55:03Z | 2021-12-09T22:20:40Z | https://github.com/llvm/llvm-project/issues/19871 | 1,076,116,920 | 19,871 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19496](https://llvm.org/bz19496) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Suppose we have:
m1.h: (empty)
m2.h: void f(int = 0);
module.map: module m { module m1 { header "m1.h" } module m2 { header "m2.h" } }
tu.cc: import m1; void... | [modules] should probably not diagnose conflict between unimported default argument and new default argument | https://api.github.com/repos/llvm/llvm-project/issues/19870/comments | 0 | 2014-04-20T22:35:04Z | 2021-12-09T22:20:39Z | https://github.com/llvm/llvm-project/issues/19870 | 1,076,116,900 | 19,870 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19495](https://llvm.org/bz19495) |
| Version | 3.4 |
| OS | Linux |
## Extended Description
The following program:
static int arr[] = { 1, 2, 3, 4 };
int lookup( int index )
{
if( index<1 || index>4 )
return -1;
return arr[index];
}
Passes the static valida... | Warn about out of scope tests | https://api.github.com/repos/llvm/llvm-project/issues/19869/comments | 2 | 2014-04-20T20:59:41Z | 2021-12-09T22:20:38Z | https://github.com/llvm/llvm-project/issues/19869 | 1,076,116,884 | 19,869 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19494](https://llvm.org/bz19494) |
| Resolution | DUPLICATE |
| Resolved on | Apr 20, 2014 10:26 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [Small test case](https://user-images.githubusercontent.com/60944935/143749366-c7190973-9d41-4e9f-b0be-412ed0b8c2c1.gz) |
| Reporte... | Incorrect diagnostic issued by -Wunreachable-code for switch case on enums | https://api.github.com/repos/llvm/llvm-project/issues/19868/comments | 1 | 2014-04-20T17:21:17Z | 2021-12-09T22:20:37Z | https://github.com/llvm/llvm-project/issues/19868 | 1,076,116,868 | 19,868 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19493](https://llvm.org/bz19493) |
| Version | 3.4 |
| OS | Linux |
| CC | @belkadan |
## Extended Description
The file is a test file part of fakeroot-ng:
http://sourceforge.net/p/fakerootng/source/ci/multithreaded_debugger/tree/tests/getsiginfo.c#l102
../../tests/getsiginfo... | False positive: Function call argument is an uninitialized value | https://api.github.com/repos/llvm/llvm-project/issues/19867/comments | 3 | 2014-04-20T14:46:45Z | 2021-12-09T22:20:36Z | https://github.com/llvm/llvm-project/issues/19867 | 1,076,116,847 | 19,867 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19492](https://llvm.org/bz19492) |
| Resolution | FIXED |
| Resolved on | Jun 21, 2014 07:57 |
| Version | 3.4 |
| OS | Linux |
| Attachments | [build.log](https://user-images.githubusercontent.com/60944935/143749362-7f3bb77c-49d5-4019-852a-660935a6ad5e.gz), [mpi-07d16c.c](https... | clang fails with "fatal error: error in backend: Do not know how to split the result of this operator!" | https://api.github.com/repos/llvm/llvm-project/issues/19866/comments | 5 | 2014-04-20T11:28:56Z | 2021-12-09T22:20:35Z | https://github.com/llvm/llvm-project/issues/19866 | 1,076,116,830 | 19,866 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19491](https://llvm.org/bz19491) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
As discussed in the thread on cfe-dev starting at http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-April/036279.html with better isolation of t... | Program crash due to mixed constant/dynamic static initialization | https://api.github.com/repos/llvm/llvm-project/issues/19865/comments | 0 | 2014-04-19T21:14:23Z | 2021-12-09T22:20:34Z | https://github.com/llvm/llvm-project/issues/19865 | 1,076,116,815 | 19,865 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19490](https://llvm.org/bz19490) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2014 16:50 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ cat test.cc
#include <atomic>
struct X {
int i = 0, j = 0;
};
int main(... | Assertion with std::atomic<X> where X is a class type. | https://api.github.com/repos/llvm/llvm-project/issues/19864/comments | 1 | 2014-04-19T18:26:05Z | 2021-12-09T22:20:33Z | https://github.com/llvm/llvm-project/issues/19864 | 1,076,116,804 | 19,864 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19489](https://llvm.org/bz19489) |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I've followed the instructions on http://vmkit.llvm.org/get_started.html Note that I'm using openjdk.
$ ./configure --with-llvm-config-path=/ho... | VMKit: Compilation Error | https://api.github.com/repos/llvm/llvm-project/issues/19863/comments | 0 | 2014-04-19T18:18:15Z | 2021-12-14T21:30:08Z | https://github.com/llvm/llvm-project/issues/19863 | 1,076,116,795 | 19,863 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19488](https://llvm.org/bz19488) |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The code is _like_ this:
#include <list>
#include <string>
#define EQ(x, y) ((x) == (y))
int main() {
EQ(std::list<std::string>{"1", "2", "... | Assertion fails for a braced initializer list inside function-like macro | https://api.github.com/repos/llvm/llvm-project/issues/19862/comments | 0 | 2014-04-19T15:15:50Z | 2021-12-09T22:20:31Z | https://github.com/llvm/llvm-project/issues/19862 | 1,076,116,771 | 19,862 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19487](https://llvm.org/bz19487) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2014 04:02 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
| CC | @rnk,@timurrrr |
## Extended Description
consider:
struct A {
virtual void fun() {}
};
struct B ... | MS ABI: vftable contents differ, vtordisp thunk vs method | https://api.github.com/repos/llvm/llvm-project/issues/19861/comments | 7 | 2014-04-19T08:54:55Z | 2021-12-09T22:20:30Z | https://github.com/llvm/llvm-project/issues/19861 | 1,076,116,755 | 19,861 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19486](https://llvm.org/bz19486) |
| Resolution | INVALID |
| Resolved on | Apr 18, 2014 22:08 |
| Version | 3.4 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Initialising member in class definition for incomplet... | Initialising member in class definition works differently for incomplete type. | https://api.github.com/repos/llvm/llvm-project/issues/19860/comments | 1 | 2014-04-19T04:02:05Z | 2021-12-09T22:20:29Z | https://github.com/llvm/llvm-project/issues/19860 | 1,076,116,733 | 19,860 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19485](https://llvm.org/bz19485) |
| Version | unspecified |
| OS | Linux |
| Attachments | [possible alternative output style](https://user-images.githubusercontent.com/92601262/143749361-0e0886d0-9a1d-4985-b3f8-0ce72f7456d4.gz) |
| CC | @Weverything |
## Extended Description ... | fix-it display in text diagnostics is difficult to read and understand | https://api.github.com/repos/llvm/llvm-project/issues/19859/comments | 0 | 2014-04-19T03:27:25Z | 2021-12-09T22:20:28Z | https://github.com/llvm/llvm-project/issues/19859 | 1,076,116,713 | 19,859 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19484](https://llvm.org/bz19484) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2014 15:36 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The integrated assembler is not properly marking all thumb functions. Small t... | ARM ELF writer not marking all thumb functions correctly | https://api.github.com/repos/llvm/llvm-project/issues/19858/comments | 1 | 2014-04-19T02:13:23Z | 2021-12-09T22:20:27Z | https://github.com/llvm/llvm-project/issues/19858 | 1,076,116,698 | 19,858 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19483](https://llvm.org/bz19483) |
| Version | trunk |
| OS | All |
| Attachments | [An example](https://user-images.githubusercontent.com/15787733/143749360-41b77ced-4731-41b3-a95d-db6df998fdf5.gz) |
| CC | @TNorthover |
## Extended Description
It would be nice if we could ... | Clang should include more information about the target in the IR to help reproducing issues | https://api.github.com/repos/llvm/llvm-project/issues/19857/comments | 1 | 2014-04-19T02:06:49Z | 2021-12-09T22:20:26Z | https://github.com/llvm/llvm-project/issues/19857 | 1,076,116,681 | 19,857 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19482](https://llvm.org/bz19482) |
| Resolution | FIXED |
| Resolved on | Apr 28, 2014 02:48 |
| Version | trunk |
| OS | Linux |
## Extended Description
clang-format doesn't seem to be inserting a space after the case keyword here. It seems like it is being treated like a fun... | no space after case keyword | https://api.github.com/repos/llvm/llvm-project/issues/19856/comments | 1 | 2014-04-19T01:17:07Z | 2021-12-09T22:20:25Z | https://github.com/llvm/llvm-project/issues/19856 | 1,076,116,662 | 19,856 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19481](https://llvm.org/bz19481) |
| Resolution | FIXED |
| Resolved on | Apr 28, 2014 02:49 |
| Version | trunk |
| OS | Linux |
## Extended Description
There is an extraneous space before the case label colons:
constexpr c2(char C0, char C1) { return (C0 << 8) | C1; }
Token... | extraneous space before case label colon | https://api.github.com/repos/llvm/llvm-project/issues/19855/comments | 1 | 2014-04-19T00:59:14Z | 2021-12-09T22:20:24Z | https://github.com/llvm/llvm-project/issues/19855 | 1,076,116,640 | 19,855 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19480](https://llvm.org/bz19480) |
| Resolution | FIXED |
| Resolved on | Jul 02, 2014 18:10 |
| Version | 3.4 |
| OS | Linux |
| CC | @zygoloid |
## Extended Description
The functions foo() in the program below can only reside in their native translation unit.
The local class... | Miscompile when linking variable templates instantiated from similarly named local types | https://api.github.com/repos/llvm/llvm-project/issues/19854/comments | 2 | 2014-04-19T00:03:48Z | 2021-12-09T22:20:23Z | https://github.com/llvm/llvm-project/issues/19854 | 1,076,116,624 | 19,854 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19479](https://llvm.org/bz19479) |
| Resolution | INVALID |
| Resolved on | Apr 18, 2014 16:54 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @alexey-bataev,@hfinkel |
## Extended Description
i copy here the error output and attach the relev... | internal compiler error with clang-omp | https://api.github.com/repos/llvm/llvm-project/issues/19853/comments | 2 | 2014-04-18T23:28:47Z | 2021-12-09T22:20:22Z | https://github.com/llvm/llvm-project/issues/19853 | 1,076,116,601 | 19,853 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19478](https://llvm.org/bz19478) |
| Resolution | INVALID |
| Resolved on | Sep 01, 2015 07:57 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @labath |
## Extended Description
With the hang fix for stalled test on Linux related to th... | TestAttachResume.process_attach_continue_interrupt_detach() reports too many breakpoint hits on Linux | https://api.github.com/repos/llvm/llvm-project/issues/19852/comments | 2 | 2014-04-18T19:01:52Z | 2021-12-09T22:20:21Z | https://github.com/llvm/llvm-project/issues/19852 | 1,076,116,588 | 19,852 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19477](https://llvm.org/bz19477) |
| Version | trunk |
| OS | All |
## Extended Description
This happens basically anywhere getLocForEndOfToken is used.
Some examples
$ cat t.cc
#define memset(a, b, c) __builtin_memset(a, b, c)
int main() {
float foo[16]; memset(foo, 0, si... | Missing location for many diags when they occur inside of a macro | https://api.github.com/repos/llvm/llvm-project/issues/19851/comments | 0 | 2014-04-18T18:20:04Z | 2021-12-09T22:20:20Z | https://github.com/llvm/llvm-project/issues/19851 | 1,076,116,569 | 19,851 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19476](https://llvm.org/bz19476) |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
http://clang.llvm.org/doxygen/classclang_1_1ParentMap.html
"ParentMap documentation specifies:
void ParentMap::setParent(const Stmt * S, cons... | [ParentMap - setParent] invalid description | https://api.github.com/repos/llvm/llvm-project/issues/19850/comments | 0 | 2014-04-18T17:25:06Z | 2021-12-09T22:20:19Z | https://github.com/llvm/llvm-project/issues/19850 | 1,076,116,555 | 19,850 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19475](https://llvm.org/bz19475) |
| Resolution | INVALID |
| Resolved on | Aug 07, 2014 10:49 |
| Version | unspecified |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/92601260/143749357-a49a6aba-69d7-49f6-bda3-83ef1821b8dd.gz) |
| CC | @rnk... | VS2013 CL generates wrong vtordisp thunks | https://api.github.com/repos/llvm/llvm-project/issues/19849/comments | 6 | 2014-04-18T08:45:03Z | 2021-12-09T22:20:18Z | https://github.com/llvm/llvm-project/issues/19849 | 1,076,116,538 | 19,849 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19474](https://llvm.org/bz19474) |
| Resolution | INVALID |
| Resolved on | Nov 06, 2014 17:20 |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer,@rnk |
## Extended Description
when with globalopt, section atttribute of the variable is... | GlobalOpt removes SectionAttr unexpecedly | https://api.github.com/repos/llvm/llvm-project/issues/19848/comments | 2 | 2014-04-18T03:18:10Z | 2021-12-09T22:20:17Z | https://github.com/llvm/llvm-project/issues/19848 | 1,076,116,512 | 19,848 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19473](https://llvm.org/bz19473) |
| Resolution | FIXED |
| Resolved on | Apr 18, 2014 12:24 |
| Version | 3.3 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
I have a custom allocator that takes a single param in its constru... | std::function fails to compile with non-default-constructible custom allocators | https://api.github.com/repos/llvm/llvm-project/issues/19847/comments | 4 | 2014-04-18T03:13:17Z | 2021-12-09T22:20:17Z | https://github.com/llvm/llvm-project/issues/19847 | 1,076,116,496 | 19,847 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19472](https://llvm.org/bz19472) |
| Resolution | FIXED |
| Resolved on | Jul 13, 2015 17:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [Input source file that triggers vectorized bswap](https://user-images.githubusercontent.com/17790020/143749355-06d565a5-0f2d-4bbc-94... | SLP vectorization emits unsupported vectorized bswap on ARM | https://api.github.com/repos/llvm/llvm-project/issues/19846/comments | 3 | 2014-04-18T01:14:20Z | 2021-12-09T22:20:16Z | https://github.com/llvm/llvm-project/issues/19846 | 1,076,116,476 | 19,846 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19471](https://llvm.org/bz19471) |
| Resolution | WONTFIX |
| Resolved on | Apr 17, 2014 19:17 |
| Version | unspecified |
| OS | Linux |
| CC | @rnk,@timurrrr |
## Extended Description
consider:
struct B {
virtual void BMethod() {}
};
struct C : virtual B {
virtual void C... | MS ABI: wrong layout of vftable, mismatched size | https://api.github.com/repos/llvm/llvm-project/issues/19845/comments | 1 | 2014-04-18T01:11:52Z | 2022-01-20T02:39:52Z | https://github.com/llvm/llvm-project/issues/19845 | 1,076,116,458 | 19,845 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19470](https://llvm.org/bz19470) |
| Resolution | FIXED |
| Resolved on | Apr 21, 2014 16:18 |
| Version | trunk |
| OS | Linux |
## Extended Description
consider:
.text
.file "/var/tmp/t.ll"
.globl fun
.align 16, 0x90
.type fun,@f... | Cannot form relocation for reference to GOT in 64-bit X86 | https://api.github.com/repos/llvm/llvm-project/issues/19844/comments | 2 | 2014-04-17T23:30:53Z | 2021-12-09T22:20:14Z | https://github.com/llvm/llvm-project/issues/19844 | 1,076,116,439 | 19,844 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19469](https://llvm.org/bz19469) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:00 |
| Version | unspecified |
| OS | All |
| Attachments | [qdm2-6dfcb3.c](https://user-images.githubusercontent.com/92601458/143749349-2a89f7a0-73e9-4ef5-a05c-aa3be9d0a65d.gz), [qdm2-6dfc... | -polly-vectorizer=polly crash compiling ffmpeg (Unexpected scalar dependence in region!) | https://api.github.com/repos/llvm/llvm-project/issues/19843/comments | 6 | 2014-04-17T20:25:56Z | 2021-12-09T22:20:12Z | https://github.com/llvm/llvm-project/issues/19843 | 1,076,116,408 | 19,843 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19468](https://llvm.org/bz19468) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [scan-build results](https://user-images.githubusercontent.com/60944935/143749347-5b294609-524d-49a1-9ac2-101c6e229e87.gz), [preprocessed C file](https://user-images.githubusercontent.com/6094493... | False positive: condition with const enum evaluates to true and then to false | https://api.github.com/repos/llvm/llvm-project/issues/19842/comments | 1 | 2014-04-17T19:02:33Z | 2021-12-09T22:20:11Z | https://github.com/llvm/llvm-project/issues/19842 | 1,076,116,392 | 19,842 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19467](https://llvm.org/bz19467) |
| Version | trunk |
| OS | Windows NT |
| CC | @DougGregor,@ddobrev,@rnk |
## Extended Description
So far from my tests, `-fkeep-inline-functions` seems to be currently ignored.
I've tried digging through the code and I can't find ... | `-fkeep-inline-functions` flag is ignored | https://api.github.com/repos/llvm/llvm-project/issues/19841/comments | 5 | 2014-04-17T17:43:04Z | 2024-07-27T20:02:18Z | https://github.com/llvm/llvm-project/issues/19841 | 1,076,116,375 | 19,841 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19466](https://llvm.org/bz19466) |
| Resolution | FIXED |
| Resolved on | May 27, 2014 07:08 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hi Daniel,
clang-format does great job formatting JS, however missing support for R... | JavaScript /.../ RegEx notation support | https://api.github.com/repos/llvm/llvm-project/issues/19840/comments | 3 | 2014-04-17T17:35:26Z | 2021-12-09T22:20:10Z | https://github.com/llvm/llvm-project/issues/19840 | 1,076,116,347 | 19,840 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19465](https://llvm.org/bz19465) |
| Resolution | WONTFIX |
| Resolved on | Jan 18, 2016 17:01 |
| Version | unspecified |
| OS | MacOS X |
| Blocks | llvm/llvm-project#16104 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@jeremyhu,@tobiasgrosser |
## Extended Descript... | Cmake shared library format on osx | https://api.github.com/repos/llvm/llvm-project/issues/19839/comments | 7 | 2014-04-17T16:28:47Z | 2022-01-20T02:39:50Z | https://github.com/llvm/llvm-project/issues/19839 | 1,076,116,317 | 19,839 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19464](https://llvm.org/bz19464) |
| Resolution | FIXED |
| Resolved on | Apr 28, 2014 04:23 |
| Version | trunk |
| OS | Linux |
## Extended Description
void f(unsigned long p) { (int *)(p &~3UL) = 0; }
I expect a space before ~3UL. | Missing space between & and ~. | https://api.github.com/repos/llvm/llvm-project/issues/19838/comments | 1 | 2014-04-17T16:19:56Z | 2021-12-09T22:20:08Z | https://github.com/llvm/llvm-project/issues/19838 | 1,076,116,285 | 19,838 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19463](https://llvm.org/bz19463) |
| Resolution | INVALID |
| Resolved on | Nov 19, 2018 16:46 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @arndb,@brycelelbach,@nickdesaulniers,@pageexec |
## Extended... | VLAIS - false positive | https://api.github.com/repos/llvm/llvm-project/issues/19837/comments | 7 | 2014-04-17T15:39:31Z | 2021-12-09T22:20:07Z | https://github.com/llvm/llvm-project/issues/19837 | 1,076,116,250 | 19,837 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19462](https://llvm.org/bz19462) |
| Resolution | FIXED |
| Resolved on | May 30, 2015 13:46 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#16104 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @llvm-beanz,@rgov,@steveire |
## Extended Description
From the ... | Use the INSTALL(EXPORT ...) to export CMake definitions | https://api.github.com/repos/llvm/llvm-project/issues/19836/comments | 20 | 2014-04-17T13:19:21Z | 2021-12-09T22:20:05Z | https://github.com/llvm/llvm-project/issues/19836 | 1,076,116,216 | 19,836 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19461](https://llvm.org/bz19461) |
| Resolution | FIXED |
| Resolved on | May 05, 2014 08:05 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [the clang config file](https://user-images.githubusercontent.com/60944935/143749342-530871e3-f7f2-4e14-aad3-fc8e93a92a37.gz) |
... | clang writes code after an #endif (same line) | https://api.github.com/repos/llvm/llvm-project/issues/19835/comments | 1 | 2014-04-17T10:43:49Z | 2021-12-09T22:20:04Z | https://github.com/llvm/llvm-project/issues/19835 | 1,076,116,182 | 19,835 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19460](https://llvm.org/bz19460) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2017 14:17 |
| Version | 3.4 |
| OS | MacOS X |
| Attachments | [Test file: compile this to reproduce the issue.](https://user-images.githubusercontent.com/60944935/143749341-0dc07e41-b0bf-4334-997... | Unable to detect operator>> (extraction operator) using libc++ | https://api.github.com/repos/llvm/llvm-project/issues/19834/comments | 6 | 2014-04-17T07:10:12Z | 2021-12-09T22:20:03Z | https://github.com/llvm/llvm-project/issues/19834 | 1,076,116,149 | 19,834 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19459](https://llvm.org/bz19459) |
| Version | unspecified |
| OS | MacOS X |
| CC | @DougGregor |
## Extended Description
struct Foo {
template<typename...T> Foo(T...x) {}
};
Foo bar{1, 2, 3, {}, 5};
This gives the nonsense diagnostic:
foo.cpp:4:26: Candidate constructor... | Bad diagnostic when initializer list is used in variadic constructor | https://api.github.com/repos/llvm/llvm-project/issues/19833/comments | 0 | 2014-04-17T02:43:20Z | 2021-12-09T22:20:02Z | https://github.com/llvm/llvm-project/issues/19833 | 1,076,116,123 | 19,833 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19458](https://llvm.org/bz19458) |
| Resolution | FIXED |
| Resolved on | May 26, 2016 09:18 |
| Version | unspecified |
| OS | Linux |
| CC | @zetafunction,@DougGregor,@nico,@Weverything |
## Extended Description
For instance:
T f() {
T v = { ... };
// ...
retu... | warn on pessimizing call to std::move | https://api.github.com/repos/llvm/llvm-project/issues/19832/comments | 4 | 2014-04-17T02:12:29Z | 2021-12-09T22:20:01Z | https://github.com/llvm/llvm-project/issues/19832 | 1,076,116,092 | 19,832 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19457](https://llvm.org/bz19457) |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
For instance:
template<typename T> void f(T &&t) {
std::move(t);
}
Generally, we should warn if a function parameter of type `T &&` (where `T` is ... | diagnose std::move / std::forward confusion | https://api.github.com/repos/llvm/llvm-project/issues/19831/comments | 0 | 2014-04-17T02:09:06Z | 2022-01-17T19:53:58Z | https://github.com/llvm/llvm-project/issues/19831 | 1,076,116,062 | 19,831 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19456](https://llvm.org/bz19456) |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
If we see:
* a function that has a parameter `p` that is either of non-reference class type `T` or of type `T &&`, and
* `p` is only used once within t... | diagnose missing std::move calls | https://api.github.com/repos/llvm/llvm-project/issues/19830/comments | 1 | 2014-04-17T02:07:07Z | 2022-01-17T19:58:08Z | https://github.com/llvm/llvm-project/issues/19830 | 1,076,116,024 | 19,830 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19455](https://llvm.org/bz19455) |
| Resolution | FIXED |
| Resolved on | May 02, 2014 10:03 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#19766 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo,@jmolloy,@TNorthover |
## Extended Description
The ... | ARM64 (not AArch64) backend emits several GNU-as incompatible expressions | https://api.github.com/repos/llvm/llvm-project/issues/19829/comments | 18 | 2014-04-17T01:39:09Z | 2021-12-09T22:19:55Z | https://github.com/llvm/llvm-project/issues/19829 | 1,076,115,898 | 19,829 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19454](https://llvm.org/bz19454) |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor,@Weverything |
## Extended Description
Not sure why I didn't get the "dereference the argument with *" diagnostic here:
```
lib/Parse/ParseDeclCXX.cpp:1546:11: error: non-c... | missing 'did you mean to deference' diagnostic | https://api.github.com/repos/llvm/llvm-project/issues/19828/comments | 2 | 2014-04-16T23:36:26Z | 2024-01-20T11:23:25Z | https://github.com/llvm/llvm-project/issues/19828 | 1,076,115,863 | 19,828 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19453](https://llvm.org/bz19453) |
| Resolution | DUPLICATE |
| Resolved on | Apr 24, 2014 11:41 |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
If a filename is passed to scan-build with a -m in it, no ana... | scan-build silently fails to analyze files with -m in filename | https://api.github.com/repos/llvm/llvm-project/issues/19827/comments | 3 | 2014-04-16T23:31:49Z | 2021-12-09T22:19:53Z | https://github.com/llvm/llvm-project/issues/19827 | 1,076,115,830 | 19,827 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19452](https://llvm.org/bz19452) |
| Resolution | FIXED |
| Resolved on | Apr 16, 2014 20:53 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@zygoloid |
## Extended Description
Clang accepts this, recent versions of G++ reject it:
struct D
{
template <class T> D (T)... | Invalid candidate function for unary operator on scoped enum | https://api.github.com/repos/llvm/llvm-project/issues/19826/comments | 1 | 2014-04-16T23:12:22Z | 2021-12-09T22:19:52Z | https://github.com/llvm/llvm-project/issues/19826 | 1,076,115,802 | 19,826 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19451](https://llvm.org/bz19451) |
| Resolution | INVALID |
| Resolved on | Apr 22, 2014 05:47 |
| Version | 3.4 |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@echristo,@jmolloy,@stephenhines |
## Extended Description
On Android NDK 9 the followi... | Crash Using Clang on Android | https://api.github.com/repos/llvm/llvm-project/issues/19825/comments | 7 | 2014-04-16T23:10:47Z | 2021-12-09T22:19:51Z | https://github.com/llvm/llvm-project/issues/19825 | 1,076,115,764 | 19,825 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19450](https://llvm.org/bz19450) |
| Resolution | FIXED |
| Resolved on | Apr 28, 2014 02:35 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Using the chromium style. 80 column limit.
Expected format:
@​interface... | Incorrect formatting of private category with protocols | https://api.github.com/repos/llvm/llvm-project/issues/19824/comments | 1 | 2014-04-16T20:41:18Z | 2021-12-09T22:19:50Z | https://github.com/llvm/llvm-project/issues/19824 | 1,076,115,733 | 19,824 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19449](https://llvm.org/bz19449) |
| Version | 3.4 |
| OS | MacOS X |
| Attachments | [preprocessed](https://user-images.githubusercontent.com/60944935/143749337-b7ad7746-a6ed-4376-a484-4a3e848df497.gz), [command line](https://user-images.githubusercontent.com/60944935/143749338... | fatal error: error in backend: expected relocatable expression | https://api.github.com/repos/llvm/llvm-project/issues/19823/comments | 6 | 2014-04-16T19:56:14Z | 2023-08-09T18:54:57Z | https://github.com/llvm/llvm-project/issues/19823 | 1,076,115,702 | 19,823 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19448](https://llvm.org/bz19448) |
| Resolution | WORKSFORME |
| Resolved on | Jul 30, 2015 12:29 |
| Version | 3.4 |
| OS | Linux |
| Attachments | [Minimal example](https://user-images.githubusercontent.com/60944935/143749336-b20311bd-5f2b-42af-9ee8-e023cb4d76d8.gz) |
| Report... | -static breaks exception handling | https://api.github.com/repos/llvm/llvm-project/issues/19822/comments | 1 | 2014-04-16T17:50:56Z | 2022-01-20T02:14:10Z | https://github.com/llvm/llvm-project/issues/19822 | 1,076,115,673 | 19,822 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19447](https://llvm.org/bz19447) |
| Resolution | INVALID |
| Resolved on | Apr 23, 2019 15:43 |
| Version | 3.4 |
| OS | Linux |
| Attachments | [Test file](https://user-images.githubusercontent.com/60944935/143749334-d0ce72c3-5659-4714-b794-35dd694ce7ee.gz), [Quick fix](https:... | Assertion failure in CommentLexer.cpp (functor_bag.hpp) | https://api.github.com/repos/llvm/llvm-project/issues/19821/comments | 1 | 2014-04-16T17:30:28Z | 2021-12-09T22:19:48Z | https://github.com/llvm/llvm-project/issues/19821 | 1,076,115,637 | 19,821 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19446](https://llvm.org/bz19446) |
| Version | trunk |
| OS | Linux |
| Attachments | [test case showing uniform load](https://user-images.githubusercontent.com/910929/143749333-af9bb754-fec9-4b89-a724-a48e30c5e505.gz) |
## Extended Description
Currently, AccessAnalysis::can... | Loop vectorizer cannot generate runtime checks for uniform loads | https://api.github.com/repos/llvm/llvm-project/issues/19820/comments | 0 | 2014-04-16T15:24:17Z | 2021-12-09T22:19:47Z | https://github.com/llvm/llvm-project/issues/19820 | 1,076,115,600 | 19,820 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19445](https://llvm.org/bz19445) |
| Resolution | INVALID |
| Resolved on | Jan 13, 2016 05:27 |
| Version | 3.4 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin |
## Extended Description
The generated instruction
mov r0, r1
isn't accepted by t... | clang generating mov r0, r1 for thumb ISA v4T, v5TE | https://api.github.com/repos/llvm/llvm-project/issues/19819/comments | 1 | 2014-04-16T15:04:42Z | 2021-12-09T22:19:46Z | https://github.com/llvm/llvm-project/issues/19819 | 1,076,115,556 | 19,819 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19444](https://llvm.org/bz19444) |
| Version | trunk |
| OS | Linux |
| CC | @rnk |
## Extended Description
I can check the __STRICT_ANSI__ define to know whether gnu extensions are enabled or not (and therefore whether I can use typeof for example).
There appears to be no de... | Set a define when using -fms-extensions | https://api.github.com/repos/llvm/llvm-project/issues/19818/comments | 6 | 2014-04-16T15:01:21Z | 2021-12-09T22:19:45Z | https://github.com/llvm/llvm-project/issues/19818 | 1,076,115,519 | 19,818 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19443](https://llvm.org/bz19443) |
| Resolution | FIXED |
| Resolved on | May 25, 2014 03:50 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie |
## Extended Description
The trunk clang produces .file directives in assembly cod... | .file directives in debug sections that the gnu assembler doesn't like | https://api.github.com/repos/llvm/llvm-project/issues/19817/comments | 6 | 2014-04-16T12:56:57Z | 2021-12-09T22:19:44Z | https://github.com/llvm/llvm-project/issues/19817 | 1,076,115,489 | 19,817 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19442](https://llvm.org/bz19442) |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/60944935/143749330-14988adb-431a-4465-b286-fbc9c5601a41.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The below... | warning: implicit conversion changes signedness: 'long' to 'int' | https://api.github.com/repos/llvm/llvm-project/issues/19816/comments | 2 | 2014-04-16T12:39:17Z | 2023-06-10T14:54:47Z | https://github.com/llvm/llvm-project/issues/19816 | 1,076,115,456 | 19,816 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19441](https://llvm.org/bz19441) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reduced testcase](https://user-images.githubusercontent.com/60944935/143749329-a81e2011-9c93-47f3-aa60-de1c7b1878b3.gz) |
| Reporter... | Assertion failure: Unsupported aliasee | https://api.github.com/repos/llvm/llvm-project/issues/19815/comments | 1 | 2014-04-16T09:59:57Z | 2021-12-09T22:19:42Z | https://github.com/llvm/llvm-project/issues/19815 | 1,076,115,421 | 19,815 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19440](https://llvm.org/bz19440) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:02 |
| Version | unspecified |
| OS | All |
| CC | @tobiasgrosser |
## Extended Description
r206201 built fine
r206325 build fails
:info:build llvm[3]: Compiling Analysis/ScopGraphPrinte... | trunk polly r206325 fails to buil: error: no viable conversion from ... llvm::Region | https://api.github.com/repos/llvm/llvm-project/issues/19814/comments | 2 | 2014-04-16T09:31:55Z | 2021-12-09T22:19:41Z | https://github.com/llvm/llvm-project/issues/19814 | 1,076,115,384 | 19,814 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19439](https://llvm.org/bz19439) |
| Resolution | WONTFIX |
| Resolved on | Apr 15, 2014 23:49 |
| Version | trunk |
| OS | All |
## Extended Description
{{{
*err = "'" + node->path() + "'" + referenced + " missing "
"and no known rule to make it";
}}}
gets... | Pointless linebreak inserted in string concatenation | https://api.github.com/repos/llvm/llvm-project/issues/19813/comments | 1 | 2014-04-16T06:30:16Z | 2022-01-20T02:39:49Z | https://github.com/llvm/llvm-project/issues/19813 | 1,076,115,356 | 19,813 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19438](https://llvm.org/bz19438) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When bootstrapping llvm and clang against a built libc++ (alternating phases), BuildVariables.inc gets polluted with paths pointing to builddirs... | llvm-config --ldflags/--cxxflags works poorly in bootstrap scenarios | https://api.github.com/repos/llvm/llvm-project/issues/19812/comments | 0 | 2014-04-16T01:44:11Z | 2021-12-09T22:19:39Z | https://github.com/llvm/llvm-project/issues/19812 | 1,076,115,321 | 19,812 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19437](https://llvm.org/bz19437) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2014 17:36 |
| Version | trunk |
| OS | MacOS X |
| CC | @adrian-prantl,@dnovillo,@echristo,@nico |
## Extended Description
LLVM now generates a non-relocatable constant value of high_pc which is... | DWARF4 discriminators are not supported by MacOS dtrace utility | https://api.github.com/repos/llvm/llvm-project/issues/19811/comments | 16 | 2014-04-15T23:45:47Z | 2021-12-09T22:19:39Z | https://github.com/llvm/llvm-project/issues/19811 | 1,076,115,289 | 19,811 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19436](https://llvm.org/bz19436) |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/910929/143749328-7fce800a-086a-4027-8602-d3aad7816b61.gz) |
## Extended Description
As demonstrated in the attached test case, the loop... | vectorizer will turn i1* -> <n x i1>* | https://api.github.com/repos/llvm/llvm-project/issues/19810/comments | 1 | 2014-04-15T19:31:00Z | 2021-12-09T22:19:38Z | https://github.com/llvm/llvm-project/issues/19810 | 1,076,115,259 | 19,810 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19435](https://llvm.org/bz19435) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:00 |
| Version | unspecified |
| OS | All |
| Attachments | [hevc-5ad5b0.c](https://user-images.githubusercontent.com/92601458/143749326-7c15592b-51a0-432e-8356-ca2f99fa3f5d.gz), [hevc-5ad5... | -polly-vectorizer=polly failure: isl_union_map.c:453: union map needs to contain elements in exactly one space | https://api.github.com/repos/llvm/llvm-project/issues/19809/comments | 2 | 2014-04-15T18:51:18Z | 2021-12-09T22:19:37Z | https://github.com/llvm/llvm-project/issues/19809 | 1,076,115,223 | 19,809 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19434](https://llvm.org/bz19434) |
| Version | trunk |
| OS | All |
| CC | @echristo,@pogo59 |
## Extended Description
The DebugInfoVerifier currently (as of r206300) fails on 217 checked in testcases, or 225 if we use --verify-each. Reproduce by running make check after appl... | DebugInfoVerifier fails on many checked in testcases | https://api.github.com/repos/llvm/llvm-project/issues/19808/comments | 1 | 2014-04-15T18:31:29Z | 2021-12-09T22:19:36Z | https://github.com/llvm/llvm-project/issues/19808 | 1,076,115,189 | 19,808 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19433](https://llvm.org/bz19433) |
| Resolution | FIXED |
| Resolved on | Oct 19, 2014 01:42 |
| Version | trunk |
| OS | All |
| Attachments | [Small program demonstrating the problem.](https://user-images.githubusercontent.com/167192/143749325-baab9a3e-7e49-4cea-9749-91f9aac5a... | Control-flow gets confused when assert(false) is in a try-block. | https://api.github.com/repos/llvm/llvm-project/issues/19807/comments | 4 | 2014-04-15T06:32:10Z | 2021-12-09T22:19:35Z | https://github.com/llvm/llvm-project/issues/19807 | 1,076,115,159 | 19,807 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19432](https://llvm.org/bz19432) |
| Resolution | FIXED |
| Resolved on | Apr 21, 2014 20:12 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#19766 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
ARM internal "AAPCS64 r... | arm64-linux-gnuabi should strictly follow AAPCS64 ABI | https://api.github.com/repos/llvm/llvm-project/issues/19806/comments | 20 | 2014-04-15T05:27:28Z | 2021-12-09T22:19:31Z | https://github.com/llvm/llvm-project/issues/19806 | 1,076,115,028 | 19,806 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19431](https://llvm.org/bz19431) |
| Resolution | FIXED |
| Resolved on | May 28, 2014 15:35 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@rotateright |
## Extended Description
Using:
$ ./clang -v
clang version 3.5.0 (trunk 206222... | BMI intrinsic not recognized? | https://api.github.com/repos/llvm/llvm-project/issues/19805/comments | 7 | 2014-04-15T03:25:02Z | 2021-12-09T22:19:30Z | https://github.com/llvm/llvm-project/issues/19805 | 1,076,114,997 | 19,805 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19430](https://llvm.org/bz19430) |
| Resolution | FIXED |
| Resolved on | Jun 23, 2014 14:50 |
| Version | trunk |
| OS | All |
| CC | @echristo |
## Extended Description
Currently .cfi_startproc is bound to the last seen symbol.
This was causing a crash when a cfi_startproc ... | cfi_startproc should emit a relocation at the actual location of the directive to to match gas(1) behavior | https://api.github.com/repos/llvm/llvm-project/issues/19804/comments | 4 | 2014-04-15T03:18:39Z | 2021-12-09T22:19:29Z | https://github.com/llvm/llvm-project/issues/19804 | 1,076,114,971 | 19,804 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19429](https://llvm.org/bz19429) |
| Resolution | INVALID |
| Resolved on | Aug 05, 2016 09:54 |
| Version | trunk |
| OS | Linux |
| CC | @echristo,@lhames,@thielema |
## Extended Description
Mesa unit test lp_test_arit now fails starting with llvm-3.5svn r206094.
$ ./build/... | Mesa llvmpipe lp_test_arit regression | https://api.github.com/repos/llvm/llvm-project/issues/19803/comments | 8 | 2014-04-15T02:55:39Z | 2021-12-09T22:19:27Z | https://github.com/llvm/llvm-project/issues/19803 | 1,076,114,938 | 19,803 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19428](https://llvm.org/bz19428) |
| Resolution | FIXED |
| Resolved on | Sep 03, 2014 19:07 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Test case:
__int128 tas128(volatile __int128 *ptr, __int128 new_value)
{
return... | intrinsic function __sync_lock_test_and_set does not generate code for int128 | https://api.github.com/repos/llvm/llvm-project/issues/19802/comments | 0 | 2014-04-15T01:55:28Z | 2021-12-09T22:19:26Z | https://github.com/llvm/llvm-project/issues/19802 | 1,076,114,925 | 19,802 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19427](https://llvm.org/bz19427) |
| Resolution | DUPLICATE |
| Resolved on | Mar 30, 2015 21:17 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Testcase:
namespace ns {
class Module { };
}
... | clang does not diagnose declaration of name inside class scope | https://api.github.com/repos/llvm/llvm-project/issues/19801/comments | 1 | 2014-04-14T20:43:59Z | 2021-12-09T22:19:25Z | https://github.com/llvm/llvm-project/issues/19801 | 1,076,114,905 | 19,801 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19426](https://llvm.org/bz19426) |
| Resolution | FIXED |
| Resolved on | May 14, 2014 20:55 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#19766 |
| CC | @echristo,@rnk,@TNorthover |
## Extended Description
AArch64 seems to implement a much more aggressive f... | AArch64/ARM64: Investigate AArch64/ARM64 ideas of fastcc | https://api.github.com/repos/llvm/llvm-project/issues/19800/comments | 3 | 2014-04-14T15:49:07Z | 2021-12-09T22:19:21Z | https://github.com/llvm/llvm-project/issues/19800 | 1,076,114,828 | 19,800 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19425](https://llvm.org/bz19425) |
| Resolution | INVALID |
| Resolved on | Apr 14, 2014 12:48 |
| Version | 3.4 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
There is a trick used in ostream_iterator, that doesn't quite confor... | ostream_iterator::operator* is not constant | https://api.github.com/repos/llvm/llvm-project/issues/19799/comments | 3 | 2014-04-14T14:08:57Z | 2021-12-09T22:19:21Z | https://github.com/llvm/llvm-project/issues/19799 | 1,076,114,812 | 19,799 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19424](https://llvm.org/bz19424) |
| Resolution | FIXED |
| Resolved on | Apr 24, 2014 07:13 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#19766 |
| CC | @TNorthover |
## Extended Description
ARM64 doesn't currently form enough (any?) BFI instructions, which... | Port bitfield optimisations from AArch64 to ARM64 | https://api.github.com/repos/llvm/llvm-project/issues/19798/comments | 2 | 2014-04-14T13:23:01Z | 2021-12-09T22:19:17Z | https://github.com/llvm/llvm-project/issues/19798 | 1,076,114,743 | 19,798 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19423](https://llvm.org/bz19423) |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
As discussed in the mail thread <http://clang-developers.42468.n3.nabble.com/No-Wdeprecated-declarations-at-all-on-virtual-calls-td4038378.html>:
The cod... | No `-Wdeprecated-declarations` at all on virtual calls | https://api.github.com/repos/llvm/llvm-project/issues/19797/comments | 0 | 2014-04-14T09:59:39Z | 2025-03-10T23:00:28Z | https://github.com/llvm/llvm-project/issues/19797 | 1,076,114,727 | 19,797 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19422](https://llvm.org/bz19422) |
| Resolution | FIXED |
| Resolved on | Mar 09, 2016 22:26 |
| Version | unspecified |
| OS | All |
| CC | @jdoerfert,@tobiasgrosser |
## Extended Description
clang r206116
cloog 2d8b7c6b43ee46fee978a57fa6877de49675f357
isl a64098e95e8c6404fa1... | polly enabled builds fail ffmpeg fate tests | https://api.github.com/repos/llvm/llvm-project/issues/19796/comments | 21 | 2014-04-14T09:58:49Z | 2021-12-09T22:19:15Z | https://github.com/llvm/llvm-project/issues/19796 | 1,076,114,710 | 19,796 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19421](https://llvm.org/bz19421) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:02 |
| Version | unspecified |
| OS | All |
| Attachments | [vf_separatefields-a0a2d6.c](https://user-images.githubusercontent.com/92601458/143749315-d2e7f57b-75fc-46c3-b788-537e2ca27353.gz... | -polly-vectorizer=polly crash compiling ffmpeg libavfilter/vf_separatefields.c (isl_ctx freed, but some objects still reference it) | https://api.github.com/repos/llvm/llvm-project/issues/19795/comments | 3 | 2014-04-14T09:32:41Z | 2021-12-09T22:19:14Z | https://github.com/llvm/llvm-project/issues/19795 | 1,076,114,699 | 19,795 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19420](https://llvm.org/bz19420) |
| Resolution | FIXED |
| Resolved on | Apr 14, 2014 16:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @arsenm |
## Extended Description
Test case test.c:
-----------------------------------------------... | [ARM64] Assertion failure about 2 operand types in binary constant expression should match | https://api.github.com/repos/llvm/llvm-project/issues/19794/comments | 4 | 2014-04-14T05:17:05Z | 2021-12-09T22:19:13Z | https://github.com/llvm/llvm-project/issues/19794 | 1,076,114,685 | 19,794 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19419](https://llvm.org/bz19419) |
| Version | unspecified |
| OS | All |
| CC | @EugeneZelenko |
## Extended Description
Some C++ experts advise making variables `const` wherever possible. It'd be nice for clang-tidy to have a mode to check for variables which could be marked... | check for variables that could be declared 'const' | https://api.github.com/repos/llvm/llvm-project/issues/19793/comments | 6 | 2014-04-14T02:08:43Z | 2022-07-30T16:25:24Z | https://github.com/llvm/llvm-project/issues/19793 | 1,076,114,671 | 19,793 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19418](https://llvm.org/bz19418) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
```
../tools/lldb/source/API/SBCommunication.cpp: In member function 'bool lldb::SBCommunication::SetReadThreadBytesReceivedCal... | lots of warnings when building lldb | https://api.github.com/repos/llvm/llvm-project/issues/19792/comments | 2 | 2014-04-14T00:11:03Z | 2023-09-08T12:57:52Z | https://github.com/llvm/llvm-project/issues/19792 | 1,076,114,646 | 19,792 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19417](https://llvm.org/bz19417) |
| Resolution | FIXED |
| Resolved on | May 02, 2014 02:30 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sylvestre |
## Extended Description
llvm-3.5 places prefixed binaries in /usr/bin and non-pr... | clang-3.5 should place binaries in /usr/lib/llvm-3.5/bin | https://api.github.com/repos/llvm/llvm-project/issues/19791/comments | 2 | 2014-04-13T22:55:50Z | 2021-12-09T22:19:10Z | https://github.com/llvm/llvm-project/issues/19791 | 1,076,114,629 | 19,791 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19416](https://llvm.org/bz19416) |
| Resolution | FIXED |
| Resolved on | Mar 30, 2015 15:21 |
| Version | 3.4 |
| OS | MacOS X |
| Attachments | [Test file with a BMI2 instruction.](https://user-images.githubusercontent.com/60944935/143749313-0fc22750-dfae-47a1-8627-e6988dfabc3... | Clang cannot do LTO with BMI2 instructions | https://api.github.com/repos/llvm/llvm-project/issues/19790/comments | 1 | 2014-04-13T22:30:41Z | 2021-12-09T22:19:09Z | https://github.com/llvm/llvm-project/issues/19790 | 1,076,114,610 | 19,790 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19415](https://llvm.org/bz19415) |
| Resolution | FIXED |
| Resolved on | Apr 14, 2014 16:00 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [run script](https://user-images.githubusercontent.com/60944935/143749311-25559c52-953b-4e55-92d0-deb78956a37b.gz), [preprocessed s... | clang crashes Assertion failed: (!Failed && "Making a constexpr member const shouldn't fail"), function ActOnCXXMemberDeclarator, file SemaDeclCXX.cpp, line 1970. | https://api.github.com/repos/llvm/llvm-project/issues/19789/comments | 2 | 2014-04-13T17:29:38Z | 2021-12-09T22:19:08Z | https://github.com/llvm/llvm-project/issues/19789 | 1,076,114,589 | 19,789 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19414](https://llvm.org/bz19414) |
| Resolution | FIXED |
| Resolved on | Apr 13, 2014 03:16 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
extern "C" int printf(const char *, ...);
struct A {
short : 4;
__d... | MS ABI: Layout incompatibility for aligned bitfield following normal bitfield of same size class | https://api.github.com/repos/llvm/llvm-project/issues/19788/comments | 2 | 2014-04-13T05:44:20Z | 2021-12-09T22:19:07Z | https://github.com/llvm/llvm-project/issues/19788 | 1,076,114,571 | 19,788 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19413](https://llvm.org/bz19413) |
| Resolution | FIXED |
| Resolved on | Apr 13, 2014 03:16 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
| CC | @rnk |
## Extended Description
consider:
extern "C" int printf(const char *, ...);
struct A {
vi... | MS ABI: Insufficient vtordisps generated | https://api.github.com/repos/llvm/llvm-project/issues/19787/comments | 2 | 2014-04-13T02:47:52Z | 2021-12-09T22:19:05Z | https://github.com/llvm/llvm-project/issues/19787 | 1,076,114,543 | 19,787 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19412](https://llvm.org/bz19412) |
| Resolution | INVALID |
| Resolved on | Apr 14, 2014 15:33 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
When using https://github.com/vmt/udis86, I hit this both on my... | Errorneous assumption of 8 bit argument widened to 32 bit | https://api.github.com/repos/llvm/llvm-project/issues/19786/comments | 2 | 2014-04-13T01:41:55Z | 2021-12-09T22:19:04Z | https://github.com/llvm/llvm-project/issues/19786 | 1,076,114,515 | 19,786 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19411](https://llvm.org/bz19411) |
| Resolution | FIXED |
| Resolved on | Apr 14, 2014 15:24 |
| Version | 3.4 |
| OS | Linux |
| CC | @DougGregor,@zygoloid |
## Extended Description
Clang does not honour linkage specifications in determining (at least) the language linkage of... | Block scope function declaration in class member function definition ignores linkage specification | https://api.github.com/repos/llvm/llvm-project/issues/19785/comments | 1 | 2014-04-12T16:02:38Z | 2021-12-09T22:19:03Z | https://github.com/llvm/llvm-project/issues/19785 | 1,076,114,498 | 19,785 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19410](https://llvm.org/bz19410) |
| Version | 3.4 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
There is a multi line backquote in the Makefile here
(starting with `find clang-c -type f ...):
ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT))
... | [R3.4.1] tools/clang/include/clang-c/Makefile aborts on Open Solaris 11 | https://api.github.com/repos/llvm/llvm-project/issues/19784/comments | 1 | 2014-04-12T10:28:05Z | 2023-06-26T02:27:34Z | https://github.com/llvm/llvm-project/issues/19784 | 1,076,114,487 | 19,784 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19409](https://llvm.org/bz19409) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@miyuki,@zygoloid |
## Extended Description
The following test case, example 6 from n1543, generates an ambiguous name lookup error on tru... | name lookup of virtual base class member through `using-declarations` | https://api.github.com/repos/llvm/llvm-project/issues/19783/comments | 2 | 2014-04-12T03:38:54Z | 2025-03-10T22:28:59Z | https://github.com/llvm/llvm-project/issues/19783 | 1,076,114,470 | 19,783 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19408](https://llvm.org/bz19408) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2014 06:24 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 llvm/llvm-project#19261 |
| CC | @majnemer,@timurrrr |
## Extended Description
This program should p... | MS ABI: Bad this adjustment in vtable thunk with vtordisp | https://api.github.com/repos/llvm/llvm-project/issues/19782/comments | 4 | 2014-04-12T00:52:31Z | 2021-12-09T22:18:54Z | https://github.com/llvm/llvm-project/issues/19782 | 1,076,114,329 | 19,782 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19407](https://llvm.org/bz19407) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:08 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
extern "C" int printf(const char *, ...);
struct A {};
struct B {};
s... | Potential vtordisp bug | https://api.github.com/repos/llvm/llvm-project/issues/19781/comments | 1 | 2014-04-12T00:52:30Z | 2021-12-09T22:18:53Z | https://github.com/llvm/llvm-project/issues/19781 | 1,076,114,306 | 19,781 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19406](https://llvm.org/bz19406) |
| Resolution | FIXED |
| Resolved on | May 02, 2014 10:05 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#19766 |
| CC | @TNorthover |
## Extended Description
AArch64 supports CPUs lacking various parts of the instruction s... | Implement subtarget features for ARM64 backend | https://api.github.com/repos/llvm/llvm-project/issues/19780/comments | 4 | 2014-04-11T23:19:58Z | 2021-12-09T22:18:49Z | https://github.com/llvm/llvm-project/issues/19780 | 1,076,114,228 | 19,780 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.