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 | [18805](https://llvm.org/bz18805) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2014 19:08 |
| Version | unspecified |
| OS | FreeBSD |
## Extended Description
Thread at http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20140203/010374.html
Snippet of test output:... | test_nonrunning_command_abbreviations fails after r200875 (FreeBSD, Ubuntu) | https://api.github.com/repos/llvm/llvm-project/issues/19179/comments | 2 | 2014-02-11T15:44:22Z | 2021-12-09T21:57:48Z | https://github.com/llvm/llvm-project/issues/19179 | 1,076,087,773 | 19,179 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18804](https://llvm.org/bz18804) |
| Version | trunk |
| OS | All |
| Attachments | [Two test cases where clang loop analyzer fails](https://user-images.githubusercontent.com/60944935/143748977-52056f27-bb4f-4f2a-9ac8-ecdf5d91e385.gz) |
| Reporter | LLVM Bugzilla Contributor |
|... | clang loop analyzer fails on some loops | https://api.github.com/repos/llvm/llvm-project/issues/19178/comments | 1 | 2014-02-11T14:35:30Z | 2023-07-13T21:22:57Z | https://github.com/llvm/llvm-project/issues/19178 | 1,076,087,752 | 19,178 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18803](https://llvm.org/bz18803) |
| Version | trunk |
| OS | Windows NT |
| CC | @zygoloid |
## Extended Description
I suppose there should be an undefined behavior on *p. Gcc warns this behavior.
$: cat s.c
void fn(int* p) {
int a[2] = {1, 2};
a[*p] = (*p += 1);
}
$: c... | No -Wsequence-point warning for undefined behavior in "a[*p] = (*p += 1)" | https://api.github.com/repos/llvm/llvm-project/issues/19177/comments | 1 | 2014-02-11T11:10:12Z | 2022-01-17T20:03:38Z | https://github.com/llvm/llvm-project/issues/19177 | 1,076,087,730 | 19,177 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18802](https://llvm.org/bz18802) |
| Resolution | FIXED |
| Resolved on | Feb 14, 2014 07:01 |
| Version | unspecified |
| OS | All |
| Attachments | [Patch for out-of-tree projects](https://user-images.githubusercontent.com/60944935/143748975-64718306-22cf-47b4-adbe-e9ef87804e7... | Support for building software out of LLVM tree | https://api.github.com/repos/llvm/llvm-project/issues/19176/comments | 4 | 2014-02-11T09:37:46Z | 2021-12-09T21:57:45Z | https://github.com/llvm/llvm-project/issues/19176 | 1,076,087,707 | 19,176 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18801](https://llvm.org/bz18801) |
| Version | trunk |
| OS | Linux |
| CC | @akyrtzi |
## Extended Description
-Weverything does not include -Wwrite-strings in the latest trunk 201113.
clang-3.4 works fine.
$: cat small.c
```c
extern void fn(char*);
void fn1... | Regression: -Weverything does not include -Wwrite-strings | https://api.github.com/repos/llvm/llvm-project/issues/19175/comments | 1 | 2014-02-11T02:11:59Z | 2024-08-12T13:08:42Z | https://github.com/llvm/llvm-project/issues/19175 | 1,076,087,688 | 19,175 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18800](https://llvm.org/bz18800) |
| Resolution | FIXED |
| Resolved on | Mar 13, 2014 07:06 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@hfinkel |
## Extended Description
I wrote a patch for deleting the old scalarrepl pass,... | sroa crash | https://api.github.com/repos/llvm/llvm-project/issues/19174/comments | 1 | 2014-02-11T01:05:49Z | 2021-12-09T21:57:43Z | https://github.com/llvm/llvm-project/issues/19174 | 1,076,087,667 | 19,174 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18799](https://llvm.org/bz18799) |
| Resolution | FIXED |
| Resolved on | Aug 04, 2015 23:51 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tlattner |
## Extended Description
New bugs in the lldb product aren't going to LLVMbugs. Fo... | new lldb bugs not mailed to llvm-bugs | https://api.github.com/repos/llvm/llvm-project/issues/19173/comments | 1 | 2014-02-11T00:35:39Z | 2021-12-09T21:57:42Z | https://github.com/llvm/llvm-project/issues/19173 | 1,076,087,641 | 19,173 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18798](https://llvm.org/bz18798) |
| Resolution | INVALID |
| Resolved on | Feb 10, 2014 22:33 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
For example, the following line:
"static constexpr ... | clang raise error when compiling boost constant in constexpr | https://api.github.com/repos/llvm/llvm-project/issues/19172/comments | 2 | 2014-02-10T23:59:23Z | 2021-12-09T21:57:41Z | https://github.com/llvm/llvm-project/issues/19172 | 1,076,087,624 | 19,172 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18797](https://llvm.org/bz18797) |
| Resolution | INVALID |
| Resolved on | Feb 10, 2014 16:11 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Repro steps:
1. build lldb and lldb-gdbserver on Ubuntu 12.04 x86_64 using... | 'image list' command is not listing modules in lldb-gdbserver on Ubuntu 12.04 x86_64 | https://api.github.com/repos/llvm/llvm-project/issues/19171/comments | 1 | 2014-02-10T23:43:23Z | 2021-12-09T21:57:40Z | https://github.com/llvm/llvm-project/issues/19171 | 1,076,087,608 | 19,171 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18796](https://llvm.org/bz18796) |
| Version | trunk |
| OS | Linux |
| CC | @Weverything |
## Extended Description
Clang does not warn the following case. However, if I change "0L" to "0", clang warns.
$: cat s.c
int fn(unsigned a) {
return a < 0L;
}
$: clang-trunk -Wtau... | No -Wtautological warning for comparison (unsigned < 0L) | https://api.github.com/repos/llvm/llvm-project/issues/19170/comments | 1 | 2014-02-10T23:13:52Z | 2022-01-20T02:52:35Z | https://github.com/llvm/llvm-project/issues/19170 | 1,076,087,588 | 19,170 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18795](https://llvm.org/bz18795) |
| Resolution | FIXED |
| Resolved on | Feb 11, 2014 11:28 |
| Version | unspecified |
| OS | Linux |
| CC | @belkadan |
## Extended Description
Consider the following input:
void f(int (*g)(const char *h, ...) __attribute__((nonnull(1)))) { ... | nonnull attribute not parsed correctly | https://api.github.com/repos/llvm/llvm-project/issues/19169/comments | 2 | 2014-02-10T22:26:37Z | 2021-12-09T21:57:38Z | https://github.com/llvm/llvm-project/issues/19169 | 1,076,087,565 | 19,169 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18794](https://llvm.org/bz18794) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [An example of a problematic file](https://user-images.githubusercontent.com/60944935/143748974-5adc2854-fbe2-4fd6-8d3b-cfc3c0e51a8e.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended De... | llvm.var.annotation segfault | https://api.github.com/repos/llvm/llvm-project/issues/19168/comments | 2 | 2014-02-10T21:57:55Z | 2023-08-09T07:26:06Z | https://github.com/llvm/llvm-project/issues/19168 | 1,076,087,546 | 19,168 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18793](https://llvm.org/bz18793) |
| Resolution | FIXED |
| Resolved on | Sep 23, 2014 16:06 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
This causes clang to assert in the parser:
template<typename T, T> struct S {};
template<typename... | crash on parenthesized non-type template argument | https://api.github.com/repos/llvm/llvm-project/issues/19167/comments | 1 | 2014-02-10T21:34:05Z | 2021-12-09T21:57:36Z | https://github.com/llvm/llvm-project/issues/19167 | 1,076,087,519 | 19,167 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18792](https://llvm.org/bz18792) |
| Resolution | FIXED |
| Resolved on | Oct 09, 2017 09:10 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@Ivan171,@Trass3r |
## Extended Description
Consider the following code (enable_if_t is p... | Note in wrong place when using std::enable_if_t | https://api.github.com/repos/llvm/llvm-project/issues/19166/comments | 7 | 2014-02-10T16:49:34Z | 2021-12-09T21:57:35Z | https://github.com/llvm/llvm-project/issues/19166 | 1,076,087,482 | 19,166 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18791](https://llvm.org/bz18791) |
| Resolution | FIXED |
| Resolved on | Sep 04, 2014 17:17 |
| Version | 3.4 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem |
## Extended Description
clang/LLVM emits extra register- and stack-altering code befor... | Naked attribute: clang emits extraneous, stack-altering code for naked functions that have a parameter. | https://api.github.com/repos/llvm/llvm-project/issues/19165/comments | 2 | 2014-02-10T13:26:46Z | 2021-12-09T21:57:34Z | https://github.com/llvm/llvm-project/issues/19165 | 1,076,087,454 | 19,165 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18790](https://llvm.org/bz18790) |
| Version | trunk |
| OS | All |
| Attachments | [testcase](https://user-images.githubusercontent.com/95090477/143748971-8b47a0da-5ccb-40d9-a6e0-a8cb0a245438.gz) |
| CC | @dwblaikie,@echristo,@pogo59 |
## Extended Description
I am attaching... | DWARF debug info has overlapping, invalid line information | https://api.github.com/repos/llvm/llvm-project/issues/19164/comments | 21 | 2014-02-10T12:46:47Z | 2023-06-25T19:10:01Z | https://github.com/llvm/llvm-project/issues/19164 | 1,076,087,378 | 19,164 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18789](https://llvm.org/bz18789) |
| Resolution | FIXED |
| Resolved on | Apr 28, 2014 00:45 |
| Version | trunk |
| OS | Linux |
| Attachments | [The .ll file to reproduce the run-time failure](https://user-images.githubusercontent.com/60944935/143748970-8287a3b6-f1d4-4a2b-b831... | va_copy for AArch64 doesn't work | https://api.github.com/repos/llvm/llvm-project/issues/19163/comments | 0 | 2014-02-10T11:05:31Z | 2021-12-09T21:57:29Z | https://github.com/llvm/llvm-project/issues/19163 | 1,076,087,361 | 19,163 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18788](https://llvm.org/bz18788) |
| Version | 3.4 |
| OS | Linux |
| CC | @hfinkel,@mahkoh |
## Extended Description
Consider the following code.
====
void g(void);
void h(void);
static void f(void)
{
static int i;
if (!i) {
i = 1;
h();
}
g();
}
int main(void)
{
f... | Clang misses static variable optimization | https://api.github.com/repos/llvm/llvm-project/issues/19162/comments | 1 | 2014-02-10T02:23:33Z | 2021-12-09T21:57:28Z | https://github.com/llvm/llvm-project/issues/19162 | 1,076,087,338 | 19,162 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18787](https://llvm.org/bz18787) |
| Resolution | WORKSFORME |
| Resolved on | Feb 10, 2014 01:11 |
| Version | 3.3 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie |
## Extended Description
The previous snippet builds fine while I would expect som... | clang: Re-declaration of a local variable inside a for-loop is allowed | https://api.github.com/repos/llvm/llvm-project/issues/19161/comments | 4 | 2014-02-10T01:47:42Z | 2022-01-20T02:13:36Z | https://github.com/llvm/llvm-project/issues/19161 | 1,076,087,323 | 19,161 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18786](https://llvm.org/bz18786) |
| Resolution | INVALID |
| Resolved on | Feb 09, 2014 11:02 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hi Howard. Forgive me, maybe this is just because I haven't had my mo... | Iterator overrun in std::unique | https://api.github.com/repos/llvm/llvm-project/issues/19160/comments | 1 | 2014-02-09T18:52:25Z | 2021-12-09T21:57:26Z | https://github.com/llvm/llvm-project/issues/19160 | 1,076,087,301 | 19,160 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18785](https://llvm.org/bz18785) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2014 14:55 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rnk |
## Extended Description
failed to compile a file.
Ubuntu clang version... | clang frontend command failed due to signal 2 | https://api.github.com/repos/llvm/llvm-project/issues/19159/comments | 5 | 2014-02-09T17:55:14Z | 2021-12-09T21:57:25Z | https://github.com/llvm/llvm-project/issues/19159 | 1,076,087,275 | 19,159 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18784](https://llvm.org/bz18784) |
| Resolution | FIXED |
| Resolved on | Sep 21, 2015 11:09 |
| Version | unspecified |
| OS | Linux |
| CC | @compnerd,@labath |
## Extended Description
/tmp/buildd/llvm-toolchain-snapshot-3.5~svn201036/tools/lldb/source/Host/common/Editline.c... | lldb fails to build with invalid conversion from 'const char*' to 'char*' [-fpermissive] | https://api.github.com/repos/llvm/llvm-project/issues/19158/comments | 2 | 2014-02-09T15:55:00Z | 2021-12-09T21:57:24Z | https://github.com/llvm/llvm-project/issues/19158 | 1,076,087,252 | 19,158 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18783](https://llvm.org/bz18783) |
| Resolution | FIXED |
| Resolved on | Jul 03, 2016 05:02 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
(If we replace type_traits with boost, this is C++03)
#inclu... | Wrong "too few template arguments for class template" | https://api.github.com/repos/llvm/llvm-project/issues/19157/comments | 1 | 2014-02-09T15:09:41Z | 2021-12-09T21:57:23Z | https://github.com/llvm/llvm-project/issues/19157 | 1,076,087,232 | 19,157 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18782](https://llvm.org/bz18782) |
| Resolution | DUPLICATE |
| Resolved on | Feb 11, 2014 05:19 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143748969-7e0c09a2-ddcf-430e-9b5e-91b3dbced6c1.gz) |
| CC | @chandle... | Assertion `currentLoop->isLCSSAForm(*DT)' failed | https://api.github.com/repos/llvm/llvm-project/issues/19156/comments | 1 | 2014-02-09T15:02:51Z | 2021-12-09T21:57:22Z | https://github.com/llvm/llvm-project/issues/19156 | 1,076,087,204 | 19,156 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18781](https://llvm.org/bz18781) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Hi!
```console
$ cat baz.cc
```
```cpp
#include <iostream>
struct foo
{
constexpr static const char* me = "foo"... | linking fails for `constexpr static const char*` member | https://api.github.com/repos/llvm/llvm-project/issues/19155/comments | 7 | 2014-02-09T12:42:12Z | 2025-01-14T01:37:19Z | https://github.com/llvm/llvm-project/issues/19155 | 1,076,087,181 | 19,155 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18780](https://llvm.org/bz18780) |
| Resolution | INVALID |
| Resolved on | Feb 09, 2014 04:48 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Here is a sample code:
#include <functional>
#include <iostr... | Lambda inside lambda doesn't capture the variable | https://api.github.com/repos/llvm/llvm-project/issues/19154/comments | 2 | 2014-02-09T11:23:01Z | 2021-12-09T21:57:20Z | https://github.com/llvm/llvm-project/issues/19154 | 1,076,087,159 | 19,154 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18779](https://llvm.org/bz18779) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2014 18:25 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
emmintrin.h uses __in as a name for the input parameter in several functions (... | emmintrin.h uses __in as a parameter name that may conflict with code originally written for MSVC | https://api.github.com/repos/llvm/llvm-project/issues/19153/comments | 1 | 2014-02-09T02:21:47Z | 2021-12-09T21:57:19Z | https://github.com/llvm/llvm-project/issues/19153 | 1,076,087,142 | 19,153 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18778](https://llvm.org/bz18778) |
| Resolution | FIXED |
| Resolved on | May 10, 2016 18:30 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jlebar,@Artem-B |
## Extended Description
When compiling valid CUDA code to LLVM (clang++ -Xclang -f... | clang fails to emit LLVM for template CUDA kernels (device code with -fcuda-is-device) | https://api.github.com/repos/llvm/llvm-project/issues/19152/comments | 2 | 2014-02-08T19:49:59Z | 2021-12-09T21:57:18Z | https://github.com/llvm/llvm-project/issues/19152 | 1,076,087,120 | 19,152 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18777](https://llvm.org/bz18777) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2014 11:21 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
struct S {
explicit operator bool() const;
};... | Explicit conversion operator ignored when passed as argument to new expression | https://api.github.com/repos/llvm/llvm-project/issues/19151/comments | 1 | 2014-02-08T19:44:45Z | 2021-12-09T21:57:17Z | https://github.com/llvm/llvm-project/issues/19151 | 1,076,087,094 | 19,151 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18776](https://llvm.org/bz18776) |
| Resolution | FIXED |
| Resolved on | Feb 25, 2014 11:29 |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
$ cat t.cc
struct A {
operator void*();
A operator &(A);
};
void bar(void *);
void foo() {
A a, ... | AST printer doesn't handle conversion operators correctly | https://api.github.com/repos/llvm/llvm-project/issues/19150/comments | 1 | 2014-02-08T17:07:05Z | 2021-12-09T21:57:16Z | https://github.com/llvm/llvm-project/issues/19150 | 1,076,087,075 | 19,150 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18775](https://llvm.org/bz18775) |
| Resolution | DUPLICATE |
| Resolved on | Feb 09, 2014 00:51 |
| Version | trunk |
| OS | Linux |
| CC | @zygoloid |
## Extended Description
Building Chrome on Ubuntu 13.10 using fresh clang leads to a miscompile
(infinite loop) around the c... | Miscompile with -D_FORTIFY_SOURCE=2 on Ubuntu 13.10 | https://api.github.com/repos/llvm/llvm-project/issues/19149/comments | 3 | 2014-02-08T15:07:22Z | 2021-12-09T21:57:15Z | https://github.com/llvm/llvm-project/issues/19149 | 1,076,087,051 | 19,149 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18774](https://llvm.org/bz18774) |
| Resolution | INVALID |
| Resolved on | Feb 08, 2014 08:45 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143748968-534efd3c-931e-4f42-b873-144e0259958e.gz) |
| Reporter | LL... | LLVMgold plugin crashes linker | https://api.github.com/repos/llvm/llvm-project/issues/19148/comments | 1 | 2014-02-08T13:26:53Z | 2021-12-09T21:57:14Z | https://github.com/llvm/llvm-project/issues/19148 | 1,076,087,023 | 19,148 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18773](https://llvm.org/bz18773) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2014 16:39 |
| Version | trunk |
| OS | Linux |
| Attachments | [reduced test case](https://user-images.githubusercontent.com/711534/143748966-ef1c405d-ee2d-439f-be77-59e074571a98.gz), [Narrower te... | LICM sinking a single unused load out of a loop prevents DSE in some other function!?! | https://api.github.com/repos/llvm/llvm-project/issues/19147/comments | 2 | 2014-02-08T12:44:04Z | 2021-12-09T21:57:13Z | https://github.com/llvm/llvm-project/issues/19147 | 1,076,087,005 | 19,147 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18772](https://llvm.org/bz18772) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I have a very different behaviour of lldb and gdb on pretty common piece of code:
GuiProfile.cpp fragment:
...
void ProfileNameEdit::On... | Breakpoint reports invalid locations and breaks incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/19146/comments | 9 | 2014-02-08T11:07:52Z | 2022-04-02T16:39:54Z | https://github.com/llvm/llvm-project/issues/19146 | 1,076,086,973 | 19,146 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18771](https://llvm.org/bz18771) |
| Resolution | DUPLICATE |
| Resolved on | Jul 12, 2014 11:58 |
| Version | trunk |
| OS | All |
| CC | @hfinkel,@rotateright |
## Extended Description
The current clang trunk crashes when compiling the following testcase at -O3 in both 32-bi... | clang crashes on valid code at -O3 on x86_64-linux-gnu | https://api.github.com/repos/llvm/llvm-project/issues/19145/comments | 1 | 2014-02-08T08:20:16Z | 2021-12-09T21:57:11Z | https://github.com/llvm/llvm-project/issues/19145 | 1,076,086,952 | 19,145 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18770](https://llvm.org/bz18770) |
| Resolution | DUPLICATE |
| Resolved on | Feb 08, 2014 16:52 |
| Version | trunk |
| OS | All |
| Attachments | [source](https://user-images.githubusercontent.com/60944935/143748965-b6e6a453-9a90-45c7-a5d5-cc96286efa85.gz) |
| Reporter | LLVM ... | ICE/Crash constructing or using structure with member array. | https://api.github.com/repos/llvm/llvm-project/issues/19144/comments | 2 | 2014-02-08T04:21:54Z | 2021-12-09T21:57:10Z | https://github.com/llvm/llvm-project/issues/19144 | 1,076,086,927 | 19,144 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18769](https://llvm.org/bz18769) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2014 01:33 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm hitting an assertion in lldb-gdbserver. On Ubuntu 12.04 x86_64, using t... | lldb fails to stack unwind gold linker exes that assert | https://api.github.com/repos/llvm/llvm-project/issues/19143/comments | 10 | 2014-02-08T01:32:16Z | 2021-12-09T21:57:09Z | https://github.com/llvm/llvm-project/issues/19143 | 1,076,086,903 | 19,143 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18768](https://llvm.org/bz18768) |
| Resolution | FIXED |
| Resolved on | Feb 07, 2014 18:21 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143748964-a71e472a-39da-4d02-a2d8-3b07899e7ccb.gz) |
| CC | @hfinkel,@ri... | "Instruction does not dominate all uses!" while adjusting constant expressions | https://api.github.com/repos/llvm/llvm-project/issues/19142/comments | 5 | 2014-02-07T21:44:01Z | 2021-12-09T21:57:08Z | https://github.com/llvm/llvm-project/issues/19142 | 1,076,086,877 | 19,142 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18767](https://llvm.org/bz18767) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Quuxplusone,@hfinkel,@thiagomacieira |
## Extended Description
The following program should complete successfully.
```
#include <cassert>
#inc... | uniform_real_distribution produces variates in its range _inclusive_ rather than exclusive. | https://api.github.com/repos/llvm/llvm-project/issues/19141/comments | 25 | 2014-02-07T19:08:05Z | 2024-12-21T19:13:35Z | https://github.com/llvm/llvm-project/issues/19141 | 1,076,086,853 | 19,141 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18766](https://llvm.org/bz18766) |
| Resolution | FIXED |
| Resolved on | Feb 09, 2014 07:51 |
| Version | unspecified |
| OS | Linux |
## Extended Description
if g++-4.8 -I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn200974/build-llvm/include -I/tmp/buildd/llvm-toolchain-snaps... | lldb fails to build under ubuntu Precise | https://api.github.com/repos/llvm/llvm-project/issues/19140/comments | 1 | 2014-02-07T18:26:43Z | 2021-12-09T21:57:06Z | https://github.com/llvm/llvm-project/issues/19140 | 1,076,086,831 | 19,140 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18765](https://llvm.org/bz18765) |
| Resolution | FIXED |
| Resolved on | Apr 11, 2014 08:32 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I just updated trunk and I'm getting an error compiling on Windows due ... | Windows build break due to #include <sys/ioctl.h> in Host/common/File.cpp | https://api.github.com/repos/llvm/llvm-project/issues/19139/comments | 0 | 2014-02-07T18:08:35Z | 2021-12-09T21:57:05Z | https://github.com/llvm/llvm-project/issues/19139 | 1,076,086,806 | 19,139 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18764](https://llvm.org/bz18764) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2014 06:45 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Currently, only Darwin works on ARM with that flag.
Apply Daniel Dumbar's changes to add --rtlib for Darwin to Linux... | Connect --rtlib=compiler-rt for ARM+Linux targets | https://api.github.com/repos/llvm/llvm-project/issues/19138/comments | 5 | 2014-02-07T00:23:39Z | 2021-12-09T21:57:04Z | https://github.com/llvm/llvm-project/issues/19138 | 1,076,086,786 | 19,138 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18763](https://llvm.org/bz18763) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@iains |
## Extended Description
On powerpc-darwin8 (triple: powerpc-apple-darwin8), clang -no-integrated-as -save-temps emits ".machine ppc7400" by... | [powerpc-darwin] default cpusubtype inconsistent with system gcc | https://api.github.com/repos/llvm/llvm-project/issues/19137/comments | 0 | 2014-02-06T23:49:29Z | 2021-12-09T21:57:02Z | https://github.com/llvm/llvm-project/issues/19137 | 1,076,086,759 | 19,137 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18762](https://llvm.org/bz18762) |
| Resolution | FIXED |
| Resolved on | Feb 06, 2014 18:13 |
| Version | unspecified |
| OS | All |
| Attachments | [Stack trace with my local compilation of clang 3.4](https://user-images.githubusercontent.com/60944935/143748961-718db0d5-6d28-4... | Crash in StmtPrinter where some record member-access has been parsed as a pseudo Objective-C message | https://api.github.com/repos/llvm/llvm-project/issues/19136/comments | 2 | 2014-02-06T21:32:52Z | 2021-12-09T21:57:01Z | https://github.com/llvm/llvm-project/issues/19136 | 1,076,086,740 | 19,136 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18761](https://llvm.org/bz18761) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2014 03:28 |
| Version | trunk |
| OS | All |
| Attachments | [108.m](https://user-images.githubusercontent.com/60944935/143748957-e36b01b7-a4fd-45a6-ab95-487403e5cfa0.gz), [27.m](https://user-imag... | clang-format takes a very long time on this ObjC method | https://api.github.com/repos/llvm/llvm-project/issues/19135/comments | 1 | 2014-02-06T21:28:06Z | 2021-12-09T21:57:00Z | https://github.com/llvm/llvm-project/issues/19135 | 1,076,086,716 | 19,135 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18760](https://llvm.org/bz18760) |
| Resolution | WORKSFORME |
| Resolved on | Dec 09, 2014 08:32 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I tried clang r200862 and 3.3 release and they both miscompile vlc. One of vl... | trunk miscompiles vlc on powerpc64 | https://api.github.com/repos/llvm/llvm-project/issues/19134/comments | 3 | 2014-02-06T20:47:16Z | 2022-01-20T02:13:35Z | https://github.com/llvm/llvm-project/issues/19134 | 1,076,086,686 | 19,134 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18759](https://llvm.org/bz18759) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2014 16:05 |
| Version | unspecified |
| OS | All |
| Attachments | [A C++ file to reproduce the mangled reporting.](https://user-images.githubusercontent.com/15787733/143748956-d14b071f-d992-4a34-... | -Wframe-larger-than reporting should be improved | https://api.github.com/repos/llvm/llvm-project/issues/19133/comments | 1 | 2014-02-06T20:45:07Z | 2021-12-09T21:56:57Z | https://github.com/llvm/llvm-project/issues/19133 | 1,076,086,666 | 19,133 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18758](https://llvm.org/bz18758) |
| Resolution | WONTFIX |
| Resolved on | Mar 23, 2014 11:51 |
| Version | trunk |
| OS | Linux |
| CC | @walkerkd |
## Extended Description
Currently, -f{no-}unwind-tables has no effect on ARM. We have an alternative, -arm-disable-ehabi, whic... | Connect -funwind-tables with -arm-disable-ehabi and remove the latter | https://api.github.com/repos/llvm/llvm-project/issues/19132/comments | 2 | 2014-02-06T20:23:12Z | 2022-01-20T02:39:36Z | https://github.com/llvm/llvm-project/issues/19132 | 1,076,086,644 | 19,132 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18757](https://llvm.org/bz18757) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2014 20:19 |
| Version | trunk |
| OS | All |
| CC | @nico,@rnk |
## Extended Description
When a static variable with __attribute__((section())) is placed inside extern "C", under optimization, t... | __attribute__((section())) not always honored in extern "C" under optimization | https://api.github.com/repos/llvm/llvm-project/issues/19131/comments | 3 | 2014-02-06T19:43:14Z | 2021-12-09T21:56:55Z | https://github.com/llvm/llvm-project/issues/19131 | 1,076,086,603 | 19,131 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18756](https://llvm.org/bz18756) |
| Resolution | INVALID |
| Resolved on | Feb 06, 2014 12:45 |
| Version | 3.4 |
| OS | MacOS X |
| CC | @hfinkel,@zygoloid |
## Extended Description
In a project containing C, C++, and Fortran code, we have wrapper routines for complex number... | Overzealous warning about C-linkage for complex<double> | https://api.github.com/repos/llvm/llvm-project/issues/19130/comments | 1 | 2014-02-06T19:42:20Z | 2021-12-09T21:56:53Z | https://github.com/llvm/llvm-project/issues/19130 | 1,076,086,575 | 19,130 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18755](https://llvm.org/bz18755) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
My .zshrc sets the GREP_OPTIONS environment variable to "--color --line-number". This causes the configure script to fail with the following... | configure fails if GREP_OPTIONS contains --line-number (or -n) | https://api.github.com/repos/llvm/llvm-project/issues/19129/comments | 0 | 2014-02-06T18:13:21Z | 2021-12-09T21:56:52Z | https://github.com/llvm/llvm-project/issues/19129 | 1,076,086,551 | 19,129 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18754](https://llvm.org/bz18754) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel |
## Extended Description
The following code (with the knowledge that %data != null) is not optimised:
%1 = icmp eq i32 %flag, 1
%2 = select i1... | Propagation of select values when followed by branch on same condition | https://api.github.com/repos/llvm/llvm-project/issues/19128/comments | 0 | 2014-02-06T16:34:36Z | 2021-12-09T21:56:51Z | https://github.com/llvm/llvm-project/issues/19128 | 1,076,086,529 | 19,128 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18753](https://llvm.org/bz18753) |
| Resolution | FIXED |
| Resolved on | Jul 12, 2014 11:58 |
| Version | unspecified |
| OS | Linux |
| CC | @chandlerc,@hfinkel,@jsonn,@zhendongsu |
## Extended Description
at r200919:
a;
b;
c[];
d;
e;
static
check_1minuseps () {
int f;
... | Assertion `currentLoop->isLCSSAForm(*DT)' failed. | https://api.github.com/repos/llvm/llvm-project/issues/19127/comments | 7 | 2014-02-06T15:51:18Z | 2021-12-09T21:56:50Z | https://github.com/llvm/llvm-project/issues/19127 | 1,076,086,505 | 19,127 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18752](https://llvm.org/bz18752) |
| Resolution | FIXED |
| Resolved on | Feb 07, 2014 04:58 |
| Version | trunk |
| OS | Linux |
| Attachments | [reproducer](https://user-images.githubusercontent.com/421450/143748954-c6b2cef8-1add-47e3-bff3-f98ed98219c0.gz) |
| CC | @d0k,@hfink... | Assertion `index < Weights.size() && "Not a current successor!"' failed | https://api.github.com/repos/llvm/llvm-project/issues/19126/comments | 6 | 2014-02-06T14:25:13Z | 2021-12-09T21:56:49Z | https://github.com/llvm/llvm-project/issues/19126 | 1,076,086,486 | 19,126 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18751](https://llvm.org/bz18751) |
| Resolution | FIXED |
| Resolved on | Feb 18, 2014 19:49 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rnk |
## Extended Description
$ cd /src/llvm/build && make && make install && clang -v
[ 0%]... | Broken build on MSYS after commit 200767 | https://api.github.com/repos/llvm/llvm-project/issues/19125/comments | 1 | 2014-02-06T14:23:27Z | 2021-12-09T21:56:48Z | https://github.com/llvm/llvm-project/issues/19125 | 1,076,086,477 | 19,125 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18750](https://llvm.org/bz18750) |
| Resolution | DUPLICATE |
| Resolved on | Feb 06, 2014 06:34 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
On today's trunk:
--- t.cpp --------------------
class A {
template <ty... | Assertion failed: Cannot retrieve a NULL type pointer | https://api.github.com/repos/llvm/llvm-project/issues/19124/comments | 2 | 2014-02-06T10:58:42Z | 2021-12-09T21:56:47Z | https://github.com/llvm/llvm-project/issues/19124 | 1,076,086,454 | 19,124 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18749](https://llvm.org/bz18749) |
| Resolution | FIXED |
| Resolved on | Feb 18, 2014 15:34 |
| Version | unspecified |
| OS | FreeBSD |
## Extended Description
LLDB includes a copy of pexpect, in test/pexpect-2.4/pexpect.py
It includes a hack to work around some buggy platf... | built-in pexpect.py produces ioctl sign-extension warnings on FreeBSD | https://api.github.com/repos/llvm/llvm-project/issues/19123/comments | 3 | 2014-02-06T03:25:20Z | 2021-12-09T21:56:46Z | https://github.com/llvm/llvm-project/issues/19123 | 1,076,086,436 | 19,123 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18748](https://llvm.org/bz18748) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atamazov,@iains,@lhames |
## Extended Description
Given
------------------------------
.section __TEXT,__cstring
L1:
.section __TEXT,__ustring
L2:
-------... | Inconsistent handling of __TEXT,__cstring and __TEXT,__ustring with regards to L labels | https://api.github.com/repos/llvm/llvm-project/issues/19122/comments | 1 | 2014-02-06T02:23:14Z | 2021-12-09T21:56:45Z | https://github.com/llvm/llvm-project/issues/19122 | 1,076,086,416 | 19,122 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18747](https://llvm.org/bz18747) |
| Resolution | FIXED |
| Resolved on | Apr 11, 2014 16:51 |
| Version | trunk |
| OS | All |
| CC | @hfinkel |
## Extended Description
Since r200883, the greedy register allocator features a last chance recoloring mechanism.
This mechanism al... | Add an option to allow an exhaustive search during last chance recoloring | https://api.github.com/repos/llvm/llvm-project/issues/19121/comments | 8 | 2014-02-06T00:29:43Z | 2021-12-09T21:56:44Z | https://github.com/llvm/llvm-project/issues/19121 | 1,076,086,391 | 19,121 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18746](https://llvm.org/bz18746) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2014 00:30 |
| Version | trunk |
| OS | Linux |
## Extended Description
Testcase:
template<typename T> struct X { constexpr auto f() {} };
See also:
http://stackoverflow.com/questions/21440602... | rejects-valid on a constexpr member function of a class template with a deduced return type and no return statements | https://api.github.com/repos/llvm/llvm-project/issues/19120/comments | 1 | 2014-02-05T22:36:29Z | 2021-12-09T21:56:43Z | https://github.com/llvm/llvm-project/issues/19120 | 1,076,086,374 | 19,120 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18745](https://llvm.org/bz18745) |
| Resolution | DUPLICATE |
| Resolved on | Feb 05, 2014 16:00 |
| Version | trunk |
| OS | All |
## Extended Description
Compiling the attached file leads to an assertion failure in InstCombine. This started somewhere between r200568 and r200... | Assertion in InstCombine: "getOperand() out of range!" | https://api.github.com/repos/llvm/llvm-project/issues/19119/comments | 3 | 2014-02-05T22:15:19Z | 2021-12-09T21:56:41Z | https://github.com/llvm/llvm-project/issues/19119 | 1,076,086,341 | 19,119 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18744](https://llvm.org/bz18744) |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Clang crashes when instantiating a function template which uses decltype as the return type and inside the functio... | Clang crashes when instantiating a function template which uses `decltype` and `typedef` | https://api.github.com/repos/llvm/llvm-project/issues/19118/comments | 12 | 2014-02-05T21:39:05Z | 2025-03-11T06:14:50Z | https://github.com/llvm/llvm-project/issues/19118 | 1,076,086,316 | 19,118 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18743](https://llvm.org/bz18743) |
| Resolution | FIXED |
| Resolved on | Feb 18, 2014 16:26 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ramosian-glider,@isanbard,@lhames |
## Extended Description
The IR
@​foo = private ... | llvm produces an invalid Mach-O from a valid IR | https://api.github.com/repos/llvm/llvm-project/issues/19117/comments | 2 | 2014-02-05T21:37:36Z | 2021-12-09T21:56:39Z | https://github.com/llvm/llvm-project/issues/19117 | 1,076,086,299 | 19,117 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18742](https://llvm.org/bz18742) |
| Resolution | LATER |
| Resolved on | Jan 18, 2016 17:00 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tobiasgrosser |
## Extended Description
Here is a simple test case:
for (i = 0; i < n; i++)... | Separation: for strip | https://api.github.com/repos/llvm/llvm-project/issues/19116/comments | 5 | 2014-02-05T20:56:35Z | 2021-12-09T21:56:38Z | https://github.com/llvm/llvm-project/issues/19116 | 1,076,086,277 | 19,116 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18741](https://llvm.org/bz18741) |
| Version | 3.3 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans |
## Extended Description
Compiling the following program with clang 3.3 (and 3.5 somebody told me):
extern "C" {
void Foo(void *arg1) {
}
bool ... | Incorrect error message when attempting to overload within extern "C" block | https://api.github.com/repos/llvm/llvm-project/issues/19115/comments | 0 | 2014-02-05T19:17:53Z | 2021-12-09T21:56:37Z | https://github.com/llvm/llvm-project/issues/19115 | 1,076,086,259 | 19,115 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18740](https://llvm.org/bz18740) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
I have the following code:
-----
#include <vector>
#define RETURNS(...) -> decltype((__VA_ARGS__)) { r... | Unhelpful error message when attempting to deduce an initializer list in a template context | https://api.github.com/repos/llvm/llvm-project/issues/19114/comments | 2 | 2014-02-05T15:35:50Z | 2021-12-09T21:56:36Z | https://github.com/llvm/llvm-project/issues/19114 | 1,076,086,243 | 19,114 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18739](https://llvm.org/bz18739) |
| Resolution | FIXED |
| Resolved on | Jun 17, 2014 00:48 |
| Version | unspecified |
| OS | Windows XP |
## Extended Description
This http://llvm.org/releases/3.4/LLVM-3.4-win32.exe doesn't work on Windows XP SP3. Attempt to run any exe prod... | LLVM 3.4 on Windows XP: clang.exe is not a valid Win32 application | https://api.github.com/repos/llvm/llvm-project/issues/19113/comments | 2 | 2014-02-05T14:20:47Z | 2021-12-09T21:56:35Z | https://github.com/llvm/llvm-project/issues/19113 | 1,076,086,224 | 19,113 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18738](https://llvm.org/bz18738) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2014 17:27 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem,@rnk |
## Extended Description
Currently tools/msbuild/install.bat only installs... | tools/msbuild: install files for x64 platform too | https://api.github.com/repos/llvm/llvm-project/issues/19112/comments | 2 | 2014-02-05T12:29:08Z | 2021-12-09T21:56:35Z | https://github.com/llvm/llvm-project/issues/19112 | 1,076,086,200 | 19,112 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18737](https://llvm.org/bz18737) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2015 10:59 |
| Version | 3.5 |
| OS | Windows NT |
| Attachments | [C++ source](https://user-images.githubusercontent.com/573380/143748949-1f7563db-0ade-462f-9b9e-e76a6682d9aa.gz), [Compiled by cla... | Missed optimization is switch | https://api.github.com/repos/llvm/llvm-project/issues/19111/comments | 4 | 2014-02-05T12:00:38Z | 2021-12-09T21:56:34Z | https://github.com/llvm/llvm-project/issues/19111 | 1,076,086,183 | 19,111 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18736](https://llvm.org/bz18736) |
| Resolution | FIXED |
| Resolved on | Jul 12, 2014 14:27 |
| Version | trunk |
| OS | All |
| CC | @qcolombet,@rotateright |
## Extended Description
The current clang trunk crashes when compiling the following testcase at -O1 in 32-bit mode ... | clang crashes on valid code at -O1 on x86_64-linux-gnu in 32-bit mode | https://api.github.com/repos/llvm/llvm-project/issues/19110/comments | 3 | 2014-02-05T10:59:35Z | 2021-12-09T21:56:32Z | https://github.com/llvm/llvm-project/issues/19110 | 1,076,086,158 | 19,110 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18735](https://llvm.org/bz18735) |
| Resolution | FIXED |
| Resolved on | Feb 07, 2014 22:03 |
| Version | unspecified |
| OS | All |
| Attachments | [Proposed fix](https://user-images.githubusercontent.com/60944935/143748948-615abd52-3226-4370-88f9-97d4ccb4a1b8.gz) |
| Reporter... | std::map self-assignment broken for __cplusplus < 201103L | https://api.github.com/repos/llvm/llvm-project/issues/19109/comments | 1 | 2014-02-05T09:58:47Z | 2021-12-09T21:56:31Z | https://github.com/llvm/llvm-project/issues/19109 | 1,076,086,128 | 19,109 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18734](https://llvm.org/bz18734) |
| Version | 3.3 |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @emaste |
## Extended Description
Hi,
I stumbled across a situation where the symbol lookup seems inconsistent.
The gist of the issue is described at https:/... | symbol lookup of bss variable in shared library chooses one from shared library instead of from executable | https://api.github.com/repos/llvm/llvm-project/issues/19108/comments | 6 | 2014-02-05T09:34:23Z | 2021-12-09T21:56:30Z | https://github.com/llvm/llvm-project/issues/19108 | 1,076,086,118 | 19,108 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18733](https://llvm.org/bz18733) |
| Resolution | FIXED |
| Resolved on | Oct 21, 2021 14:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @aaronpuchert,@dwblaikie,@DougGregor,@zygoloid |
## Extended Description
Given
-------------------... | Bogus warning with -Wweak-template-vtables | https://api.github.com/repos/llvm/llvm-project/issues/19107/comments | 21 | 2014-02-05T08:00:19Z | 2021-12-09T21:56:29Z | https://github.com/llvm/llvm-project/issues/19107 | 1,076,086,096 | 19,107 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18732](https://llvm.org/bz18732) |
| Resolution | FIXED |
| Resolved on | Aug 05, 2014 13:28 |
| Version | trunk |
| OS | All |
| Attachments | [Patch described above](https://user-images.githubusercontent.com/60944935/143748942-47cd4d2a-d1b2-4a5b-9ec2-d1cf45626391.gz) |
| Repor... | [PATCH] Add -no-fallback options to clang-format | https://api.github.com/repos/llvm/llvm-project/issues/19106/comments | 10 | 2014-02-05T02:29:10Z | 2021-12-09T21:56:28Z | https://github.com/llvm/llvm-project/issues/19106 | 1,076,086,075 | 19,106 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18731](https://llvm.org/bz18731) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@labath |
## Extended Description
(See core issue 1299 for the full rules.)
Consider:
bool b;
struct S { S(int); ~S(); };
struct T { S s = 0; };
S &&r = b ? static_cast<S&&>(T().... | lifetime-extension of conditional temporaries isn't quite right | https://api.github.com/repos/llvm/llvm-project/issues/19105/comments | 1 | 2014-02-05T02:05:25Z | 2021-12-09T21:56:27Z | https://github.com/llvm/llvm-project/issues/19105 | 1,076,086,053 | 19,105 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18730](https://llvm.org/bz18730) |
| Version | trunk |
| OS | Windows NT |
| Attachments | [batch file to compile](https://user-images.githubusercontent.com/60944935/143748936-61e606b9-454b-418a-8bda-a47778cdd755.gz), [testcase source code](https://user-images.githubusercon... | duplicate symbol link error with clang-compiled DLL | https://api.github.com/repos/llvm/llvm-project/issues/19104/comments | 8 | 2014-02-05T00:22:13Z | 2024-07-27T21:14:21Z | https://github.com/llvm/llvm-project/issues/19104 | 1,076,086,029 | 19,104 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18729](https://llvm.org/bz18729) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2014 17:27 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@rnk |
## Extended Description
Sadly `ldexpf` is still not available in the Visual Studio... | Disable exp2 -> ldexpf optimization when compiling with Visual Studio | https://api.github.com/repos/llvm/llvm-project/issues/19103/comments | 10 | 2014-02-04T20:46:02Z | 2021-12-09T21:56:25Z | https://github.com/llvm/llvm-project/issues/19103 | 1,076,086,014 | 19,103 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18728](https://llvm.org/bz18728) |
| Resolution | FIXED |
| Resolved on | Feb 18, 2014 11:49 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem |
## Extended Description
Using "Windows installer, based on SVN r199995".
clan... | clang-cl balks on /d2Zi+ | https://api.github.com/repos/llvm/llvm-project/issues/19102/comments | 3 | 2014-02-04T17:48:05Z | 2021-12-09T21:56:24Z | https://github.com/llvm/llvm-project/issues/19102 | 1,076,085,985 | 19,102 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18727](https://llvm.org/bz18727) |
| Resolution | DUPLICATE |
| Resolved on | Jun 16, 2014 14:09 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@rnk |
## Extended Description
Clang 3.5 (based on LLVM 3.5svn) for x86_64 target mi... | Integer not passed correctly in vararg | https://api.github.com/repos/llvm/llvm-project/issues/19101/comments | 1 | 2014-02-04T17:10:11Z | 2021-12-09T21:56:23Z | https://github.com/llvm/llvm-project/issues/19101 | 1,076,085,961 | 19,101 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18726](https://llvm.org/bz18726) |
| Resolution | FIXED |
| Resolved on | Aug 22, 2014 07:25 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@hfinkel,@rnk |
## Extended Description
Clang 3.5 (based on LLVM 3.5svn) for x86_64 ta... | Union not returned correctly | https://api.github.com/repos/llvm/llvm-project/issues/19100/comments | 14 | 2014-02-04T17:08:40Z | 2021-12-09T21:56:22Z | https://github.com/llvm/llvm-project/issues/19100 | 1,076,085,937 | 19,100 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18725](https://llvm.org/bz18725) |
| Resolution | DUPLICATE |
| Resolved on | Jun 16, 2014 14:16 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@rnk |
## Extended Description
Clang 3.5 (based on LLVM 3.5svn) for x86_64 target mi... | Struct not passed correctly in vararg | https://api.github.com/repos/llvm/llvm-project/issues/19099/comments | 1 | 2014-02-04T17:06:57Z | 2021-12-09T21:56:21Z | https://github.com/llvm/llvm-project/issues/19099 | 1,076,085,917 | 19,099 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18724](https://llvm.org/bz18724) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2014 14:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [crash log](https://user-images.githubusercontent.com/60944935/143748932-134957fe-8bab-4a1e-b95e-cdf6afab7b16.gz), [source file](http... | Crash while running pass 'Combine redundant instructions' on function | https://api.github.com/repos/llvm/llvm-project/issues/19098/comments | 5 | 2014-02-04T14:54:02Z | 2021-12-09T21:56:20Z | https://github.com/llvm/llvm-project/issues/19098 | 1,076,085,896 | 19,098 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18723](https://llvm.org/bz18723) |
| Resolution | WORKSFORME |
| Resolved on | Aug 09, 2018 02:50 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem,@rnk |
## Extended Description
Visual C++ 2013 has a amd64-x86 cross compiler. If... | clang-cl: support UseNativeEnvironment | https://api.github.com/repos/llvm/llvm-project/issues/19097/comments | 6 | 2014-02-04T14:19:37Z | 2022-01-20T02:13:34Z | https://github.com/llvm/llvm-project/issues/19097 | 1,076,085,868 | 19,097 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18722](https://llvm.org/bz18722) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2015 11:02 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#16104 |
| CC | @llvm-beanz,@rnk |
## Extended Description
http://thread.gmane.org/gmane.comp.compilers.clang.de... | Option to use CMake with libc++ to compile clang | https://api.github.com/repos/llvm/llvm-project/issues/19096/comments | 3 | 2014-02-04T13:14:55Z | 2021-12-09T21:56:17Z | https://github.com/llvm/llvm-project/issues/19096 | 1,076,085,845 | 19,096 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18721](https://llvm.org/bz18721) |
| Resolution | INVALID |
| Resolved on | Feb 04, 2014 02:59 |
| Version | unspecified |
| OS | All |
| Attachments | [Code that demonstrates the bug](https://user-images.githubusercontent.com/60944935/143748931-41fb8b51-80c8-4f44-8dc3-78ef890e1... | std::bind() seems to not pass placeholder arguments correctly when they are repeated | https://api.github.com/repos/llvm/llvm-project/issues/19095/comments | 2 | 2014-02-04T10:04:35Z | 2021-12-09T21:56:16Z | https://github.com/llvm/llvm-project/issues/19095 | 1,076,085,824 | 19,095 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18720](https://llvm.org/bz18720) |
| Version | trunk |
| OS | Windows NT |
## Extended Description
I have a bit-field "int f:1;", and Clang does not warn if I assign 1 to it, i.e., "c.f = 1;"
$: cat bitfield-signed-char.c
#include<stdio.h>
struct C {int f:1;};
int main() {
... | No conversion warning for assigning 1 to a bit-field of type "int:1" | https://api.github.com/repos/llvm/llvm-project/issues/19094/comments | 0 | 2014-02-04T09:01:25Z | 2021-12-09T21:56:15Z | https://github.com/llvm/llvm-project/issues/19094 | 1,076,085,803 | 19,094 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18719](https://llvm.org/bz18719) |
| Resolution | DUPLICATE |
| Resolved on | Feb 06, 2014 16:56 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
This code:
template <typename AckWriter> void ... | crash on valid, lambda inside function template | https://api.github.com/repos/llvm/llvm-project/issues/19093/comments | 2 | 2014-02-04T07:34:51Z | 2021-12-09T21:56:14Z | https://github.com/llvm/llvm-project/issues/19093 | 1,076,085,778 | 19,093 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18718](https://llvm.org/bz18718) |
| Version | trunk |
| OS | Linux |
| CC | @jryans |
## Extended Description
Various parts of clang generate 'previous declaration is here' notes in various ad-hoc ways. Sometimes these notes incorrectly say 'definition'. Sometimes they use th... | need better diagnostics for previous declaration if prior declaration was implicit | https://api.github.com/repos/llvm/llvm-project/issues/19092/comments | 0 | 2014-02-04T03:17:31Z | 2021-12-09T21:56:13Z | https://github.com/llvm/llvm-project/issues/19092 | 1,076,085,751 | 19,092 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18717](https://llvm.org/bz18717) |
| Resolution | DUPLICATE |
| Resolved on | Feb 03, 2014 18:14 |
| Version | unspecified |
| OS | Linux |
## Extended Description
gcc, icc and clang 3.3 all support the following, making this bug a regression:
struct x86_cpu_id {};
static con... | 'alias' attribute has incorrect semantics in C mode | https://api.github.com/repos/llvm/llvm-project/issues/19091/comments | 1 | 2014-02-04T02:06:28Z | 2021-12-09T21:56:12Z | https://github.com/llvm/llvm-project/issues/19091 | 1,076,085,734 | 19,091 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18716](https://llvm.org/bz18716) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo,@emaste |
## Extended Description
Using .file and .loc produces assembly files that a quiet a bit more readable. Unfortunately, using those we are cu... | [debug info] Need to find a way to represent multiple CUs in a .s file when using .loc | https://api.github.com/repos/llvm/llvm-project/issues/19090/comments | 5 | 2014-02-04T00:40:20Z | 2021-12-09T21:56:11Z | https://github.com/llvm/llvm-project/issues/19090 | 1,076,085,715 | 19,090 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18715](https://llvm.org/bz18715) |
| Resolution | FIXED |
| Resolved on | Feb 27, 2016 14:25 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel |
## Extended Description
$ clang --version
Ubuntu clang version 3.5-1~exp1 (trunk) (based... | clang produces bogus numbers with -ffast-math -mfma -O2 | https://api.github.com/repos/llvm/llvm-project/issues/19089/comments | 3 | 2014-02-04T00:16:11Z | 2021-12-09T21:56:10Z | https://github.com/llvm/llvm-project/issues/19089 | 1,076,085,687 | 19,089 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18714](https://llvm.org/bz18714) |
| Resolution | WONTFIX |
| Resolved on | Jun 10, 2014 15:03 |
| Version | unspecified |
| OS | Windows NT |
| CC | @majnemer,@DougGregor,@zmodem,@zygoloid,@timurrrr |
## Extended Description
Our current -fdelayed-template-parsing and -fms-com... | MS compatibility: Use token-based instantiation for -fdelayed-template-parsing | https://api.github.com/repos/llvm/llvm-project/issues/19088/comments | 4 | 2014-02-03T22:41:39Z | 2022-01-20T02:39:34Z | https://github.com/llvm/llvm-project/issues/19088 | 1,076,085,667 | 19,088 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18713](https://llvm.org/bz18713) |
| Resolution | DUPLICATE |
| Resolved on | Jan 04, 2019 22:08 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @EugeneZelenko,@JDevlieghere,@LebedevRI,@LegalizeAdulthood,@zygoloid |
| Fixed by commit(s)... | clang-tidy: remove spurious semicolons inside functions | https://api.github.com/repos/llvm/llvm-project/issues/19087/comments | 7 | 2014-02-03T20:47:55Z | 2021-12-09T21:56:07Z | https://github.com/llvm/llvm-project/issues/19087 | 1,076,085,648 | 19,087 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18712](https://llvm.org/bz18712) |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I get many false positives from -Wshadow for variables that are used by some macros that are then nested into each other. -Wshadow should ignor... | -Wshadow should ignore variables declared and shadowed in macros | https://api.github.com/repos/llvm/llvm-project/issues/19086/comments | 0 | 2014-02-03T20:37:08Z | 2021-12-09T21:56:07Z | https://github.com/llvm/llvm-project/issues/19086 | 1,076,085,627 | 19,086 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18711](https://llvm.org/bz18711) |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @urnathan |
## Extended Description
$ cat foo.c
void foo(char* bar) {
*(int*)(bar + 4) = 7;
}
$ clang foo.c -c -o /dev/null -Wcast-align
foo.c:2:6: warning:... | -Wcast-align doesn't special case char* | https://api.github.com/repos/llvm/llvm-project/issues/19085/comments | 1 | 2014-02-03T20:23:37Z | 2021-12-09T21:56:06Z | https://github.com/llvm/llvm-project/issues/19085 | 1,076,085,580 | 19,085 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18710](https://llvm.org/bz18710) |
| Resolution | WONTFIX |
| Resolved on | May 05, 2017 00:19 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@eugenis,@walkerkd,@kbeyls |
## Extended Description
Currently, when compiling C code on ARM, the EH sections .ARM.exidx is being gen... | Only generate .ARM.exidx and .ARM.extab when needed in EHABI | https://api.github.com/repos/llvm/llvm-project/issues/19084/comments | 5 | 2014-02-03T19:47:33Z | 2022-01-20T02:39:33Z | https://github.com/llvm/llvm-project/issues/19084 | 1,076,085,558 | 19,084 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18709](https://llvm.org/bz18709) |
| Resolution | WONTFIX |
| Resolved on | Feb 03, 2014 14:13 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
-Wconditional-uninitialized leads to a number of false positive... | -Wconditional-uninitialized false positive | https://api.github.com/repos/llvm/llvm-project/issues/19083/comments | 2 | 2014-02-03T19:31:29Z | 2022-01-20T02:39:32Z | https://github.com/llvm/llvm-project/issues/19083 | 1,076,085,539 | 19,083 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18708](https://llvm.org/bz18708) |
| Resolution | FIXED |
| Resolved on | Aug 20, 2018 10:42 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Another diagnostic file](https://user-images.githubusercontent.com/60944935/143748928-47500c1a-8c94-484b-89b8-bc4f7ea52963.gz) |
|... | Crash when trying to build Qt 5.1.0 with clang from svn Trunk ( compiling with -faddress=sanitize | https://api.github.com/repos/llvm/llvm-project/issues/19082/comments | 7 | 2014-02-03T18:53:17Z | 2021-12-09T21:56:01Z | https://github.com/llvm/llvm-project/issues/19082 | 1,076,085,516 | 19,082 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18707](https://llvm.org/bz18707) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2014 16:02 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem |
## Extended Description
Windows snapshot r199995:
The property sheets include the li... | clang-cl: wrong paths in property sheets | https://api.github.com/repos/llvm/llvm-project/issues/19081/comments | 1 | 2014-02-03T15:53:31Z | 2021-12-09T21:56:00Z | https://github.com/llvm/llvm-project/issues/19081 | 1,076,085,499 | 19,081 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18706](https://llvm.org/bz18706) |
| Resolution | FIXED |
| Resolved on | Feb 28, 2014 13:53 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
#include <assert.h>
int main()
{
assert(false);
return 0;
}
There se... | No notification on assertion failure. (python api) | https://api.github.com/repos/llvm/llvm-project/issues/19080/comments | 2 | 2014-02-03T15:04:12Z | 2021-12-09T21:55:59Z | https://github.com/llvm/llvm-project/issues/19080 | 1,076,085,479 | 19,080 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.