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 | [11704](https://llvm.org/bz11704) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hello,
I have a checkout of llvm, and checkouts of clang under tools/ and compiler-rt and libcxx under projects/ as recommended. I configure ... | automatically tries to build libc++ using OSX Makefile | https://api.github.com/repos/llvm/llvm-project/issues/12076/comments | 2 | 2012-01-04T20:57:19Z | 2023-08-15T11:52:44Z | https://github.com/llvm/llvm-project/issues/12076 | 1,071,026,334 | 12,076 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11703](https://llvm.org/bz11703) |
| Resolution | FIXED |
| Resolved on | Jul 20, 2015 03:26 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@atrick,@lattner,@RKSimon,@stoklund |
## Extended Description
I get:
$ echo "unsigned f(unsigned x) { return (x >> 1) + (x & 1); }" | ... | poor x86-64 register allocation | https://api.github.com/repos/llvm/llvm-project/issues/12075/comments | 4 | 2012-01-04T14:19:59Z | 2021-12-03T22:42:58Z | https://github.com/llvm/llvm-project/issues/12075 | 1,071,026,329 | 12,075 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11702](https://llvm.org/bz11702) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Testcase:
void (^a)() = ^() -> void {};
Gives the following diagnostic:
error: function with trailing return type must specify return type 'auto'... | Low-quality diagnostic with block literal + trailing return type | https://api.github.com/repos/llvm/llvm-project/issues/12074/comments | 1 | 2012-01-04T06:36:11Z | 2023-08-19T03:34:37Z | https://github.com/llvm/llvm-project/issues/12074 | 1,071,026,320 | 12,074 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11701](https://llvm.org/bz11701) |
| Resolution | FIXED |
| Resolved on | Mar 19, 2012 23:06 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Testcase:
class C { char a[4] = "foo"; };
constexpr C a = C();
constexpr int b = a.a[0]... | 'Assertion failed: (isArray() && "Invalid accessor")' with constexpr and string literal | https://api.github.com/repos/llvm/llvm-project/issues/12073/comments | 1 | 2012-01-04T03:02:32Z | 2021-12-03T22:42:56Z | https://github.com/llvm/llvm-project/issues/12073 | 1,071,026,313 | 12,073 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11700](https://llvm.org/bz11700) |
| Resolution | DUPLICATE |
| Resolved on | Apr 08, 2015 17:36 |
| Version | trunk |
| OS | Linux |
| Attachments | [Same example source as 11695, demonstrating different DWARF bug](https://user-images.githubusercontent.com/60944935/143744514-d0... | clang++ puts DW_AT_containing type in the wrong place in DWARF output | https://api.github.com/repos/llvm/llvm-project/issues/12072/comments | 2 | 2012-01-04T01:44:53Z | 2021-12-03T22:42:55Z | https://github.com/llvm/llvm-project/issues/12072 | 1,071,026,309 | 12,072 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11699](https://llvm.org/bz11699) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2012 01:40 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@efriedma-quic,@stoklund |
## Extended Description
Reproducer (tried on r147487) extracted from a real life program.
Looks like x86_32... | non-linear algorithm in x86_32 register allocator | https://api.github.com/repos/llvm/llvm-project/issues/12071/comments | 3 | 2012-01-04T01:30:46Z | 2021-12-03T22:42:55Z | https://github.com/llvm/llvm-project/issues/12071 | 1,071,026,300 | 12,071 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11698](https://llvm.org/bz11698) |
| Version | trunk |
| OS | All |
| Attachments | [Example](https://user-images.githubusercontent.com/60944935/143744512-a0159056-d102-469d-81f6-d01245dc63dc.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@AnnaZaks,@tkremenek |
... | Add warning on capturing guaranteed nil scope in ARC mode | https://api.github.com/repos/llvm/llvm-project/issues/12070/comments | 4 | 2012-01-04T00:54:01Z | 2023-05-23T20:14:57Z | https://github.com/llvm/llvm-project/issues/12070 | 1,071,026,290 | 12,070 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11697](https://llvm.org/bz11697) |
| Resolution | FIXED |
| Resolved on | Jan 05, 2012 17:22 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Given the following files:
a.h:
#include <cstdio>
class A;
template<typename T> struct LoopBase {... | Failure to link with LTO and -fvisibility-inlines-hidden | https://api.github.com/repos/llvm/llvm-project/issues/12069/comments | 1 | 2012-01-03T21:51:24Z | 2021-12-03T22:42:53Z | https://github.com/llvm/llvm-project/issues/12069 | 1,071,026,285 | 12,069 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11696](https://llvm.org/bz11696) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2012 01:55 |
| Version | unspecified |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143744510-ecc63b6f-935a-4c6c-8730-150ad2582562.gz), [test driver](... | vector select with i16s returns incorrect result | https://api.github.com/repos/llvm/llvm-project/issues/12068/comments | 2 | 2012-01-03T21:29:53Z | 2021-12-03T22:42:52Z | https://github.com/llvm/llvm-project/issues/12068 | 1,071,026,277 | 12,068 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11695](https://llvm.org/bz11695) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2013 15:39 |
| Version | 2.9 |
| OS | Linux |
| Attachments | [source code used to generate bad DWARF](https://user-images.githubusercontent.com/60944935/143744508-08fb2b64-180b-43f8-ba3e-df8f10684... | clang++ DWARF DW_TAG_friend generated wrong | https://api.github.com/repos/llvm/llvm-project/issues/12067/comments | 7 | 2012-01-03T19:08:41Z | 2021-12-03T22:42:51Z | https://github.com/llvm/llvm-project/issues/12067 | 1,071,026,266 | 12,067 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11694](https://llvm.org/bz11694) |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
To better adhere to the FHS-2.3 recommendations, we can update the path for the installed info files. I'm proposing the following modification o... | FHS-ize info pages installation path | https://api.github.com/repos/llvm/llvm-project/issues/12066/comments | 1 | 2012-01-03T14:28:37Z | 2021-12-14T21:42:45Z | https://github.com/llvm/llvm-project/issues/12066 | 1,071,026,258 | 12,066 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11693](https://llvm.org/bz11693) |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When issuing make install as a privileged user, the installation script tries to write to the source directory.
freundt@segen:pts/19:/home/src/... | cannot install without permissions to write to source tree | https://api.github.com/repos/llvm/llvm-project/issues/12065/comments | 0 | 2012-01-03T13:40:00Z | 2021-12-03T22:42:49Z | https://github.com/llvm/llvm-project/issues/12065 | 1,071,026,245 | 12,065 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11692](https://llvm.org/bz11692) |
| Version | 3.0 |
| OS | Linux |
| Attachments | [example showing the behaviour](https://user-images.githubusercontent.com/60944935/143744506-65c64597-2c6b-415b-a1ef-619e597e968b.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Descr... | An alloca that is never used for anything but updating itself is not optimized away | https://api.github.com/repos/llvm/llvm-project/issues/12064/comments | 1 | 2012-01-03T00:02:54Z | 2023-08-17T16:10:35Z | https://github.com/llvm/llvm-project/issues/12064 | 1,071,026,241 | 12,064 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11691](https://llvm.org/bz11691) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2012 16:26 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint-reduced failure case](https://user-images.githubusercontent.com/92601439/143744505-eeb1be37-7368-4686-8885-a723b394015c.gz)... | llc assertion failure generating arm neon vst2 with pointer update | https://api.github.com/repos/llvm/llvm-project/issues/12063/comments | 3 | 2012-01-02T21:51:22Z | 2021-12-03T22:42:48Z | https://github.com/llvm/llvm-project/issues/12063 | 1,071,026,232 | 12,063 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11690](https://llvm.org/bz11690) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2012 18:40 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@nico |
## Extended Description
With these env variables:
GYP_DEFINES='disable_nacl=1 ena... | Support building chromium in shared_library mode | https://api.github.com/repos/llvm/llvm-project/issues/12062/comments | 8 | 2012-01-02T06:26:41Z | 2021-12-03T22:42:47Z | https://github.com/llvm/llvm-project/issues/12062 | 1,071,026,228 | 12,062 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11689](https://llvm.org/bz11689) |
| Resolution | INVALID |
| Resolved on | Jan 01, 2012 19:23 |
| Version | unspecified |
| OS | All |
| CC | @chandlerc |
## Extended Description
1. use cmake build
actual: apartment burned down
expected: apartment stays usable. | cmake build set my apartment on fire | https://api.github.com/repos/llvm/llvm-project/issues/12061/comments | 1 | 2012-01-02T03:21:50Z | 2021-12-03T22:42:46Z | https://github.com/llvm/llvm-project/issues/12061 | 1,071,026,219 | 12,061 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11688](https://llvm.org/bz11688) |
| Resolution | DUPLICATE |
| Resolved on | Feb 15, 2012 17:06 |
| Version | 3.0 |
| OS | Windows NT |
| CC | @AaronBallman,@asl |
## Extended Description
When targeting i?86-pc-win32, Clang returns all structs by hidden pointer,
although MSVC... | i386-pc-win32 struct by value return does not match MSVC calling convention | https://api.github.com/repos/llvm/llvm-project/issues/12060/comments | 8 | 2012-01-01T21:53:12Z | 2021-12-03T22:42:45Z | https://github.com/llvm/llvm-project/issues/12060 | 1,071,026,213 | 12,060 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11687](https://llvm.org/bz11687) |
| Version | trunk |
| OS | Linux |
| CC | @lattner,@efriedma-quic,@sunfishcode |
## Extended Description
This is a missed optimization in std::vector _M_insert_aux, the function in push_back() that doesn't get optimized enough to get inlined.... | jump-threading misses constant GEP | https://api.github.com/repos/llvm/llvm-project/issues/12059/comments | 1 | 2012-01-01T21:47:44Z | 2021-12-03T22:42:44Z | https://github.com/llvm/llvm-project/issues/12059 | 1,071,026,207 | 12,059 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11686](https://llvm.org/bz11686) |
| Version | trunk |
| OS | All |
| CC | @asl,@DougGregor |
## Extended Description
The data structures to store conversion sequences are way too big:
StandardConversionSequence: 48 bytes
UserDefinedConversionSequence: 120 bytes
AmbiguousConv... | Overload candidate computation is a space hog | https://api.github.com/repos/llvm/llvm-project/issues/12058/comments | 1 | 2012-01-01T19:43:37Z | 2021-12-03T22:42:44Z | https://github.com/llvm/llvm-project/issues/12058 | 1,071,026,205 | 12,058 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11685](https://llvm.org/bz11685) |
| Resolution | FIXED |
| Resolved on | Apr 19, 2012 01:22 |
| Version | trunk |
| OS | All |
| CC | @asl,@chandlerc |
## Extended Description
The clang driver currently doesn't pass information about unsafe fp optimizations down into codegen ... | clang ignores -funsafe-math-optimizations, -ffast-math, etc | https://api.github.com/repos/llvm/llvm-project/issues/12057/comments | 3 | 2012-01-01T19:28:08Z | 2021-12-03T22:42:43Z | https://github.com/llvm/llvm-project/issues/12057 | 1,071,026,199 | 12,057 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11684](https://llvm.org/bz11684) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2012 05:07 |
| Version | 3.0 |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Compile this code with clang:
------------------------------------------------------
template <... | Syntactically illegal pointer-to-function type accepted | https://api.github.com/repos/llvm/llvm-project/issues/12056/comments | 1 | 2012-01-01T16:32:22Z | 2021-12-03T22:42:42Z | https://github.com/llvm/llvm-project/issues/12056 | 1,071,026,187 | 12,056 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11683](https://llvm.org/bz11683) |
| Version | 2.9 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AnnaZaks,@gribozavr,@tkremenek,@sunfishcode |
## Extended Description
It seems like it would be possible to cat a small subset of simple but common infinite loops... | Detecting infinite loops | https://api.github.com/repos/llvm/llvm-project/issues/12055/comments | 5 | 2012-01-01T14:34:08Z | 2021-12-03T22:42:41Z | https://github.com/llvm/llvm-project/issues/12055 | 1,071,026,181 | 12,055 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11682](https://llvm.org/bz11682) |
| Version | trunk |
| OS | Linux |
| CC | @chandlerc,@lattner,@sunfishcode |
## Extended Description
This testcase is simplified from std::vector::_M_insert_aux, the function called by push_back that doesn't get inlined.
declare {i8, i1} @&... | redundant overflow test not eliminated | https://api.github.com/repos/llvm/llvm-project/issues/12054/comments | 1 | 2012-01-01T10:51:30Z | 2021-12-03T22:42:40Z | https://github.com/llvm/llvm-project/issues/12054 | 1,071,026,179 | 12,054 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11681](https://llvm.org/bz11681) |
| Resolution | INVALID |
| Resolved on | Jan 06, 2012 14:55 |
| Version | trunk |
| OS | Linux |
| Attachments | [Preprocessed source code](https://user-images.githubusercontent.com/4255/143744500-a041ec9d-5bd6-4cd7-9fee-2a6f6c2c1733.gz) |
| CC... | Problem with glibc headers and -D_FORTIFY_SOURCE=2 | https://api.github.com/repos/llvm/llvm-project/issues/12053/comments | 14 | 2011-12-30T23:34:52Z | 2021-12-03T22:42:39Z | https://github.com/llvm/llvm-project/issues/12053 | 1,071,026,168 | 12,053 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11680](https://llvm.org/bz11680) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
clang++ and g++ both successfully build my code which has source files with extensions cpp and c . However scan-build complains about th... | scan-build errors on c++ includes in .c files, while clang++ does not | https://api.github.com/repos/llvm/llvm-project/issues/12052/comments | 1 | 2011-12-30T22:34:56Z | 2021-12-03T22:42:39Z | https://github.com/llvm/llvm-project/issues/12052 | 1,071,026,159 | 12,052 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11679](https://llvm.org/bz11679) |
| Version | trunk |
| OS | Linux |
| Attachments | [Diff to python bindings tests for libclang that expose the error.](https://user-images.githubusercontent.com/60944935/143744499-043eea1f-5130-4daa-8543-064225873c93.gz) |
| Reporter | LLVM Bug... | Different CXCursor objects when traversing AST than when getting from location. | https://api.github.com/repos/llvm/llvm-project/issues/12051/comments | 0 | 2011-12-30T19:24:34Z | 2021-12-03T22:42:38Z | https://github.com/llvm/llvm-project/issues/12051 | 1,071,026,152 | 12,051 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11678](https://llvm.org/bz11678) |
| Version | trunk |
| OS | Linux |
| CC | @gribozavr,@jryans |
## Extended Description
http://clang.llvm.org/get_started.html
step 4 should be 'cd ../projects' not 'cd llvm/projects' because after step 3 you're already in llvm/tools
I think... | "Getting Started" docs out of date | https://api.github.com/repos/llvm/llvm-project/issues/12050/comments | 13 | 2011-12-30T13:57:19Z | 2023-06-25T14:31:40Z | https://github.com/llvm/llvm-project/issues/12050 | 1,071,026,145 | 12,050 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11677](https://llvm.org/bz11677) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2012 01:50 |
| Version | trunk |
| OS | Linux |
## Extended Description
This .ll file:
@​table = constant i8* blockaddress(@func, %bb)
define void @​func() {
unreachable
bb:
unre... | lto lazy-loading produces invalid ir | https://api.github.com/repos/llvm/llvm-project/issues/12049/comments | 4 | 2011-12-30T06:20:20Z | 2021-12-03T22:42:36Z | https://github.com/llvm/llvm-project/issues/12049 | 1,071,026,142 | 12,049 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11676](https://llvm.org/bz11676) |
| Resolution | FIXED |
| Resolved on | Feb 14, 2012 15:15 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
clang -cc1 -S -std=c++0x crashes on
union _XEvent {
};
v... | crash with empty union with -std=c++0x | https://api.github.com/repos/llvm/llvm-project/issues/12048/comments | 3 | 2011-12-30T04:28:10Z | 2021-12-03T22:42:35Z | https://github.com/llvm/llvm-project/issues/12048 | 1,071,026,136 | 12,048 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11675](https://llvm.org/bz11675) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
I believe that this check will be good
1) Check when objects has custom implementation for -[NSObject isEqual] but... | Improvement for Objective-C code analyzing | https://api.github.com/repos/llvm/llvm-project/issues/12047/comments | 3 | 2011-12-29T10:25:52Z | 2023-05-22T11:20:17Z | https://github.com/llvm/llvm-project/issues/12047 | 1,071,026,130 | 12,047 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11674](https://llvm.org/bz11674) |
| Resolution | FIXED |
| Resolved on | Dec 28, 2011 15:25 |
| Version | trunk |
| OS | All |
| Attachments | [ll code which tickles error](https://user-images.githubusercontent.com/60944935/143744496-2134f77d-566d-4e5e-a3b6-d0dab84d1cf6.gz) |
|... | Codegen for vector float->double cast fails on x86 above SSE3 | https://api.github.com/repos/llvm/llvm-project/issues/12046/comments | 1 | 2011-12-28T22:23:09Z | 2021-12-03T22:42:33Z | https://github.com/llvm/llvm-project/issues/12046 | 1,071,026,121 | 12,046 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11673](https://llvm.org/bz11673) |
| Resolution | FIXED |
| Resolved on | Dec 28, 2011 12:17 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Detection of version Debian name with numbers](https://user-images.githubusercontent.com/733326/143744495-dcd8b7e4-8bf5-4f46-b... | Please support the other naming scheme of Debian | https://api.github.com/repos/llvm/llvm-project/issues/12045/comments | 1 | 2011-12-28T19:19:46Z | 2021-12-03T22:42:33Z | https://github.com/llvm/llvm-project/issues/12045 | 1,071,026,112 | 12,045 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11672](https://llvm.org/bz11672) |
| Resolution | WORKSFORME |
| Resolved on | Jul 07, 2019 01:44 |
| Version | unspecified |
| OS | Linux |
| Attachments | [libclang soname](https://user-images.githubusercontent.com/733326/143744494-7642e445-6105-47cb-ba6b-e8ca084e1353.gz) |
| ... | Please provide an soname for libclang | https://api.github.com/repos/llvm/llvm-project/issues/12044/comments | 10 | 2011-12-28T19:05:05Z | 2022-01-20T02:08:23Z | https://github.com/llvm/llvm-project/issues/12044 | 1,071,026,107 | 12,044 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11671](https://llvm.org/bz11671) |
| Resolution | FIXED |
| Resolved on | Dec 29, 2011 01:26 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Could you create the following categories in the bug tracker ?
* clang
=> libclang
* LLVM
=> Build system
thanks | Missing categories in the bug tracker | https://api.github.com/repos/llvm/llvm-project/issues/12043/comments | 1 | 2011-12-28T18:58:39Z | 2021-12-03T22:42:31Z | https://github.com/llvm/llvm-project/issues/12043 | 1,071,026,099 | 12,043 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11670](https://llvm.org/bz11670) |
| Resolution | FIXED |
| Resolved on | Mar 08, 2012 10:04 |
| Version | trunk |
| OS | Linux |
| Attachments | [Support of armhf](https://user-images.githubusercontent.com/733326/143744493-f233fc59-f004-4c28-ad0b-44f16e1421f4.gz) |
## Extended... | Please allow llvm to support armhf hardware / toolchain | https://api.github.com/repos/llvm/llvm-project/issues/12042/comments | 4 | 2011-12-28T18:36:53Z | 2021-12-03T22:42:30Z | https://github.com/llvm/llvm-project/issues/12042 | 1,071,026,094 | 12,042 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11669](https://llvm.org/bz11669) |
| Resolution | FIXED |
| Resolved on | Dec 28, 2011 11:08 |
| Version | trunk |
| OS | Linux |
| Attachments | [mipsel support](https://user-images.githubusercontent.com/733326/143744492-423cdeca-1957-4b95-8892-956fca4cff66.gz) |
## Extended D... | Support of mipsel | https://api.github.com/repos/llvm/llvm-project/issues/12041/comments | 1 | 2011-12-28T18:15:34Z | 2021-12-03T22:42:29Z | https://github.com/llvm/llvm-project/issues/12041 | 1,071,026,087 | 12,041 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11668](https://llvm.org/bz11668) |
| Resolution | FIXED |
| Resolved on | Mar 11, 2013 12:18 |
| Version | trunk |
| OS | Linux |
| Attachments | [HURD bug fixes](https://user-images.githubusercontent.com/733326/143744491-29f31c8b-f4f4-4035-aa65-87052acf2ecb.gz) |
## Extended D... | Support of HURD | https://api.github.com/repos/llvm/llvm-project/issues/12040/comments | 3 | 2011-12-28T18:05:53Z | 2021-12-03T22:42:29Z | https://github.com/llvm/llvm-project/issues/12040 | 1,071,026,084 | 12,040 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11667](https://llvm.org/bz11667) |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [{u,}{div,mod}si3 for SPARC64](https://user-images.githubusercontent.com/95090758/143744490-f4885ee2-7fdc-4afb-916e-89d00766812f.gz) |
| CC | @asl,@vitalybuka |
## Extended Description... | [builtins][Patch] assembly-written implementation of {u,}{div,mod}si3 for SPARC64 | https://api.github.com/repos/llvm/llvm-project/issues/12039/comments | 4 | 2011-12-28T14:33:20Z | 2022-07-13T15:52:40Z | https://github.com/llvm/llvm-project/issues/12039 | 1,071,026,080 | 12,039 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11666](https://llvm.org/bz11666) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@hubert-reinterpretcast |
## Extended Description
template<typename T> int f(T t) { return 1; } // #​1
int f(int n) { return 2; } // #​2
int g() {
enum { E };
return f(E);
... | local/unnamed types as template arguments extension in c++98 is non-conforming | https://api.github.com/repos/llvm/llvm-project/issues/12038/comments | 4 | 2011-12-28T04:52:55Z | 2023-08-22T05:49:20Z | https://github.com/llvm/llvm-project/issues/12038 | 1,071,026,072 | 12,038 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11665](https://llvm.org/bz11665) |
| Resolution | DUPLICATE |
| Resolved on | Dec 29, 2011 22:19 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
[jwalden@wheres-wally plugin-ice]$ cat minimal.ii
... | Crash accessing field of union explicitly initialized by calling the default constructor | https://api.github.com/repos/llvm/llvm-project/issues/12037/comments | 2 | 2011-12-28T04:02:08Z | 2021-12-03T22:42:26Z | https://github.com/llvm/llvm-project/issues/12037 | 1,071,026,067 | 12,037 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11664](https://llvm.org/bz11664) |
| Resolution | DUPLICATE |
| Resolved on | Dec 28, 2011 16:43 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [A very simple test case that demonstrates the problem.](https://user-images.githubusercontent.com/60944935/143744489-78a... | std::getline requires 2 enters to unblock | https://api.github.com/repos/llvm/llvm-project/issues/12036/comments | 1 | 2011-12-28T03:29:45Z | 2021-12-03T22:42:25Z | https://github.com/llvm/llvm-project/issues/12036 | 1,071,026,058 | 12,036 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11663](https://llvm.org/bz11663) |
| Version | unspecified |
| OS | FreeBSD |
| CC | @asl,@lattner,@emaste,@JDevlieghere,@psumbera,@vitalybuka |
## Extended Description
On FreeBSD/sparc64, using GCC 4.2.1, ctzdi2.c compilers to the following code:
0000000000000000 <__ctzdi2>:... | ctzdi2: endless recursion | https://api.github.com/repos/llvm/llvm-project/issues/12035/comments | 7 | 2011-12-28T00:31:27Z | 2021-12-03T22:42:24Z | https://github.com/llvm/llvm-project/issues/12035 | 1,071,026,053 | 12,035 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11662](https://llvm.org/bz11662) |
| Resolution | FIXED |
| Resolved on | Dec 28, 2011 07:09 |
| Version | unspecified |
| OS | All |
| Attachments | [bitcode](https://user-images.githubusercontent.com/60944935/143744487-dda9e624-7783-49ab-afc4-daa517e17a97.gz), [test driver](ht... | vector select with i8s seems to be broken | https://api.github.com/repos/llvm/llvm-project/issues/12034/comments | 1 | 2011-12-27T23:48:02Z | 2021-12-03T22:42:23Z | https://github.com/llvm/llvm-project/issues/12034 | 1,071,026,040 | 12,034 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11661](https://llvm.org/bz11661) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2013 19:01 |
| Version | 3.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @FlashSheridan,@tkremenek |
## Extended Description
This is with checker-258, on OS X 10.6.8.
I ha... | set-xcode-analyzer fails if Python 2.7 is installed | https://api.github.com/repos/llvm/llvm-project/issues/12033/comments | 11 | 2011-12-27T23:02:21Z | 2021-12-03T22:42:22Z | https://github.com/llvm/llvm-project/issues/12033 | 1,071,026,029 | 12,033 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11660](https://llvm.org/bz11660) |
| Resolution | FIXED |
| Resolved on | Mar 27, 2012 20:04 |
| Version | 3.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @FlashSheridan,@tkremenek |
## Extended Description
This is with checker-258.
The set-xcode-analyz... | set-xcode-analyzer doesn't work with custom Xcode install locations | https://api.github.com/repos/llvm/llvm-project/issues/12032/comments | 2 | 2011-12-27T22:50:26Z | 2021-12-03T22:42:21Z | https://github.com/llvm/llvm-project/issues/12032 | 1,071,026,022 | 12,032 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11659](https://llvm.org/bz11659) |
| Resolution | LATER |
| Resolved on | Dec 28, 2011 02:17 |
| Version | trunk |
| OS | All |
| Attachments | [path to fix bug](https://user-images.githubusercontent.com/60944935/143744486-9015fd6a-6df1-4d82-8f39-3795ea5f892e.gz) |
| Reporter | ... | [CBE] bugs in CWriter::visitShuffleVectorInst (with patch) | https://api.github.com/repos/llvm/llvm-project/issues/12031/comments | 1 | 2011-12-27T22:19:18Z | 2021-12-03T22:42:21Z | https://github.com/llvm/llvm-project/issues/12031 | 1,071,026,011 | 12,031 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11658](https://llvm.org/bz11658) |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-project#7148 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek | | false positive with method that returns the same value in two calls | https://api.github.com/repos/llvm/llvm-project/issues/12030/comments | 5 | 2011-12-27T17:41:31Z | 2021-12-03T22:42:20Z | https://github.com/llvm/llvm-project/issues/12030 | 1,071,025,999 | 12,030 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11657](https://llvm.org/bz11657) |
| Resolution | WONTFIX |
| Resolved on | Aug 29, 2012 13:53 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reduced testcase](https://user-images.githubusercontent.com/4255/143744485-c4b3e5b0-0970-4b21-8856-0da31d3f3ad0.gz) |
| CC | @asl,... | error in backend: Invalid operand for inline asm constraint 'i'! | https://api.github.com/repos/llvm/llvm-project/issues/12029/comments | 7 | 2011-12-27T15:41:44Z | 2022-01-20T02:35:39Z | https://github.com/llvm/llvm-project/issues/12029 | 1,071,025,993 | 12,029 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11656](https://llvm.org/bz11656) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2012 19:03 |
| Version | 3.0 |
| OS | Linux |
| Attachments | [switchBlock.c](https://user-images.githubusercontent.com/60944935/143744484-4ab95c8c-5802-4819-992e-d566837e5f65.gz) |
| Reporter | LL... | switch block causes frontend to segfault | https://api.github.com/repos/llvm/llvm-project/issues/12028/comments | 3 | 2011-12-27T14:26:54Z | 2021-12-03T22:42:18Z | https://github.com/llvm/llvm-project/issues/12028 | 1,071,025,987 | 12,028 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11655](https://llvm.org/bz11655) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2012 16:40 |
| Version | 2.9 |
| OS | MacOS X |
| Attachments | [example.c file that demonstrates the issue](https://user-images.githubusercontent.com/60944935/143744483-1a3b3e8d-ffe4-4831-aab3-a99... | clang alignment mismatch with gcc for ppc architecture | https://api.github.com/repos/llvm/llvm-project/issues/12027/comments | 6 | 2011-12-27T10:44:10Z | 2021-12-03T22:42:17Z | https://github.com/llvm/llvm-project/issues/12027 | 1,071,025,981 | 12,027 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11654](https://llvm.org/bz11654) |
| Resolution | DUPLICATE |
| Resolved on | Dec 26, 2011 21:05 |
| Version | 2.9 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
int main(int c, char **v)
{
const bool p = 0;
bool... | Refusal to compile (*array)[][] assignments | https://api.github.com/repos/llvm/llvm-project/issues/12026/comments | 1 | 2011-12-27T05:02:15Z | 2021-12-03T22:42:16Z | https://github.com/llvm/llvm-project/issues/12026 | 1,071,025,973 | 12,026 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11653](https://llvm.org/bz11653) |
| Resolution | WONTFIX |
| Resolved on | Dec 29, 2011 04:02 |
| Version | 2.9 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
The following should exit with a zero status and will if... | Trouble indexing (*array)[][]'s | https://api.github.com/repos/llvm/llvm-project/issues/12025/comments | 4 | 2011-12-27T04:30:48Z | 2022-01-20T02:35:38Z | https://github.com/llvm/llvm-project/issues/12025 | 1,071,025,959 | 12,025 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11652](https://llvm.org/bz11652) |
| Resolution | FIXED |
| Resolved on | Jan 05, 2012 05:33 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic,@kaomoneus |
## Extended Description
This is probably a GCC bug, but does anyon... | assertion failures when Type.cpp is compiled with -Os | https://api.github.com/repos/llvm/llvm-project/issues/12024/comments | 10 | 2011-12-27T01:30:47Z | 2021-12-03T22:42:15Z | https://github.com/llvm/llvm-project/issues/12024 | 1,071,025,946 | 12,024 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11651](https://llvm.org/bz11651) |
| Version | trunk |
| OS | All |
| CC | @dobbelaj-snps,@seanm |
## Extended Description
Consider:
```c
#include <stdio.h>
char buf[1024];
void foo(int c)
{
snprintf(buf, sizeof(buf), "%s %d", buf, c);
}
```
https://god... | Warn about "restrict" violations | https://api.github.com/repos/llvm/llvm-project/issues/12023/comments | 0 | 2011-12-25T02:01:28Z | 2024-01-20T11:16:41Z | https://github.com/llvm/llvm-project/issues/12023 | 1,071,025,944 | 12,023 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11650](https://llvm.org/bz11650) |
| Resolution | FIXED |
| Resolved on | Feb 14, 2012 15:14 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
clang currently accepts cases like this:
struct S {
S();
virtual int f();
int n;
};
union U {
... | Implement DR1301: reject value-initialization of unions with deleted constructors | https://api.github.com/repos/llvm/llvm-project/issues/12022/comments | 1 | 2011-12-25T01:45:22Z | 2021-12-03T22:42:13Z | https://github.com/llvm/llvm-project/issues/12022 | 1,071,025,927 | 12,022 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11649](https://llvm.org/bz11649) |
| Resolution | FIXED |
| Resolved on | Dec 28, 2011 12:46 |
| Version | 3.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@sunfishcode |
## Extended Description
The latest development tree results in a crash when... | Crash in 'ObjC ARC optimization' pass | https://api.github.com/repos/llvm/llvm-project/issues/12021/comments | 2 | 2011-12-24T00:11:02Z | 2021-12-03T22:42:11Z | https://github.com/llvm/llvm-project/issues/12021 | 1,071,025,911 | 12,021 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11648](https://llvm.org/bz11648) |
| Resolution | DUPLICATE |
| Resolved on | Jan 05, 2012 11:56 |
| Version | 3.0 |
| OS | Linux |
| Attachments | [the preprocessed sources, for completenes.](https://user-images.githubusercontent.com/60944935/143744480-5f69d529-b95f-40f3-95b1-2... | C++ lambda segfault [with minimal testcase and bt] | https://api.github.com/repos/llvm/llvm-project/issues/12020/comments | 1 | 2011-12-23T12:29:53Z | 2021-12-03T22:42:10Z | https://github.com/llvm/llvm-project/issues/12020 | 1,071,025,902 | 12,020 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11647](https://llvm.org/bz11647) |
| Resolution | FIXED |
| Resolved on | May 10, 2012 14:59 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143744478-9af8c995-37fa-4c3f-b256-9a3cf369b4d5.gz) |
| Reporter |... | tramp3d-v4 -O4 failure | https://api.github.com/repos/llvm/llvm-project/issues/12019/comments | 3 | 2011-12-23T11:41:24Z | 2021-12-03T22:42:09Z | https://github.com/llvm/llvm-project/issues/12019 | 1,071,025,897 | 12,019 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11646](https://llvm.org/bz11646) |
| Version | 3.0 |
| OS | Windows XP |
| Attachments | [The patch for clanghttps://user-images.githubusercontent.com/92601411/143744476-79cf1167-cb88-4cd3-ba89-0601ffc50d14.gz) |
| CC | @asl,@efriedma-quic,@oscarfv |
## Extended Description
... | Unable to build shared libraries of llvm/clang-3.1 on MinGW32 (MSYS) | https://api.github.com/repos/llvm/llvm-project/issues/12018/comments | 3 | 2011-12-23T08:56:30Z | 2021-12-03T22:42:08Z | https://github.com/llvm/llvm-project/issues/12018 | 1,071,025,888 | 12,018 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11645](https://llvm.org/bz11645) |
| Resolution | FIXED |
| Resolved on | Aug 21, 2018 11:43 |
| Version | unspecified |
| OS | All |
| CC | @belkadan,@tkremenek,@labath,@haoNoQ,@xuzhongxing |
## Extended Description
The source-level CFG currently is very imprecise for modelin... | CFG for destructors in '||'/'&&' lacks precision | https://api.github.com/repos/llvm/llvm-project/issues/12017/comments | 52 | 2011-12-23T03:47:15Z | 2021-12-03T22:42:07Z | https://github.com/llvm/llvm-project/issues/12017 | 1,071,025,881 | 12,017 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11644](https://llvm.org/bz11644) |
| Version | unspecified |
| OS | All |
| CC | @AaronBallman,@DougGregor,@emaste,@miyuki |
## Extended Description
C++11 has a new exception type: `std::bad_array_new_length`. And per the standard,
> If the value of that expression ... | clang should throw `std::bad_array_new_length` when the allocation size for new overflows | https://api.github.com/repos/llvm/llvm-project/issues/12016/comments | 7 | 2011-12-23T02:01:02Z | 2025-01-03T21:04:45Z | https://github.com/llvm/llvm-project/issues/12016 | 1,071,025,874 | 12,016 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11643](https://llvm.org/bz11643) |
| Resolution | FIXED |
| Resolved on | Feb 26, 2012 20:16 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#11360 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc |
## Extended Description
From the "Intel® 64 and IA-3... | [x86 disassembler] jecxz not disassembled | https://api.github.com/repos/llvm/llvm-project/issues/12015/comments | 7 | 2011-12-23T00:19:38Z | 2021-12-03T22:42:05Z | https://github.com/llvm/llvm-project/issues/12015 | 1,071,025,864 | 12,015 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11642](https://llvm.org/bz11642) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2012 14:38 |
| Version | trunk |
| OS | All |
| Attachments | [preprocessed testcase for a.cc](https://user-images.githubusercontent.com/16542/143744468-34b57f2f-f0de-47ea-9bf3-01b3faf0471c.gz) |
|... | -fvisibility-inlines-hidden should not hide explicit instantiations | https://api.github.com/repos/llvm/llvm-project/issues/12014/comments | 5 | 2011-12-22T23:21:06Z | 2021-12-03T22:42:04Z | https://github.com/llvm/llvm-project/issues/12014 | 1,071,025,855 | 12,014 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11641](https://llvm.org/bz11641) |
| Resolution | DUPLICATE |
| Resolved on | Dec 22, 2011 16:04 |
| Version | trunk |
| OS | Linux |
| Attachments | [unoptimized preprocessor output](https://user-images.githubusercontent.com/60944935/143744465-6d8421db-41b9-4c6f-aa5a-1bc1d71abd... | preprocessor with -O2 generates incorrect warnings | https://api.github.com/repos/llvm/llvm-project/issues/12013/comments | 2 | 2011-12-22T23:17:00Z | 2021-12-03T22:42:04Z | https://github.com/llvm/llvm-project/issues/12013 | 1,071,025,846 | 12,013 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11640](https://llvm.org/bz11640) |
| Resolution | FIXED |
| Resolved on | Dec 22, 2011 08:22 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
For compiling with -O2 option:
$ cat gig.c
#include <stdio.h>
void ... | clang optimization changes the linkage type of string constant | https://api.github.com/repos/llvm/llvm-project/issues/12012/comments | 1 | 2011-12-22T14:24:33Z | 2021-12-03T22:42:03Z | https://github.com/llvm/llvm-project/issues/12012 | 1,071,025,837 | 12,012 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11639](https://llvm.org/bz11639) |
| Resolution | WONTFIX |
| Resolved on | Jun 06, 2018 18:20 |
| Version | unspecified |
| OS | Linux |
| Attachments | [build generated script of command that failed.](https://user-images.githubusercontent.com/60944935/143744463-e888577a-095d-4... | Trunk clang on Redhat Linux configured with --enable-optimized --with-c-include-dirs=/usr/include:/usr/include/c++/4.1.1 | https://api.github.com/repos/llvm/llvm-project/issues/12011/comments | 12 | 2011-12-22T06:47:06Z | 2022-01-20T02:35:37Z | https://github.com/llvm/llvm-project/issues/12011 | 1,071,025,822 | 12,011 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11638](https://llvm.org/bz11638) |
| Resolution | FIXED |
| Resolved on | Jun 22, 2021 09:03 |
| Version | trunk |
| OS | All |
| Attachments | [Report showing ignored non-null assumption](https://user-images.githubusercontent.com/60944935/143744461-767a7bb5-6eeb-4cbb-b6da-71d03... | False positive "called function pointer is null" after assuming variable not null | https://api.github.com/repos/llvm/llvm-project/issues/12010/comments | 4 | 2011-12-22T04:09:37Z | 2021-12-03T22:42:01Z | https://github.com/llvm/llvm-project/issues/12010 | 1,071,025,808 | 12,010 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11637](https://llvm.org/bz11637) |
| Resolution | FIXED |
| Resolved on | Dec 21, 2011 20:24 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Testcase:
struct A { char a[4]; constexpr A() : a{"foo"} {} };
constexpr int x = A().a[... | C++11 crash with constexpr constructor and string literal | https://api.github.com/repos/llvm/llvm-project/issues/12009/comments | 1 | 2011-12-22T00:34:48Z | 2021-12-03T22:42:00Z | https://github.com/llvm/llvm-project/issues/12009 | 1,071,025,797 | 12,009 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11636](https://llvm.org/bz11636) |
| Resolution | FIXED |
| Resolved on | Dec 21, 2011 17:44 |
| Version | 3.0 |
| OS | MacOS X |
| Attachments | [Source file that generates a double release](https://user-images.githubusercontent.com/60944935/143744459-4f9de662-718c-4bc2-ab5f-ee... | Double-release from ARC when inlining C functions | https://api.github.com/repos/llvm/llvm-project/issues/12008/comments | 5 | 2011-12-21T22:18:44Z | 2021-12-03T22:41:59Z | https://github.com/llvm/llvm-project/issues/12008 | 1,071,025,789 | 12,008 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11635](https://llvm.org/bz11635) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Visual Studio 2011 Developer Preview reports an error in file lib/CodeGen/AsmPrinter
This is the error:
E:\Documents\Projects\llvm\lib\Co... | Compiling llvm in VC++11 fails. | https://api.github.com/repos/llvm/llvm-project/issues/12007/comments | 3 | 2011-12-21T16:38:12Z | 2023-08-09T01:26:13Z | https://github.com/llvm/llvm-project/issues/12007 | 1,071,025,781 | 12,007 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11634](https://llvm.org/bz11634) |
| Resolution | FIXED |
| Resolved on | Dec 26, 2011 04:45 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
The driver does not forward the -faltivec option to clang -cc1:
% cla... | -faltivec ignored by the driver | https://api.github.com/repos/llvm/llvm-project/issues/12006/comments | 1 | 2011-12-21T11:12:51Z | 2021-12-03T22:41:57Z | https://github.com/llvm/llvm-project/issues/12006 | 1,071,025,772 | 12,006 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11633](https://llvm.org/bz11633) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143744454-f5a0539c-eb5e-41d0-a4d4-b6e8b53fbebc.gz), [codegen](https://user-images.githubusercontent.com/60944935/143744455-e91393... | Binary identical template instantiations are not merged | https://api.github.com/repos/llvm/llvm-project/issues/12005/comments | 9 | 2011-12-21T10:35:38Z | 2021-12-03T22:41:56Z | https://github.com/llvm/llvm-project/issues/12005 | 1,071,025,766 | 12,005 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11632](https://llvm.org/bz11632) |
| Resolution | INVALID |
| Resolved on | Dec 20, 2011 22:01 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic,@nlewycky |
## Extended Description
class foo;
struct foo {int a;}... | -Wmismatched-tags bogus warning that class != struct | https://api.github.com/repos/llvm/llvm-project/issues/12004/comments | 3 | 2011-12-21T04:48:51Z | 2021-12-03T22:41:55Z | https://github.com/llvm/llvm-project/issues/12004 | 1,071,025,760 | 12,004 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11631](https://llvm.org/bz11631) |
| Version | trunk |
| OS | All |
| Attachments | [Report showing ignored goto statement](https://user-images.githubusercontent.com/60944935/143744452-49a7cd49-d0c0-4620-81f5-f7d9a546fff7.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tk... | Static analyzer ignores goto statement | https://api.github.com/repos/llvm/llvm-project/issues/12003/comments | 6 | 2011-12-21T02:55:53Z | 2021-12-03T22:41:54Z | https://github.com/llvm/llvm-project/issues/12003 | 1,071,025,749 | 12,003 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11630](https://llvm.org/bz11630) |
| Resolution | FIXED |
| Resolved on | Dec 26, 2011 16:43 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
clang fails to accept this:
template <class T>
struct ... | Clang fails to detect that two types are the same in a template | https://api.github.com/repos/llvm/llvm-project/issues/12002/comments | 3 | 2011-12-21T02:51:54Z | 2021-12-03T22:41:54Z | https://github.com/llvm/llvm-project/issues/12002 | 1,071,025,743 | 12,002 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11629](https://llvm.org/bz11629) |
| Resolution | FIXED |
| Resolved on | Mar 15, 2013 16:06 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
The "puzzle" test uses rand() and rand() is not standardized... | SingleSource/Benchmarks/BenchmarkGame/puzzle use of rand() + golden file is not libc agnostic | https://api.github.com/repos/llvm/llvm-project/issues/12001/comments | 5 | 2011-12-21T01:09:58Z | 2021-12-03T22:41:53Z | https://github.com/llvm/llvm-project/issues/12001 | 1,071,025,739 | 12,001 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11628](https://llvm.org/bz11628) |
| Resolution | WORKSFORME |
| Resolved on | Sep 26, 2016 10:03 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Repro app compiled with GHC 7.2.1 x86_64](https://user-images.githubusercontent.com/60944935/143744450-6cb69d12-2382-46... | lldb and gdb compute different values for pointer expression | https://api.github.com/repos/llvm/llvm-project/issues/12000/comments | 4 | 2011-12-20T21:53:01Z | 2022-01-20T02:08:21Z | https://github.com/llvm/llvm-project/issues/12000 | 1,071,025,733 | 12,000 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11627](https://llvm.org/bz11627) |
| Resolution | INVALID |
| Resolved on | Dec 22, 2011 11:01 |
| Version | trunk |
| OS | All |
| Attachments | [Draft patch](https://user-images.githubusercontent.com/857042/143744447-39e90ff7-0ca0-4454-970f-b95a148eb6ed.gz) |
| CC | @lattner |... | llvm-link links functions with same name but with different parameters set | https://api.github.com/repos/llvm/llvm-project/issues/11999/comments | 8 | 2011-12-20T21:40:26Z | 2021-12-03T22:41:51Z | https://github.com/llvm/llvm-project/issues/11999 | 1,071,025,727 | 11,999 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11626](https://llvm.org/bz11626) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase (7.bc)](https://user-images.githubusercontent.com/392652/143744446-ea99c753-54e7-4078-bef8-bab41c396dfb.gz) |
## Extended ... | linker munges types, produces invalid IR from valid | https://api.github.com/repos/llvm/llvm-project/issues/11998/comments | 1 | 2011-12-20T21:28:44Z | 2021-12-03T22:41:50Z | https://github.com/llvm/llvm-project/issues/11998 | 1,071,025,717 | 11,998 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11625](https://llvm.org/bz11625) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [codegen](https://user-images.githubusercontent.com/60944935/143744443-b40eb687-9841-41a2-af4e-7cdc3b4b68fd.gz), [testcase](https://user-images.githubusercontent.com/60944935/143744444-6986e5... | Excessive inlining with Os | https://api.github.com/repos/llvm/llvm-project/issues/11997/comments | 8 | 2011-12-20T16:11:53Z | 2021-12-03T22:41:49Z | https://github.com/llvm/llvm-project/issues/11997 | 1,071,025,710 | 11,997 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11624](https://llvm.org/bz11624) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2013 09:08 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143744439-2856efbe-100e-4013-9775-bad5f05f0010.gz), [testcase](https:... | [simplifylibcalls] LTO fails to remove strlen calls on static const strings from a separate TU | https://api.github.com/repos/llvm/llvm-project/issues/11996/comments | 11 | 2011-12-20T14:50:51Z | 2021-12-03T22:41:49Z | https://github.com/llvm/llvm-project/issues/11996 | 1,071,025,705 | 11,996 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11623](https://llvm.org/bz11623) |
| Resolution | FIXED |
| Resolved on | Dec 20, 2011 18:36 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#11891 |
| Attachments | [Source file to reproduce the problem](https://user-images.githubusercontent.com/60944935/1... | "GEP is not of right type for indices!" (again) | https://api.github.com/repos/llvm/llvm-project/issues/11995/comments | 3 | 2011-12-20T11:45:15Z | 2021-12-03T22:41:48Z | https://github.com/llvm/llvm-project/issues/11995 | 1,071,025,698 | 11,995 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11622](https://llvm.org/bz11622) |
| Resolution | WORKSFORME |
| Resolved on | Dec 10, 2012 16:55 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Per [dcl.fct.def.default]p2, a defaulted function must be public, non-explicit, non... | A bunch of checks are missing for defaulted functions | https://api.github.com/repos/llvm/llvm-project/issues/11994/comments | 1 | 2011-12-20T02:21:50Z | 2022-01-20T02:08:20Z | https://github.com/llvm/llvm-project/issues/11994 | 1,071,025,690 | 11,994 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11621](https://llvm.org/bz11621) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@nico,@seanm |
## Extended Description
% cat x.cc
struct Base {
virtual void f(int);
virtual void f(float);
};
struct Dervied : Base {
virtual void f(int);
};
% ./bin/clang -fs... | Clang does not properly implement -Woverloaded-virtual | https://api.github.com/repos/llvm/llvm-project/issues/11993/comments | 3 | 2011-12-20T00:32:36Z | 2023-01-23T18:40:33Z | https://github.com/llvm/llvm-project/issues/11993 | 1,071,025,686 | 11,993 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11620](https://llvm.org/bz11620) |
| Resolution | FIXED |
| Resolved on | Dec 22, 2011 08:07 |
| Version | trunk |
| OS | All |
| Attachments | [KfreeBSD & HURD support](https://user-images.githubusercontent.com/733326/143744436-516b0f3b-54c5-4e9d-9f3c-3874dfa3bd54.gz) |
## Ext... | Please support HURD & kfreebsd in the autotools | https://api.github.com/repos/llvm/llvm-project/issues/11992/comments | 2 | 2011-12-20T00:03:27Z | 2021-12-03T22:41:45Z | https://github.com/llvm/llvm-project/issues/11992 | 1,071,025,678 | 11,992 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11619](https://llvm.org/bz11619) |
| Resolution | FIXED |
| Resolved on | Jan 05, 2012 18:47 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'd like to create string literals or other values that do not exist withi... | Allow creating SBData values from arrays or primitives in Python | https://api.github.com/repos/llvm/llvm-project/issues/11991/comments | 1 | 2011-12-19T23:25:08Z | 2021-12-03T22:41:44Z | https://github.com/llvm/llvm-project/issues/11991 | 1,071,025,665 | 11,991 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11618](https://llvm.org/bz11618) |
| Resolution | FIXED |
| Resolved on | Jan 05, 2012 18:38 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The AddressOf operator now works properly on integers and local variables ... | lldb::SBValue::AddressOf does not work on dereferenced registers in synthetic children provider | https://api.github.com/repos/llvm/llvm-project/issues/11990/comments | 2 | 2011-12-19T23:05:50Z | 2021-12-03T22:41:44Z | https://github.com/llvm/llvm-project/issues/11990 | 1,071,025,656 | 11,990 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11617](https://llvm.org/bz11617) |
| Resolution | DUPLICATE |
| Resolved on | Dec 19, 2011 13:37 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@nlewycky |
## Extended Description
Since the week of 12/15, I've been getting the... | undefined reference getInstrLatency, getOperandLatency (trunk) | https://api.github.com/repos/llvm/llvm-project/issues/11989/comments | 2 | 2011-12-19T21:26:31Z | 2021-12-03T22:41:43Z | https://github.com/llvm/llvm-project/issues/11989 | 1,071,025,647 | 11,989 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11616](https://llvm.org/bz11616) |
| Resolution | FIXED |
| Resolved on | Dec 19, 2011 11:59 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I've tested with Clang 3.0, but it's probably in the latest too, given tha... | std::make_shared call will fail to compile for a class with a non-copyable member and a non-default constructor | https://api.github.com/repos/llvm/llvm-project/issues/11988/comments | 1 | 2011-12-19T14:05:52Z | 2021-12-03T22:41:42Z | https://github.com/llvm/llvm-project/issues/11988 | 1,071,025,646 | 11,988 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11615](https://llvm.org/bz11615) |
| Resolution | FIXED |
| Resolved on | Dec 20, 2011 18:35 |
| Version | trunk |
| OS | Linux |
| Attachments | [Handle unaligned addresses in zero-store pattern](https://user-images.githubusercontent.com/60944935/143744434-11c38157-a750-48fd-90... | MIPS backend generates unaligned zero stores | https://api.github.com/repos/llvm/llvm-project/issues/11987/comments | 3 | 2011-12-19T13:13:11Z | 2021-12-03T22:41:41Z | https://github.com/llvm/llvm-project/issues/11987 | 1,071,025,633 | 11,987 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11614](https://llvm.org/bz11614) |
| Resolution | FIXED |
| Resolved on | Dec 21, 2011 20:24 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic,@zygoloid |
## Extended Description
struct Foo {};constexpr Foo foo = Fo... | implement marking of defaulted special members as constexpr | https://api.github.com/repos/llvm/llvm-project/issues/11986/comments | 6 | 2011-12-19T12:04:08Z | 2021-12-03T22:41:40Z | https://github.com/llvm/llvm-project/issues/11986 | 1,071,025,625 | 11,986 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11613](https://llvm.org/bz11613) |
| Resolution | FIXED |
| Resolved on | Dec 20, 2011 09:50 |
| Version | trunk |
| OS | All |
| Attachments | [Clang-generated debug information](https://user-images.githubusercontent.com/60944935/143744430-0b533eb2-b5cf-4e93-b6e7-2696a57a0a61.g... | Assertion Failed: (D->isThisDeclarationADefinition() && "Invalid interface decl!"), function getObjCLayout, file /Users/kmowery/src/builds/llvm-svn/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp, line 2164. | https://api.github.com/repos/llvm/llvm-project/issues/11985/comments | 3 | 2011-12-19T02:36:01Z | 2021-12-03T22:41:39Z | https://github.com/llvm/llvm-project/issues/11985 | 1,071,025,619 | 11,985 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11612](https://llvm.org/bz11612) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2013 03:31 |
| Version | 3.0 |
| OS | Linux |
| CC | @efriedma-quic,@spavloff |
## Extended Description
The latest C1X draft mentions a macro called ATOMIC_VAR_INIT() that can be used to initiali... | _Atomic does not allow initialisation -- needed for ATOMIC_VAR_INIT() | https://api.github.com/repos/llvm/llvm-project/issues/11984/comments | 2 | 2011-12-18T23:42:36Z | 2021-12-03T22:41:38Z | https://github.com/llvm/llvm-project/issues/11984 | 1,071,025,611 | 11,984 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11611](https://llvm.org/bz11611) |
| Resolution | FIXED |
| Resolved on | Oct 23, 2017 16:48 |
| Version | 2.9 |
| OS | Linux |
| Attachments | [preprocessed file produced by scan-build crash overview](https://user-images.githubusercontent.com/60944935/143744429-b0af6fd0-f214-41... | crash evaluating statement on function prototype | https://api.github.com/repos/llvm/llvm-project/issues/11983/comments | 2 | 2011-12-18T21:39:06Z | 2021-12-03T22:41:37Z | https://github.com/llvm/llvm-project/issues/11983 | 1,071,025,602 | 11,983 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11610](https://llvm.org/bz11610) |
| Resolution | FIXED |
| Resolved on | Dec 19, 2011 01:10 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The component list for the 'libraries' product is missing an entry for the M... | MIPS backend missing from component list | https://api.github.com/repos/llvm/llvm-project/issues/11982/comments | 1 | 2011-12-18T20:47:03Z | 2021-12-03T22:41:36Z | https://github.com/llvm/llvm-project/issues/11982 | 1,071,025,592 | 11,982 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11609](https://llvm.org/bz11609) |
| Resolution | FIXED |
| Resolved on | Dec 22, 2011 17:26 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nico |
## Extended Description
gcc will warn on
void g(int);
void f(int a, int b) {
... | missing warning for ambiguous else | https://api.github.com/repos/llvm/llvm-project/issues/11981/comments | 4 | 2011-12-18T19:32:15Z | 2021-12-03T22:41:35Z | https://github.com/llvm/llvm-project/issues/11981 | 1,071,025,583 | 11,981 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11608](https://llvm.org/bz11608) |
| Resolution | INVALID |
| Resolved on | Feb 16, 2016 19:14 |
| Version | trunk |
| OS | All |
| CC | @efriedma-quic |
## Extended Description
In a bit of older code that I am running through clang, to clean out
warnings, I encountered the fo... | -Wformat-security false positive with literal string + offset | https://api.github.com/repos/llvm/llvm-project/issues/11980/comments | 1 | 2011-12-18T19:20:50Z | 2021-12-03T22:41:34Z | https://github.com/llvm/llvm-project/issues/11980 | 1,071,025,578 | 11,980 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11607](https://llvm.org/bz11607) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
Linking CXX executable ../../bin/opt
../../lib/libLLVMTarget.so: undefined reference to `llvm::Targ... | undefined references in libLLVMTarget.so | https://api.github.com/repos/llvm/llvm-project/issues/11979/comments | 9 | 2011-12-18T15:13:00Z | 2021-12-03T22:41:33Z | https://github.com/llvm/llvm-project/issues/11979 | 1,071,025,573 | 11,979 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11606](https://llvm.org/bz11606) |
| Resolution | FIXED |
| Resolved on | Aug 22, 2013 19:55 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Each test in test/Bindings/Ocaml/ creates a .cmi, .cmx, and a .o file in the same di... | ocaml bindings tests produce binaries in source dir | https://api.github.com/repos/llvm/llvm-project/issues/11978/comments | 2 | 2011-12-18T13:10:30Z | 2021-12-03T22:41:33Z | https://github.com/llvm/llvm-project/issues/11978 | 1,071,025,564 | 11,978 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [11605](https://llvm.org/bz11605) |
| Resolution | FIXED |
| Resolved on | Jan 20, 2012 10:34 |
| Version | trunk |
| OS | MacOS X |
| CC | @efriedma-quic,@tlattner |
## Extended Description
According to the OpenCL standard, this code is supposed to work:
typedef int int2 __at... | OpenCL operator && does not accept vector arguments | https://api.github.com/repos/llvm/llvm-project/issues/11977/comments | 3 | 2011-12-18T01:05:12Z | 2021-12-03T22:41:32Z | https://github.com/llvm/llvm-project/issues/11977 | 1,071,025,556 | 11,977 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.