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 | [13104](https://llvm.org/bz13104) |
| Version | trunk |
| OS | All |
| CC | @tkremenek |
## Extended Description
tests-MacBook-Pro-2:src test$ cat test.cc
```c++
class A {
public:
void set_a(int a) {
a_ = a_; // <- bug
}
private:
int a_;
};
```
t... | clang doesn't warn on identity assignments | https://api.github.com/repos/llvm/llvm-project/issues/13476/comments | 4 | 2012-06-13T18:15:18Z | 2023-08-15T06:47:22Z | https://github.com/llvm/llvm-project/issues/13476 | 1,071,047,748 | 13,476 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13103](https://llvm.org/bz13103) |
| Version | unspecified |
| OS | Linux |
| Attachments | [Zip of the testcase. Compile with clang++ clang-bughttps://user-images.githubusercontent.com/60944935/143745496-f0d7562c-4c98-4fb8-af92-8e642cc9d0c6.gz) |
| Reporter | LLVM Bugzilla Cont... | Clang-3.1 fails to compile code using the Eigen library in template functions (g++ succeeds) | https://api.github.com/repos/llvm/llvm-project/issues/13475/comments | 5 | 2012-06-13T14:57:35Z | 2023-07-20T14:37:31Z | https://github.com/llvm/llvm-project/issues/13475 | 1,071,047,742 | 13,475 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13102](https://llvm.org/bz13102) |
| Resolution | FIXED |
| Resolved on | Jun 15, 2012 00:30 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rjmccall |
## Extended Description
int ad;
int r;
struct A {
~A() { ++ad; }
};
struct B:... | Clang generating wrong rethrow call for a unique case of function try block. | https://api.github.com/repos/llvm/llvm-project/issues/13474/comments | 2 | 2012-06-13T14:46:05Z | 2021-12-03T23:32:48Z | https://github.com/llvm/llvm-project/issues/13474 | 1,071,047,733 | 13,474 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13101](https://llvm.org/bz13101) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@nico,@Weverything |
## Extended Description
The simple test case, where
> p[0] != 'h' || p[0] != 'H'
is always true, is not warned ... | Improvements for Clang warning -Wtautological-overlap-compare | https://api.github.com/repos/llvm/llvm-project/issues/13473/comments | 4 | 2012-06-13T14:13:43Z | 2023-08-15T06:43:32Z | https://github.com/llvm/llvm-project/issues/13473 | 1,071,047,727 | 13,473 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13100](https://llvm.org/bz13100) |
| Resolution | FIXED |
| Resolved on | Jun 13, 2012 11:28 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [CGDebugInfo.cpp workaround](https://user-images.githubusercontent.com/60944935/143745495-feb7ed82-b5aa-4520-a8a1-daeecaa2e2b6.g... | CGDebugInfo.cpp can't be compiled using MS VS 2012 RC due to C++11 standard changes | https://api.github.com/repos/llvm/llvm-project/issues/13472/comments | 1 | 2012-06-13T09:03:53Z | 2021-12-03T23:32:46Z | https://github.com/llvm/llvm-project/issues/13472 | 1,071,047,722 | 13,472 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13099](https://llvm.org/bz13099) |
| Resolution | FIXED |
| Resolved on | Jun 13, 2012 00:41 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
void f() {
__builtin_printf(
R"abcd(%.)abcd"
"*d");
}
clang-3.2: lib/Lex/LiteralSupp... | raw string literals as format strings leads to a -Wformat crash | https://api.github.com/repos/llvm/llvm-project/issues/13471/comments | 1 | 2012-06-13T06:13:40Z | 2021-12-03T23:32:45Z | https://github.com/llvm/llvm-project/issues/13471 | 1,071,047,718 | 13,471 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13098](https://llvm.org/bz13098) |
| Resolution | FIXED |
| Resolved on | Nov 28, 2012 15:48 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#13893 |
| Attachments | [Test case that displays the error when ERROR is defined](https://user-images.githubus... | inherited operator= ambiguity in template function instantiation, but not in non-template function | https://api.github.com/repos/llvm/llvm-project/issues/13470/comments | 6 | 2012-06-13T02:35:57Z | 2021-12-03T23:32:45Z | https://github.com/llvm/llvm-project/issues/13470 | 1,071,047,713 | 13,470 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13097](https://llvm.org/bz13097) |
| Resolution | FIXED |
| Resolved on | Jun 15, 2012 18:56 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
clang++ accepts the following C++ program, but w... | Accessing member of temporary via pointer-to-member-variable results in bad code | https://api.github.com/repos/llvm/llvm-project/issues/13469/comments | 1 | 2012-06-13T02:18:38Z | 2021-12-03T23:32:44Z | https://github.com/llvm/llvm-project/issues/13469 | 1,071,047,709 | 13,469 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13096](https://llvm.org/bz13096) |
| Resolution | FIXED |
| Resolved on | Aug 20, 2018 10:48 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nico,@rnk |
## Extended Description
$ clang --version
clang version 3.2 (trunk 155835)
Targe... | Crash on invalid, "Cannot layout type before complete!" assertion fails | https://api.github.com/repos/llvm/llvm-project/issues/13468/comments | 9 | 2012-06-12T22:33:04Z | 2021-12-03T23:32:43Z | https://github.com/llvm/llvm-project/issues/13468 | 1,071,047,701 | 13,468 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13095](https://llvm.org/bz13095) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2012 00:30 |
| Version | trunk |
| OS | All |
| CC | @chandlerc,@lattner |
## Extended Description
A byval argument can be interpreted as a bundle of arguments. Inline cost gives a bonus for ever... | Give an inline cost bonus to byval functions | https://api.github.com/repos/llvm/llvm-project/issues/13467/comments | 3 | 2012-06-12T22:28:15Z | 2021-12-03T23:32:42Z | https://github.com/llvm/llvm-project/issues/13467 | 1,071,047,696 | 13,467 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13094](https://llvm.org/bz13094) |
| Resolution | FIXED |
| Resolved on | Aug 07, 2012 20:35 |
| Version | trunk |
| OS | other |
| Attachments | [patch to support the Bitrig OS.](https://user-images.githubusercontent.com/60944935/143745490-c9b2f4b8-0ffc-4189-abd5-2a589938bf5d.g... | Add support for Bitrig, an OpenBSD fork | https://api.github.com/repos/llvm/llvm-project/issues/13466/comments | 1 | 2012-06-12T20:57:28Z | 2021-12-03T23:32:41Z | https://github.com/llvm/llvm-project/issues/13466 | 1,071,047,694 | 13,466 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13093](https://llvm.org/bz13093) |
| Version | trunk |
| OS | Linux |
| CC | @zygoloid |
## Extended Description
Consider:
```c
#define ERR(v) do { a = (v); if (a) goto y; } while (0)
int f(int c)
{
int a, b;
if (c) {
b = 1;
goto x;
}
ERR(1);
x:
... | -Wsometimes-uninitialized triggers on compile time constant branches with fallthrough | https://api.github.com/repos/llvm/llvm-project/issues/13465/comments | 4 | 2012-06-12T20:00:59Z | 2023-09-12T13:42:51Z | https://github.com/llvm/llvm-project/issues/13465 | 1,071,047,685 | 13,465 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13092](https://llvm.org/bz13092) |
| Resolution | FIXED |
| Resolved on | Jun 15, 2012 17:09 |
| Version | trunk |
| OS | Linux |
## Extended Description
Consider:
struct { struct { void *p; } a; } b = { { &(b.a) }};
At the moment, this triggers -Wuninitialized, but doesn't... | -Wuninitialized triggers on parenthized pointers | https://api.github.com/repos/llvm/llvm-project/issues/13464/comments | 0 | 2012-06-12T19:47:34Z | 2021-12-03T23:32:40Z | https://github.com/llvm/llvm-project/issues/13464 | 1,071,047,682 | 13,464 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13091](https://llvm.org/bz13091) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
One optimization that SAFECode currently lacks is a redundant check elimination pass. If there are two checks of the same type (e.g., a f... | SAFECode should have a redundant check elimination pass | https://api.github.com/repos/llvm/llvm-project/issues/13463/comments | 1 | 2012-06-12T18:10:36Z | 2024-07-06T03:41:12Z | https://github.com/llvm/llvm-project/issues/13463 | 1,071,047,679 | 13,463 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13090](https://llvm.org/bz13090) |
| Resolution | FIXED |
| Resolved on | Jun 25, 2012 15:50 |
| Version | trunk |
| OS | Linux |
| CC | @belkadan |
## Extended Description
Tried to analyze the following (automatically reduced) code:
typedef __typeof__(sizeof(int)) size_t;
# ... | Invalid source location ICE while trying to get file characteristic | https://api.github.com/repos/llvm/llvm-project/issues/13462/comments | 4 | 2012-06-12T17:56:41Z | 2021-12-03T23:32:38Z | https://github.com/llvm/llvm-project/issues/13462 | 1,071,047,673 | 13,462 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13089](https://llvm.org/bz13089) |
| Resolution | FIXED |
| Resolved on | Aug 24, 2012 17:03 |
| Version | unspecified |
| OS | Linux |
## Extended Description
In C++11, §27.7.2.3[istream.unformatted]/41 says
basic_istream<charT,traits>& seekg(pos_type pos);
Effects: Behaves... | istream::seekg(pos_type) does not clear eofbit | https://api.github.com/repos/llvm/llvm-project/issues/13461/comments | 1 | 2012-06-12T06:04:02Z | 2021-12-03T23:32:37Z | https://github.com/llvm/llvm-project/issues/13461 | 1,071,047,669 | 13,461 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13088](https://llvm.org/bz13088) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Attempt at building from source crashes/fails. I am trying to compile from source per these instructions:
http://clan... | Failure to Compile CLang/LLVM from Source on a PPC Machine under Linux? | https://api.github.com/repos/llvm/llvm-project/issues/13460/comments | 7 | 2012-06-12T03:40:32Z | 2023-08-09T22:32:02Z | https://github.com/llvm/llvm-project/issues/13460 | 1,071,047,664 | 13,460 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13087](https://llvm.org/bz13087) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ cat test.cc
static void concrete() {}
static void alias();
extern __typeof(concrete) alias __attribute__((alias("concrete")));
void test(... | false positive in warn_undefined_internal | https://api.github.com/repos/llvm/llvm-project/issues/13459/comments | 0 | 2012-06-12T02:49:50Z | 2023-11-05T16:44:53Z | https://github.com/llvm/llvm-project/issues/13459 | 1,071,047,655 | 13,459 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13086](https://llvm.org/bz13086) |
| Resolution | FIXED |
| Resolved on | Jun 14, 2012 16:01 |
| Version | unspecified |
| OS | All |
| CC | @d0k,@chandlerc,@DougGregor |
## Extended Description
-Wunused-private-field warns on this:
template <typename LayerType, typename Laye... | -Wunused-private-field warns on member variables that are used by uninstantiated template member functions | https://api.github.com/repos/llvm/llvm-project/issues/13458/comments | 2 | 2012-06-11T23:57:25Z | 2021-12-03T23:32:35Z | https://github.com/llvm/llvm-project/issues/13458 | 1,071,047,654 | 13,458 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13085](https://llvm.org/bz13085) |
| Resolution | DUPLICATE |
| Resolved on | Mar 21, 2013 16:03 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid | | clang: error: unable to execute command: Segmentation fault: 11 | https://api.github.com/repos/llvm/llvm-project/issues/13457/comments | 6 | 2012-06-11T22:38:27Z | 2021-12-03T23:32:34Z | https://github.com/llvm/llvm-project/issues/13457 | 1,071,047,649 | 13,457 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13084](https://llvm.org/bz13084) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
$ cat test.h
#include <string>
namespace foo {
std::string bar() { return "Hello World"; }
// Forgot to close namespace... | Clang should warn when namespace isn't closed in same header | https://api.github.com/repos/llvm/llvm-project/issues/13456/comments | 1 | 2012-06-11T22:17:22Z | 2023-08-09T22:31:12Z | https://github.com/llvm/llvm-project/issues/13456 | 1,071,047,644 | 13,456 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13083](https://llvm.org/bz13083) |
| Resolution | DUPLICATE |
| Resolved on | Oct 26, 2012 12:06 |
| Version | unspecified |
| OS | All |
| Attachments | [Example file showing the error.](https://user-images.githubusercontent.com/60944935/143745486-376896ae-ff46-46b4-90e2-a6b3f5... | Reparsing of utf-8 encoded files with a byte order marker fails | https://api.github.com/repos/llvm/llvm-project/issues/13455/comments | 2 | 2012-06-11T20:25:50Z | 2021-12-03T23:32:32Z | https://github.com/llvm/llvm-project/issues/13455 | 1,071,047,640 | 13,455 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13082](https://llvm.org/bz13082) |
| Resolution | FIXED |
| Resolved on | Aug 24, 2012 17:15 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When compiling libc++ using clang, CMake build system and
LIBCXX_ENABLE_EXCE... | libc++ fails to build with disabled exceptions | https://api.github.com/repos/llvm/llvm-project/issues/13454/comments | 1 | 2012-06-11T20:21:18Z | 2021-12-03T23:32:31Z | https://github.com/llvm/llvm-project/issues/13454 | 1,071,047,631 | 13,454 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13081](https://llvm.org/bz13081) |
| Resolution | INVALID |
| Resolved on | Jul 14, 2014 09:55 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
When compiling libc++ using clang, CMake build system and ... | libc++ fails to build with disabled c++0x | https://api.github.com/repos/llvm/llvm-project/issues/13453/comments | 4 | 2012-06-11T20:19:00Z | 2021-12-03T23:32:31Z | https://github.com/llvm/llvm-project/issues/13453 | 1,071,047,626 | 13,453 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13080](https://llvm.org/bz13080) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@zygoloid,@tstellar |
## Extended Description
I couldn't find anything in the standard about when a NSDMI in a template is instantiated, but I'm pretty sure it's never needed here ... | Invalid but unused NSDMI is not ignored | https://api.github.com/repos/llvm/llvm-project/issues/13452/comments | 5 | 2012-06-11T18:18:39Z | 2023-11-06T06:10:59Z | https://github.com/llvm/llvm-project/issues/13452 | 1,071,047,623 | 13,452 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13079](https://llvm.org/bz13079) |
| Version | trunk |
| OS | Windows NT |
| CC | @asl,@tritao |
## Extended Description
Clang built with MSVC using MSVC libs/tools under MSYS will allow to build autotools projects in a MSVC-compatible way, which is one of the reasons Clang is... | MSVC-built Clang cannot find VS headers in MSYS on x64 OS | https://api.github.com/repos/llvm/llvm-project/issues/13451/comments | 4 | 2012-06-11T16:22:49Z | 2022-01-26T22:18:24Z | https://github.com/llvm/llvm-project/issues/13451 | 1,071,047,618 | 13,451 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13078](https://llvm.org/bz13078) |
| Resolution | INVALID |
| Resolved on | Jun 11, 2012 10:39 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie |
## Extended Description
int i = 99;
void
f1 (void)
{
int j = sizeof(++i, i);
}
-- A... | typeof | https://api.github.com/repos/llvm/llvm-project/issues/13450/comments | 2 | 2012-06-11T12:08:35Z | 2021-12-03T23:32:28Z | https://github.com/llvm/llvm-project/issues/13450 | 1,071,047,612 | 13,450 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13077](https://llvm.org/bz13077) |
| Resolution | WORKSFORME |
| Resolved on | Jun 27, 2012 13:25 |
| Version | 3.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When using clang++, using the warning flag "-W" normally turns on warnings ab... | -Wno-unused-parameter has no effect when used with -W | https://api.github.com/repos/llvm/llvm-project/issues/13449/comments | 3 | 2012-06-11T10:15:28Z | 2022-01-20T02:09:36Z | https://github.com/llvm/llvm-project/issues/13449 | 1,071,047,607 | 13,449 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13076](https://llvm.org/bz13076) |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [Pre-processed source](https://user-images.githubusercontent.com/92601275/143745483-89c2266f-a26d-4d98-a053-16b8586e3d83.gz) |
## Extended Description
Somewhere around r158250 or later se... | loop in CFGBuilder::Visit ? | https://api.github.com/repos/llvm/llvm-project/issues/13448/comments | 4 | 2012-06-11T01:52:10Z | 2023-08-08T13:23:09Z | https://github.com/llvm/llvm-project/issues/13448 | 1,071,047,602 | 13,448 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13075](https://llvm.org/bz13075) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@belkadan,@jryans,@tkremenek |
## Extended Description
clang version 3.2 (trunk 155835)
The attached 2.6MB `.E` file is a pre-processed... | slow compilation | https://api.github.com/repos/llvm/llvm-project/issues/13447/comments | 11 | 2012-06-11T00:55:10Z | 2024-07-28T11:29:01Z | https://github.com/llvm/llvm-project/issues/13447 | 1,071,047,599 | 13,447 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13074](https://llvm.org/bz13074) |
| Resolution | INVALID |
| Resolved on | Jun 12, 2012 15:50 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@DougGregor,@zygoloid |
## Extended Description
betelgeuse@pena ~/cpp $ cat decl... | Trailing return type can't handle decltype(&std::declval<foo>()) | https://api.github.com/repos/llvm/llvm-project/issues/13446/comments | 5 | 2012-06-11T00:39:13Z | 2021-12-03T23:32:25Z | https://github.com/llvm/llvm-project/issues/13446 | 1,071,047,594 | 13,446 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13073](https://llvm.org/bz13073) |
| Resolution | WONTFIX |
| Resolved on | Jun 10, 2012 16:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
With trunk llvm and clang from few days ago,
the resulting clang d... | Trunk clang not working on arm | https://api.github.com/repos/llvm/llvm-project/issues/13445/comments | 4 | 2012-06-10T21:17:00Z | 2022-01-20T02:36:10Z | https://github.com/llvm/llvm-project/issues/13445 | 1,071,047,587 | 13,445 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13072](https://llvm.org/bz13072) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Can we please get a configure option to get a 32-bit build, perhaps as well as a 64-bit, on a 64-bit host without setting compile flags etc. ... | configure 32-bit build on 64-bit host | https://api.github.com/repos/llvm/llvm-project/issues/13444/comments | 3 | 2012-06-10T14:04:03Z | 2023-08-17T12:06:39Z | https://github.com/llvm/llvm-project/issues/13444 | 1,071,047,583 | 13,444 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13071](https://llvm.org/bz13071) |
| Resolution | FIXED |
| Resolved on | Jun 18, 2012 11:39 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@tkremenek,@nunoplopes |
## Extended Description
$ cat ~/q.c
//typedef unsigned long size_t;
void* my_calloc(size_t, size_t) __attribut... | Crash on invalid with alloc_size attribute | https://api.github.com/repos/llvm/llvm-project/issues/13443/comments | 2 | 2012-06-10T11:35:30Z | 2021-12-03T23:32:22Z | https://github.com/llvm/llvm-project/issues/13443 | 1,071,047,577 | 13,443 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13070](https://llvm.org/bz13070) |
| Resolution | FIXED |
| Resolved on | May 08, 2015 13:02 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
I got these diagnostics:
lib/Sema/SemaDeclCXX.cpp:3879:8: error: use of undeclared identifier 'CXXDef... | missing namespace typo correction for switch on enum | https://api.github.com/repos/llvm/llvm-project/issues/13442/comments | 1 | 2012-06-10T06:33:35Z | 2021-12-03T23:32:21Z | https://github.com/llvm/llvm-project/issues/13442 | 1,071,047,572 | 13,442 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13069](https://llvm.org/bz13069) |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Suppose we have the following binary operator.
template <typename T>
void operator|(std::initializer_list<T>, int) {/*...*/}
Then, we can call
... | poor diagnostic when expression starts with braced-init-list | https://api.github.com/repos/llvm/llvm-project/issues/13441/comments | 3 | 2012-06-10T05:59:29Z | 2023-08-15T06:29:44Z | https://github.com/llvm/llvm-project/issues/13441 | 1,071,047,567 | 13,441 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13068](https://llvm.org/bz13068) |
| Resolution | FIXED |
| Resolved on | Jun 03, 2013 01:27 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Feeding following code causes clang++ crash.
$ cat... | Returning const reference to element of vector type causes crash | https://api.github.com/repos/llvm/llvm-project/issues/13440/comments | 2 | 2012-06-10T05:33:44Z | 2021-12-03T23:32:20Z | https://github.com/llvm/llvm-project/issues/13440 | 1,071,047,554 | 13,440 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13067](https://llvm.org/bz13067) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@Kojoley,@riccibruno,@t-b |
## Extended Description
The algorithm which Clang uses to determine which variables are NRVO candidates is not very smart. We do not use NRVO in this ca... | Sema::computeNRVO is not very smart | https://api.github.com/repos/llvm/llvm-project/issues/13439/comments | 5 | 2012-06-10T05:21:34Z | 2023-11-06T05:01:27Z | https://github.com/llvm/llvm-project/issues/13439 | 1,071,047,548 | 13,439 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13066](https://llvm.org/bz13066) |
| Version | trunk |
| OS | Linux |
## Extended Description
<stdin>:2:8: error: expected ')'
int b) {}
^
<stdin>:1:7: note: to match this '('
void f(int a
^
It would be awesome if we could check to see if a decl-specifier ... | produce a better diagnostic for a missing comma between function parameters | https://api.github.com/repos/llvm/llvm-project/issues/13438/comments | 0 | 2012-06-10T04:51:04Z | 2023-08-15T06:27:58Z | https://github.com/llvm/llvm-project/issues/13438 | 1,071,047,542 | 13,438 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13065](https://llvm.org/bz13065) |
| Resolution | FIXED |
| Resolved on | Jun 14, 2012 19:47 |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie |
## Extended Description
Test case:
#if F
#endif
/* FOO */
with -Wp,-CC -E, this should preserve /* FOO */, but it gets droppe... | Comment after #if dropped | https://api.github.com/repos/llvm/llvm-project/issues/13437/comments | 3 | 2012-06-09T23:08:10Z | 2021-12-03T23:32:17Z | https://github.com/llvm/llvm-project/issues/13437 | 1,071,047,535 | 13,437 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13064](https://llvm.org/bz13064) |
| Resolution | FIXED |
| Resolved on | Jun 09, 2012 22:12 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Consider following minimal code samples:
#include ... | non-static member initialisation invokes copy-constructor in template classes | https://api.github.com/repos/llvm/llvm-project/issues/13436/comments | 1 | 2012-06-09T13:54:08Z | 2021-12-03T23:32:16Z | https://github.com/llvm/llvm-project/issues/13436 | 1,071,047,527 | 13,436 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13063](https://llvm.org/bz13063) |
| Resolution | FIXED |
| Resolved on | Jun 09, 2012 15:01 |
| Version | unspecified |
| OS | All |
| CC | @zygoloid |
## Extended Description
The following is correct C++03, but incorrect C++11.
#include <utility>
#include <vector>
class Va... | Incorrect pair in C++11 and C++98 mode. | https://api.github.com/repos/llvm/llvm-project/issues/13435/comments | 5 | 2012-06-09T01:57:15Z | 2021-12-03T23:32:16Z | https://github.com/llvm/llvm-project/issues/13435 | 1,071,047,524 | 13,435 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13062](https://llvm.org/bz13062) |
| Version | trunk |
| OS | MacOS X |
## Extended Description
These two Objective-C methods compile to the same assembly code, but have different type-encodings (which you can see by dumping the Mach-O binary using "otool -oV").
-(void)fo... | Objective-C encoding of int[42] parameter doesn't match encoding of int[], int* parameters | https://api.github.com/repos/llvm/llvm-project/issues/13434/comments | 7 | 2012-06-09T00:46:26Z | 2023-05-21T12:43:34Z | https://github.com/llvm/llvm-project/issues/13434 | 1,071,047,520 | 13,434 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13061](https://llvm.org/bz13061) |
| Resolution | DUPLICATE |
| Resolved on | Jan 29, 2018 14:32 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@DimitryAndric |
## Extended Description
$ cat u.c
int a;
int foo() { return a; }
$ clang -... | fatal error with -fPIE -mcmodel=kernel | https://api.github.com/repos/llvm/llvm-project/issues/13433/comments | 5 | 2012-06-08T23:34:24Z | 2021-12-03T23:32:14Z | https://github.com/llvm/llvm-project/issues/13433 | 1,071,047,517 | 13,433 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13060](https://llvm.org/bz13060) |
| Version | trunk |
| OS | All |
| CC | @zygoloid |
## Extended Description
(I've stolen the formatting from Bug 12566, but this is a different issue.)
If I understand the semantics of rvalue references correctly, then the following code sho... | Need warning for returning a C++11 rvalue reference to a local | https://api.github.com/repos/llvm/llvm-project/issues/13432/comments | 1 | 2012-06-08T22:05:36Z | 2022-01-17T21:43:37Z | https://github.com/llvm/llvm-project/issues/13432 | 1,071,047,508 | 13,432 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13059](https://llvm.org/bz13059) |
| Resolution | DUPLICATE |
| Resolved on | Sep 04, 2016 08:03 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @RKSimon |
## Extended Description
The following C code written using AVX intrinsics
#include ... | Passing 8 x float vector to a function generates unnecessary instructions on x86-64 | https://api.github.com/repos/llvm/llvm-project/issues/13431/comments | 3 | 2012-06-08T18:27:55Z | 2021-12-03T23:32:12Z | https://github.com/llvm/llvm-project/issues/13431 | 1,071,047,505 | 13,431 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13058](https://llvm.org/bz13058) |
| Version | trunk |
| OS | All |
| CC | @asl,@atrick |
## Extended Description
Before register allocation, MachineInstrs are in SSA form. We still allow live physregs which can't be in SSA form, but only under certain constraints. We need to ... | Document physreg constraints in SSA form | https://api.github.com/repos/llvm/llvm-project/issues/13430/comments | 0 | 2012-06-08T18:21:00Z | 2021-12-03T23:32:11Z | https://github.com/llvm/llvm-project/issues/13430 | 1,071,047,497 | 13,430 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13057](https://llvm.org/bz13057) |
| Version | trunk |
| OS | Linux |
| Attachments | [clang -03 output from SingleSourcehttps://user-images.githubusercontent.com/910929/143745481-9a04f6db-eaab-4754-986f-0e1c8d1e0360.gz) |
| CC | @stoklund |
## Extended Description
The infra... | Support for terminators which define registers | https://api.github.com/repos/llvm/llvm-project/issues/13429/comments | 4 | 2012-06-08T17:52:53Z | 2021-12-03T23:32:11Z | https://github.com/llvm/llvm-project/issues/13429 | 1,071,047,493 | 13,429 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13056](https://llvm.org/bz13056) |
| Resolution | DUPLICATE |
| Resolved on | Jun 08, 2012 07:57 |
| Version | trunk |
| OS | Linux |
| Attachments | [Preprocessed file](https://user-images.githubusercontent.com/4255/143745479-b59b379a-cdfa-479b-9f0d-44c838b2b346.gz), [Reduced t... | [REGRESSION] clang hangs compiling dca.c from libav at -O2 | https://api.github.com/repos/llvm/llvm-project/issues/13428/comments | 1 | 2012-06-08T11:34:43Z | 2021-12-03T23:32:10Z | https://github.com/llvm/llvm-project/issues/13428 | 1,071,047,488 | 13,428 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13055](https://llvm.org/bz13055) |
| Version | trunk |
| OS | Linux |
| Attachments | [Reproducer for a DragonEgg floating-point exception](https://user-images.githubusercontent.com/60944935/143745478-b61706a1-4af8-4930-909b-54f2833e1314.gz) |
| Reporter | LLVM Bugzilla Contribu... | -O2 -fplugin-arg-dragonegg-llvm-option=-vectorize gives floating point exception | https://api.github.com/repos/llvm/llvm-project/issues/13427/comments | 1 | 2012-06-08T02:52:22Z | 2021-12-14T21:16:47Z | https://github.com/llvm/llvm-project/issues/13427 | 1,071,047,487 | 13,427 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13054](https://llvm.org/bz13054) |
| Resolution | INVALID |
| Resolved on | Jun 07, 2012 19:11 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@DougGregor |
## Extended Description
On 64 bit ubtunu linux, the clang++ genera... | -O4 causes clang++ to generate the wrong object module format | https://api.github.com/repos/llvm/llvm-project/issues/13426/comments | 2 | 2012-06-08T01:42:31Z | 2021-12-03T23:32:08Z | https://github.com/llvm/llvm-project/issues/13426 | 1,071,047,480 | 13,426 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13053](https://llvm.org/bz13053) |
| Resolution | FIXED |
| Resolved on | Dec 15, 2013 16:57 |
| Version | trunk |
| OS | OpenBSD |
| Attachments | [ii and sh files](https://user-images.githubusercontent.com/60944935/143745477-9692c28a-9e69-481c-8617-27a89015b0ce.gz) |
| Reporte... | clang fails to compile hello world on OpenBSD/mips64el | https://api.github.com/repos/llvm/llvm-project/issues/13425/comments | 4 | 2012-06-08T01:34:32Z | 2021-12-03T23:32:07Z | https://github.com/llvm/llvm-project/issues/13425 | 1,071,047,473 | 13,425 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13052](https://llvm.org/bz13052) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2012 16:10 |
| Version | trunk |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Clang rejects the following code:
template<type... | explicitly defaulted constructor is not constexpr | https://api.github.com/repos/llvm/llvm-project/issues/13424/comments | 2 | 2012-06-08T00:55:37Z | 2021-12-03T23:32:07Z | https://github.com/llvm/llvm-project/issues/13424 | 1,071,047,467 | 13,424 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13051](https://llvm.org/bz13051) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2012 16:38 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
template<typename T> struct S { }; void f() { f(S<int>::foo()); }
<stdin>:1:57: error: no membe... | clang suggests that T::foo should maybe be T::for | https://api.github.com/repos/llvm/llvm-project/issues/13423/comments | 1 | 2012-06-08T00:46:22Z | 2021-12-03T23:32:06Z | https://github.com/llvm/llvm-project/issues/13423 | 1,071,047,459 | 13,423 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13050](https://llvm.org/bz13050) |
| Version | trunk |
| OS | Linux |
## Extended Description
/test-suite/SingleSource/Regression/C/sumarray2d.c contains the function:
int SumArray(int Array[][100], unsigned int NumI, unsigned int NumJ) {
unsigned i, j;
int Result = 0;
... | nested loops leave dead loop for degenerate case | https://api.github.com/repos/llvm/llvm-project/issues/13422/comments | 1 | 2012-06-07T23:07:40Z | 2021-12-03T23:32:05Z | https://github.com/llvm/llvm-project/issues/13422 | 1,071,047,456 | 13,422 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13049](https://llvm.org/bz13049) |
| Version | trunk |
| OS | All |
## Extended Description
The documentation for Reg2Mem, appearing at the top of "Reg2Mem.cpp", claims that "To make later hacking easier, the entry block is split into two, such that all introduced allocas and ... | reg2mem falsely claims to split entry block | https://api.github.com/repos/llvm/llvm-project/issues/13421/comments | 0 | 2012-06-07T22:29:51Z | 2021-12-03T23:32:04Z | https://github.com/llvm/llvm-project/issues/13421 | 1,071,047,451 | 13,421 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13048](https://llvm.org/bz13048) |
| Resolution | FIXED |
| Resolved on | Jun 07, 2012 13:40 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@ehsan |
## Extended Description
I am getting the following error when linking firefox with go... | Invalid x86 tls sequence | https://api.github.com/repos/llvm/llvm-project/issues/13420/comments | 1 | 2012-06-07T19:31:53Z | 2021-12-03T23:32:03Z | https://github.com/llvm/llvm-project/issues/13420 | 1,071,047,448 | 13,420 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13047](https://llvm.org/bz13047) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @DougGregor,@zygoloid |
## Extended Description
$ cat rgb.cpp
typedef double RGB[3];
RGB color;
... | [Windows] Assert failure when mangling typedef'ed array types | https://api.github.com/repos/llvm/llvm-project/issues/13419/comments | 4 | 2012-06-07T16:02:53Z | 2021-12-03T23:32:02Z | https://github.com/llvm/llvm-project/issues/13419 | 1,071,047,443 | 13,419 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13046](https://llvm.org/bz13046) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2012 00:45 |
| Version | trunk |
| OS | All |
| Attachments | [clang -O2 -emit-llvm output](https://user-images.githubusercontent.com/92601275/143745476-4f567d1a-104d-4c8f-8ad0-75096d6670f7.gz) |
... | Assertion failed: (TargetRegisterInfo::isVirtualRegister(VReg) && "Not a vreg?") | https://api.github.com/repos/llvm/llvm-project/issues/13418/comments | 3 | 2012-06-07T15:49:18Z | 2021-12-03T23:32:02Z | https://github.com/llvm/llvm-project/issues/13418 | 1,071,047,429 | 13,418 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13045](https://llvm.org/bz13045) |
| Version | unspecified |
| OS | All |
| CC | @jryans |
## Extended Description
For a case like this, which can come up when include guards are missing/broken:
$ cat t.h
void foo(int x = 0);
$ cat t.cpp
#include "t.h"
#include "t.h"
we emi... | Provide better diagnostics for duplicate includes | https://api.github.com/repos/llvm/llvm-project/issues/13417/comments | 0 | 2012-06-07T13:59:19Z | 2023-05-21T12:44:17Z | https://github.com/llvm/llvm-project/issues/13417 | 1,071,047,416 | 13,417 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13044](https://llvm.org/bz13044) |
| Resolution | FIXED |
| Resolved on | Oct 27, 2013 00:09 |
| Version | trunk |
| OS | All |
| Attachments | [A documentation patch explaining implicit and explicit labels](https://user-images.githubusercontent.com/60944935/143745474-73d8261a-4... | Implicit labels are not documented | https://api.github.com/repos/llvm/llvm-project/issues/13416/comments | 1 | 2012-06-07T13:37:46Z | 2021-12-03T23:32:00Z | https://github.com/llvm/llvm-project/issues/13416 | 1,071,047,410 | 13,416 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13043](https://llvm.org/bz13043) |
| Resolution | FIXED |
| Resolved on | May 19, 2014 19:50 |
| Version | 3.0 |
| OS | Windows NT |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143745472-dd308fe6-7cfa-4028-a3e6-49dac37eaece.gz), [testcase2](http... | Too many overloaded operators in the overload set, if argument type is scoped enumeration and template parameter | https://api.github.com/repos/llvm/llvm-project/issues/13415/comments | 2 | 2012-06-07T10:36:26Z | 2021-12-03T23:31:59Z | https://github.com/llvm/llvm-project/issues/13415 | 1,071,047,406 | 13,415 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13042](https://llvm.org/bz13042) |
| Version | unspecified |
| OS | All |
| Attachments | [bitcode demonstrating the problem](https://user-images.githubusercontent.com/60944935/143745468-00213c77-5df1-4b0f-93d4-89bf3e49ffcc.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Exte... | incorrect optimization where i64 is converted to i192 | https://api.github.com/repos/llvm/llvm-project/issues/13414/comments | 4 | 2012-06-07T00:50:28Z | 2021-12-03T23:31:58Z | https://github.com/llvm/llvm-project/issues/13414 | 1,071,047,401 | 13,414 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13041](https://llvm.org/bz13041) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2012 09:13 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143745467-eef67d7e-3bf4-4d9c-bd0f-b4e0108e91e0.gz) |
| Reporter | LLVM ... | Endless loop during Firefox building with LTO | https://api.github.com/repos/llvm/llvm-project/issues/13413/comments | 6 | 2012-06-06T23:07:32Z | 2021-12-03T23:31:57Z | https://github.com/llvm/llvm-project/issues/13413 | 1,071,047,397 | 13,413 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13040](https://llvm.org/bz13040) |
| Version | trunk |
| OS | Linux |
| Attachments | [Broken ASCII bitcode output of gfortran + DragonEgg + vectorization](https://user-images.githubusercontent.com/60944935/143745466-0934b1f6-0c1b-46f5-bb9c-42c0db76265f.gz) |
| Reporter | LLVM B... | -fplugin-arg-dragonegg-llvm-option=-vectorize produces bad bitcode for some SPEC benchmarks | https://api.github.com/repos/llvm/llvm-project/issues/13412/comments | 9 | 2012-06-06T18:52:46Z | 2021-12-14T21:17:49Z | https://github.com/llvm/llvm-project/issues/13412 | 1,071,047,393 | 13,412 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13039](https://llvm.org/bz13039) |
| Resolution | FIXED |
| Resolved on | May 19, 2015 09:55 |
| Version | trunk |
| OS | All |
| CC | @john-brawn-arm |
## Extended Description
The Thumb2 conditional Branch (T4 encoding) is incorrectly implemented in MC.
Reproduce with: echo ... | Thumb2 branch instruction is broken | https://api.github.com/repos/llvm/llvm-project/issues/13411/comments | 7 | 2012-06-06T16:04:28Z | 2021-12-03T23:31:56Z | https://github.com/llvm/llvm-project/issues/13411 | 1,071,047,386 | 13,411 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13038](https://llvm.org/bz13038) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2012 08:51 |
| Version | trunk |
| OS | All |
## Extended Description
The NEON VST1.16 instruction with a 16-bit alignment is being encoded incorrectly for Thumb.
Reproduce with: echo 0x80 0xf9 ... | VST1.16 instuctions with 16-bit alignment re-encode as unaligned | https://api.github.com/repos/llvm/llvm-project/issues/13410/comments | 1 | 2012-06-06T13:37:46Z | 2021-12-03T23:31:55Z | https://github.com/llvm/llvm-project/issues/13410 | 1,071,047,378 | 13,410 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13037](https://llvm.org/bz13037) |
| Version | trunk |
| OS | All |
## Extended Description
Thumb2 PLD immediate instructions are incorrectly handled by MC. The decoder and encoder appear to confuse the T1 (positive offset) and T2 (negative offset) encodings.
Reproduce with: ... | Thumb PLD (literal) instruction is treated as PLD with negative immediate. | https://api.github.com/repos/llvm/llvm-project/issues/13409/comments | 6 | 2012-06-06T13:12:58Z | 2021-12-03T23:31:54Z | https://github.com/llvm/llvm-project/issues/13409 | 1,071,047,376 | 13,409 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13036](https://llvm.org/bz13036) |
| Resolution | FIXED |
| Resolved on | Jun 24, 2016 08:53 |
| Version | trunk |
| OS | All |
| CC | @john-brawn-arm |
## Extended Description
The Thumb backend does not support the FLDMX/FSTMX instructions.
These instructions are a bit of a ... | Thumb FSTMX/FLDMX instructions are not supported | https://api.github.com/repos/llvm/llvm-project/issues/13408/comments | 1 | 2012-06-06T12:56:13Z | 2021-12-03T23:31:53Z | https://github.com/llvm/llvm-project/issues/13408 | 1,071,047,370 | 13,408 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13035](https://llvm.org/bz13035) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2012 08:54 |
| Version | trunk |
| OS | All |
## Extended Description
The LDRD/STRD instructions with negative #​0 is a different instruction encoding from the positive #​0 offset. MC... | Thumb LDRD/STRD with negative #​0 offset is decoded as a positive #​0 offset. | https://api.github.com/repos/llvm/llvm-project/issues/13407/comments | 3 | 2012-06-06T12:26:17Z | 2021-12-03T23:31:52Z | https://github.com/llvm/llvm-project/issues/13407 | 1,071,047,363 | 13,407 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13034](https://llvm.org/bz13034) |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
Clang is totally correct here:
t.cpp:4:7: error: no template named 'vector'; did you mean 'std::vector'?
std:vector<int> v;
^~~~~~
std::vector
/usr/i... | Surprising-but-correct typo correction with single-colon typo in qualified name lookup | https://api.github.com/repos/llvm/llvm-project/issues/13406/comments | 3 | 2012-06-05T23:53:08Z | 2023-08-15T12:02:57Z | https://github.com/llvm/llvm-project/issues/13406 | 1,071,047,361 | 13,406 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13033](https://llvm.org/bz13033) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2012 15:55 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
This:
namespace NS {
int a;
int longer_b;
}
int foobar = a + longer_b;
Is diagnosed as:
... | namespace typo correction shouldn't be suppressed for short identifiers | https://api.github.com/repos/llvm/llvm-project/issues/13405/comments | 1 | 2012-06-05T23:44:01Z | 2021-12-03T23:31:51Z | https://github.com/llvm/llvm-project/issues/13405 | 1,071,047,355 | 13,405 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13032](https://llvm.org/bz13032) |
| Resolution | DUPLICATE |
| Resolved on | Jan 10, 2013 16:32 |
| Version | unspecified |
| OS | Linux |
| CC | @Quuxplusone,@DougGregor |
## Extended Description
Consider this code:
#include <algorithm>
bool less(int, int);
bool less(const... | improve overload resolution diagnostic for overloaded function argument | https://api.github.com/repos/llvm/llvm-project/issues/13404/comments | 2 | 2012-06-05T23:22:42Z | 2021-12-03T23:31:50Z | https://github.com/llvm/llvm-project/issues/13404 | 1,071,047,348 | 13,404 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13031](https://llvm.org/bz13031) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:01 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tobiasgrosser |
## Extended Description
I have checked out the most recent versions of both ... | Many simple programs (including most polybench benchmarks) fail to compile when OpenMP is enabled | https://api.github.com/repos/llvm/llvm-project/issues/13403/comments | 2 | 2012-06-05T23:17:04Z | 2021-12-03T23:31:49Z | https://github.com/llvm/llvm-project/issues/13403 | 1,071,047,343 | 13,403 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13030](https://llvm.org/bz13030) |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
On this code:
#define DO_IT(x) (x).fn();
struct S { int fn(); };
int f(S *p) {
return DO_IT(p);
}
We produce this diagnostic:
<stdin>:6:10: error: me... | improve -> vs . typo correction for macro arguments | https://api.github.com/repos/llvm/llvm-project/issues/13402/comments | 0 | 2012-06-05T23:12:03Z | 2023-08-15T06:23:29Z | https://github.com/llvm/llvm-project/issues/13402 | 1,071,047,341 | 13,402 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13029](https://llvm.org/bz13029) |
| Resolution | DUPLICATE |
| Resolved on | Dec 28, 2012 07:10 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor,@gribozavr |
## Extended Description
This code:
template<typename T> struct A { typedef T type; };
template<typename... | perform lookup into dependent bases for typo correction / error recovery | https://api.github.com/repos/llvm/llvm-project/issues/13401/comments | 2 | 2012-06-05T22:53:37Z | 2021-12-03T23:31:47Z | https://github.com/llvm/llvm-project/issues/13401 | 1,071,047,334 | 13,401 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13028](https://llvm.org/bz13028) |
| Resolution | FIXED |
| Resolved on | Oct 19, 2012 15:44 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
Following code crashes with clang -O2, both 3.0 and trunk, have not ... | crash with ffsll() | https://api.github.com/repos/llvm/llvm-project/issues/13400/comments | 1 | 2012-06-05T13:29:59Z | 2021-12-03T23:31:46Z | https://github.com/llvm/llvm-project/issues/13400 | 1,071,047,329 | 13,400 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13027](https://llvm.org/bz13027) |
| Version | 3.0 |
| OS | Linux |
| Attachments | [switch with default](https://user-images.githubusercontent.com/60944935/143745458-e1d04b12-d5cf-4fae-b076-b36239d549dc.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan,@tkremenek,... | Analyzer created impossible default switch with bitwise & | https://api.github.com/repos/llvm/llvm-project/issues/13399/comments | 7 | 2012-06-05T12:39:52Z | 2021-12-03T23:31:45Z | https://github.com/llvm/llvm-project/issues/13399 | 1,071,047,326 | 13,399 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13026](https://llvm.org/bz13026) |
| Resolution | FIXED |
| Resolved on | Sep 18, 2012 02:19 |
| Version | trunk |
| OS | All |
| Attachments | [bitcode that cause an assertion](https://user-images.githubusercontent.com/60944935/143745457-4d076bc1-29a0-4e2a-8809-2c0f98c8c38a.gz)... | Assertion in SelectionDAGISel | https://api.github.com/repos/llvm/llvm-project/issues/13398/comments | 2 | 2012-06-05T09:37:02Z | 2021-12-03T23:31:45Z | https://github.com/llvm/llvm-project/issues/13398 | 1,071,047,322 | 13,398 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13025](https://llvm.org/bz13025) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2012 15:17 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reproducer that can't compile with DragonEgg to bitcode then link with Clang](https://user-images.githubusercontent.com/60944935/143... | Undefined reference to alloca when using bitcode | https://api.github.com/repos/llvm/llvm-project/issues/13397/comments | 9 | 2012-06-05T04:23:21Z | 2021-12-03T23:31:44Z | https://github.com/llvm/llvm-project/issues/13397 | 1,071,047,318 | 13,397 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13024](https://llvm.org/bz13024) |
| Resolution | FIXED |
| Resolved on | Aug 21, 2012 12:18 |
| Version | trunk |
| OS | other |
| Attachments | [Test.cpp compiled with -E to get the preprocessor output.](https://user-images.githubusercontent.com/60944935/143745453-7432d941-2ca... | std::map < int, int >, int >, calling operator [] results in assert | https://api.github.com/repos/llvm/llvm-project/issues/13396/comments | 7 | 2012-06-05T02:08:11Z | 2021-12-03T23:31:43Z | https://github.com/llvm/llvm-project/issues/13396 | 1,071,047,314 | 13,396 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13023](https://llvm.org/bz13023) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Fails with clang 3.1 and trunk as of r157903.
$ cat file.c
f();
uint8_t f()
{
f();
}
$ clang file.c
file.c:1:1: warning: type specifie... | Assertion `Proto && "Functions without a prototype cannot be overloaded"' failed | https://api.github.com/repos/llvm/llvm-project/issues/13395/comments | 2 | 2012-06-04T20:17:52Z | 2023-05-26T13:43:18Z | https://github.com/llvm/llvm-project/issues/13395 | 1,071,047,309 | 13,395 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13022](https://llvm.org/bz13022) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @DougGregor,@zygoloid |
## Extended Description
$ cat zz.cpp
int (test)();
void foo() { int z = t... | [Windows] Can't compile `int (test)();` | https://api.github.com/repos/llvm/llvm-project/issues/13394/comments | 2 | 2012-06-04T17:54:36Z | 2021-12-03T23:31:41Z | https://github.com/llvm/llvm-project/issues/13394 | 1,071,047,302 | 13,394 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13021](https://llvm.org/bz13021) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
This testcase makes Clang as of r157903 go into what looks like an infinite loop, which causes very high memory consumption.
$ ... | Reassociate takes forever on a long chain of operations. | https://api.github.com/repos/llvm/llvm-project/issues/13393/comments | 5 | 2012-06-04T10:14:12Z | 2024-07-06T03:33:06Z | https://github.com/llvm/llvm-project/issues/13393 | 1,071,047,297 | 13,393 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13020](https://llvm.org/bz13020) |
| Resolution | FIXED |
| Resolved on | Mar 18, 2013 17:26 |
| Version | trunk |
| OS | Linux |
| CC | @akyrtzi,@synopsys-sig-compiler-frontends |
## Extended Description
I've been encountering assertion failures failures reading and
writing A... | Clang 3.1 assertion failures reading and writing AST files | https://api.github.com/repos/llvm/llvm-project/issues/13392/comments | 4 | 2012-06-04T04:06:27Z | 2021-12-03T23:31:40Z | https://github.com/llvm/llvm-project/issues/13392 | 1,071,047,290 | 13,392 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13019](https://llvm.org/bz13019) |
| Version | trunk |
| OS | Linux |
| Attachments | [A testcase](https://user-images.githubusercontent.com/60944935/143745452-7d4e58a1-1861-471d-a2a9-d9a77dc08fb4.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hello,
1... | DSA Local analysis has assertion failure in debug build | https://api.github.com/repos/llvm/llvm-project/issues/13391/comments | 1 | 2012-06-03T23:13:16Z | 2023-08-09T01:37:29Z | https://github.com/llvm/llvm-project/issues/13391 | 1,071,047,287 | 13,391 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13018](https://llvm.org/bz13018) |
| Resolution | INVALID |
| Resolved on | Jun 05, 2012 03:29 |
| Version | trunk |
| OS | other |
| Attachments | [Code that does not compile, but sould](https://user-images.githubusercontent.com/60944935/143745451-c572ec55-613d-4a34-8a43-c34507... | Overloaded operators not in the overload set, if argument-type is strongly-typed-enum | https://api.github.com/repos/llvm/llvm-project/issues/13390/comments | 2 | 2012-06-03T20:37:16Z | 2021-12-03T23:31:38Z | https://github.com/llvm/llvm-project/issues/13390 | 1,071,047,281 | 13,390 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13017](https://llvm.org/bz13017) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm running on recent git commit 31219d2cec17dca632b6d047a15e86dc92b76e18
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157887 9117... | i386 make check failure: win_ftol2.ll fails on SVN r157887 | https://api.github.com/repos/llvm/llvm-project/issues/13389/comments | 6 | 2012-06-02T18:27:34Z | 2023-08-09T01:37:50Z | https://github.com/llvm/llvm-project/issues/13389 | 1,071,047,279 | 13,389 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13016](https://llvm.org/bz13016) |
| Resolution | FIXED |
| Resolved on | Oct 21, 2015 15:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@d0k,@DougGregor,@rnk,@timurrrr |
## Extended Description
Could you support auto linking, like s... | Support auto linking | https://api.github.com/repos/llvm/llvm-project/issues/13388/comments | 7 | 2012-06-02T16:20:06Z | 2021-12-03T23:31:36Z | https://github.com/llvm/llvm-project/issues/13388 | 1,071,047,270 | 13,388 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13015](https://llvm.org/bz13015) |
| Resolution | FIXED |
| Resolved on | Apr 05, 2013 19:03 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Compile the attached clang_bug.cpp code with Clang ... | missing destructor call for temporary created by C++11 braced initializer list syntax as function argument | https://api.github.com/repos/llvm/llvm-project/issues/13387/comments | 6 | 2012-06-02T16:16:56Z | 2021-12-03T23:31:35Z | https://github.com/llvm/llvm-project/issues/13387 | 1,071,047,263 | 13,387 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13014](https://llvm.org/bz13014) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2016 12:27 |
| Version | trunk |
| OS | Linux |
| Attachments | [a patch that enables LLVM_DEFAULT_TARGET_TRIPLE to be set by the user](https://user-images.githubusercontent.com/60944935/143745450-... | LLVM_DEFAULT_TARGET_TRIPLE can't be set at cmake invocation time | https://api.github.com/repos/llvm/llvm-project/issues/13386/comments | 2 | 2012-06-02T14:46:13Z | 2021-12-03T23:31:34Z | https://github.com/llvm/llvm-project/issues/13386 | 1,071,047,260 | 13,386 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13013](https://llvm.org/bz13013) |
| Resolution | FIXED |
| Resolved on | Jun 25, 2012 09:49 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Running llvm-objdump on a MSB encoded ELF file fails with an 'not a recognized file ... | ELF Type identification fails for MSB type ELF files | https://api.github.com/repos/llvm/llvm-project/issues/13385/comments | 1 | 2012-06-02T05:47:02Z | 2021-12-03T23:31:34Z | https://github.com/llvm/llvm-project/issues/13385 | 1,071,047,257 | 13,385 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13012](https://llvm.org/bz13012) |
| Resolution | FIXED |
| Resolved on | Jun 18, 2013 13:20 |
| Version | trunk |
| OS | All |
| Attachments | [Proposed patch (-fpcc-struct-return, -freg-struct-return)](https://user-images.githubusercontent.com/702021/143745448-5b69ccfc-c556-41... | Support -fpcc-struct-return (IsSmallStructInRegABI) | https://api.github.com/repos/llvm/llvm-project/issues/13384/comments | 1 | 2012-06-02T02:52:49Z | 2021-12-03T23:31:33Z | https://github.com/llvm/llvm-project/issues/13384 | 1,071,047,251 | 13,384 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13011](https://llvm.org/bz13011) |
| Version | trunk |
| OS | All |
## Extended Description
Just spotted this bug in a large code base today:
void free(void*);
void foo(int free) {
free(0);
}
clang prints:
x.c:4:6: error: called object type 'int' is not a function or func... | improve diagnostic when function parameter obfuscates function | https://api.github.com/repos/llvm/llvm-project/issues/13383/comments | 1 | 2012-06-02T02:47:57Z | 2022-05-27T16:51:21Z | https://github.com/llvm/llvm-project/issues/13383 | 1,071,047,244 | 13,383 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13010](https://llvm.org/bz13010) |
| Resolution | WORKSFORME |
| Resolved on | Oct 24, 2013 23:38 |
| Version | unspecified |
| OS | All |
| CC | @AnnaZaks |
## Extended Description
From: Josh Kupershmidt <schmiddy@gmail.com>
>> It just finished, actually: took about 7 hours ... | Analyzing postgresql takes 7 hours | https://api.github.com/repos/llvm/llvm-project/issues/13382/comments | 24 | 2012-06-02T01:20:32Z | 2022-01-20T02:09:35Z | https://github.com/llvm/llvm-project/issues/13382 | 1,071,047,236 | 13,382 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13009](https://llvm.org/bz13009) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@ftynse |
## Extended Description
Newer gccs produce a warning in
```c++
struct __attribute__((visibility("hidden"))) foo {
};
str... | Missing warning on the visibility of bases and members | https://api.github.com/repos/llvm/llvm-project/issues/13381/comments | 0 | 2012-06-01T23:24:46Z | 2023-09-03T23:39:02Z | https://github.com/llvm/llvm-project/issues/13381 | 1,071,047,234 | 13,381 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13008](https://llvm.org/bz13008) |
| Resolution | DUPLICATE |
| Resolved on | Jun 03, 2012 19:02 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@DougGregor |
## Extended Description
I am trying to use clang 3.1 to compile some linear ... | clang crashes when compiling Eigen::SelfAdjointEigenSolver | https://api.github.com/repos/llvm/llvm-project/issues/13380/comments | 10 | 2012-06-01T22:37:55Z | 2021-12-03T23:31:30Z | https://github.com/llvm/llvm-project/issues/13380 | 1,071,047,232 | 13,380 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13007](https://llvm.org/bz13007) |
| Resolution | FIXED |
| Resolved on | Apr 30, 2015 04:09 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#21420 |
| CC | @asl,@berolinux,@kbeyls,@mclow,@rengolin,@stephenhines |
## Extended Description
LLVM on ARM ... | ARM CodeGen fails with large stack alignment | https://api.github.com/repos/llvm/llvm-project/issues/13379/comments | 7 | 2012-06-01T16:59:22Z | 2021-12-03T23:31:28Z | https://github.com/llvm/llvm-project/issues/13379 | 1,071,047,222 | 13,379 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13006](https://llvm.org/bz13006) |
| Resolution | FIXED |
| Resolved on | Jun 01, 2012 13:20 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143745440-1e77c854-730f-4760-ac91-7fdb8b2b23d2.gz) |
| Reporter | L... | Codegen tailcall crash | https://api.github.com/repos/llvm/llvm-project/issues/13378/comments | 3 | 2012-06-01T15:44:50Z | 2021-12-03T23:31:28Z | https://github.com/llvm/llvm-project/issues/13378 | 1,071,047,217 | 13,378 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [13005](https://llvm.org/bz13005) |
| Resolution | FIXED |
| Resolved on | Jun 12, 2012 15:27 |
| Version | 3.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan,@tkremenek |
## Extended Description
It's not uncommon that analyzer makes this construct:
... | Report FP based in impossible condition | https://api.github.com/repos/llvm/llvm-project/issues/13377/comments | 9 | 2012-06-01T15:44:25Z | 2021-12-03T23:31:27Z | https://github.com/llvm/llvm-project/issues/13377 | 1,071,047,212 | 13,377 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.