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 | [15804](https://llvm.org/bz15804) | | Resolution | WORKSFORME | | Resolved on | Dec 06, 2013 06:26 | | Version | trunk | | OS | Linux | | Attachments | [clang output](https://user-images.githubusercontent.com/60944935/143747278-1dbb8ee0-6988-40e9-980e-f6810ddad90f.gz), [full comm...
crash with __is_trivially_constructible for class template
https://api.github.com/repos/llvm/llvm-project/issues/16176/comments
2
2013-04-21T14:47:02Z
2022-01-20T02:11:31Z
https://github.com/llvm/llvm-project/issues/16176
1,071,064,162
16,176
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15803](https://llvm.org/bz15803) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This testcase produces a warning even though `__extension__` is used. clang -std=c89 -pedantic: ```c struct foo { int len; __ex...
__extension__ does not suppress pedantic warning for flexible array member in c89 mode
https://api.github.com/repos/llvm/llvm-project/issues/16175/comments
0
2013-04-21T05:18:53Z
2024-08-11T21:02:28Z
https://github.com/llvm/llvm-project/issues/16175
1,071,064,160
16,175
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15802](https://llvm.org/bz15802) | | Resolution | FIXED | | Resolved on | Apr 22, 2013 14:10 | | Version | trunk | | OS | Windows NT | | Attachments | [possible patch](https://user-images.githubusercontent.com/60944935/143747276-05cb8054-0874-4723-adc8-6a9997cc973e.gz), [fixed i...
On windows %INCLUDE% ending in \ leads to clang hanging when trying to kick of new process
https://api.github.com/repos/llvm/llvm-project/issues/16174/comments
4
2013-04-21T01:48:05Z
2021-12-04T00:11:27Z
https://github.com/llvm/llvm-project/issues/16174
1,071,064,155
16,174
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15801](https://llvm.org/bz15801) | | Version | 3.1 | | OS | other | | Reporter | LLVM Bugzilla Contributor | | CC | @AaronBallman,@asl,@DougGregor | ## Extended Description Source code: ```cpp extern "C" int printf(const char *, ...); struct C { C *c; C() { p...
illegal use of decltype in destructor silently accepted
https://api.github.com/repos/llvm/llvm-project/issues/16173/comments
5
2013-04-21T00:45:49Z
2024-01-20T11:07:03Z
https://github.com/llvm/llvm-project/issues/16173
1,071,064,151
16,173
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15800](https://llvm.org/bz15800) | | Resolution | FIXED | | Resolved on | Apr 20, 2013 17:43 | | Version | trunk | | OS | MacOS X | | Attachments | [Preprocessed source and other /tmp files](https://user-images.githubusercontent.com/60944935/143747275-b8da5c1d-1dbb-4a30-a187-d10...
SLP vectorizer crash
https://api.github.com/repos/llvm/llvm-project/issues/16172/comments
1
2013-04-20T19:01:18Z
2021-12-04T00:11:25Z
https://github.com/llvm/llvm-project/issues/16172
1,071,064,148
16,172
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15799](https://llvm.org/bz15799) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description The following simple snippet fails to compile: template<typename T> struct any{ template<typename U> any(U){} }; templ...
Variadic pack at the beginning of function parameters not seen as a non-deduced context
https://api.github.com/repos/llvm/llvm-project/issues/16171/comments
0
2013-04-20T16:17:29Z
2021-12-04T00:11:24Z
https://github.com/llvm/llvm-project/issues/16171
1,071,064,143
16,171
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15798](https://llvm.org/bz15798) | | Version | unspecified | | OS | All | | Attachments | [Repro case out.ii](https://user-images.githubusercontent.com/3487/143747274-f542a4cd-a2d0-4f8d-b2b4-63064fb5cb91.gz) | | CC | @DimitryAndric,@echristo | ## Extended Description thakis@...
Regression(r178606): Clang runs out of registers when building libyuv's row_posix for 32bit with -fPIC
https://api.github.com/repos/llvm/llvm-project/issues/16170/comments
8
2013-04-20T00:06:46Z
2022-02-14T19:29:35Z
https://github.com/llvm/llvm-project/issues/16170
1,071,064,136
16,170
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15797](https://llvm.org/bz15797) | | Resolution | FIXED | | Resolved on | Apr 22, 2013 21:51 | | Version | unspecified | | OS | All | | CC | @DougGregor,@echristo,@zygoloid,@Weverything | ## Extended Description This error message: athyra:~/tmp> ~/builds/build-llvm/Debug+Asse...
Better warning when using c++11 enum classes without -std=c++11
https://api.github.com/repos/llvm/llvm-project/issues/16169/comments
1
2013-04-19T22:14:49Z
2021-12-04T00:11:23Z
https://github.com/llvm/llvm-project/issues/16169
1,071,064,129
16,169
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15796](https://llvm.org/bz15796) | | Resolution | FIXED | | Resolved on | Oct 16, 2015 00:46 | | Version | trunk | | OS | All | | CC | @echristo | ## Extended Description What version of DWARF does Clang/LLVM support? http://llvm.org/docs/SourceLevelDebugging.html#philosophy-...
Outdated SourceLevelDebugging.html
https://api.github.com/repos/llvm/llvm-project/issues/16168/comments
2
2013-04-19T20:50:15Z
2021-12-04T00:11:22Z
https://github.com/llvm/llvm-project/issues/16168
1,071,064,125
16,168
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15795](https://llvm.org/bz15795) | | Version | trunk | | OS | All | | CC | @echristo,@qcolombet | ## Extended Description ~/builds/build-llvm/Debug+Asserts/bin/llc -filetype=obj 2011-01-19-MergedGlobalDbg.ll ~/builds/build-llvm/Debug+Asserts/bin/llvm-objdump -disassemble 2011...
[arm disassembler] Disassembler can't read llvm created object
https://api.github.com/repos/llvm/llvm-project/issues/16167/comments
10
2013-04-19T20:21:25Z
2021-12-04T00:11:21Z
https://github.com/llvm/llvm-project/issues/16167
1,071,064,119
16,167
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15794](https://llvm.org/bz15794) | | Resolution | FIXED | | Resolved on | Apr 23, 2013 03:09 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @pjaaskel | ## Extended Description I have C code[1] that I compile to the LLVM IR[2] and manually ...
Loop Vectorizer: Crashes with the use of llvm.loop.parallel metadata
https://api.github.com/repos/llvm/llvm-project/issues/16166/comments
12
2013-04-19T17:02:12Z
2021-12-04T00:11:20Z
https://github.com/llvm/llvm-project/issues/16166
1,071,064,117
16,166
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15793](https://llvm.org/bz15793) | | Resolution | FIXED | | Resolved on | Apr 29, 2013 13:30 | | Version | unspecified | | OS | Linux | ## Extended Description Building cpp11-migrate works but is not installed (make install) in the autotools build.
cpp11-migrate is built but not installed
https://api.github.com/repos/llvm/llvm-project/issues/16165/comments
2
2013-04-19T15:07:00Z
2021-12-04T00:11:19Z
https://github.com/llvm/llvm-project/issues/16165
1,071,064,109
16,165
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15792](https://llvm.org/bz15792) | | Resolution | FIXED | | Resolved on | Oct 16, 2015 00:44 | | Version | trunk | | OS | MacOS X | | Attachments | [preprocessed source code](https://user-images.githubusercontent.com/92601316/143747270-a83f841e-4d8b-4968-8950-cfa2d2151031.gz) | ...
LLVM ERROR: Cannot select: intrinsic %llvm.x86.sse41.blendvps
https://api.github.com/repos/llvm/llvm-project/issues/16164/comments
6
2013-04-19T13:17:45Z
2021-12-04T00:11:19Z
https://github.com/llvm/llvm-project/issues/16164
1,071,064,106
16,164
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15791](https://llvm.org/bz15791) | | Resolution | FIXED | | Resolved on | Apr 19, 2013 12:01 | | Version | trunk | | OS | MacOS X | | Attachments | [preprocessed source code](https://user-images.githubusercontent.com/92601316/143747268-351f0590-50f2-4c5c-abbd-0629d0ea3171.gz), [...
Assertion failed: V, Mask, KnownOne and KnownZero should have same BitWidth
https://api.github.com/repos/llvm/llvm-project/issues/16163/comments
1
2013-04-19T13:06:39Z
2021-12-04T00:11:18Z
https://github.com/llvm/llvm-project/issues/16163
1,071,064,101
16,163
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15790](https://llvm.org/bz15790) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @belkadan | ## Extended Description I'd expect something like the following to be possible (wrapping realloc). It seems not to work. #include <stdlib.h> void...
MallocWithAnnotations should support annotating a realloc-like function
https://api.github.com/repos/llvm/llvm-project/issues/16162/comments
2
2013-04-19T12:46:30Z
2021-12-04T00:11:17Z
https://github.com/llvm/llvm-project/issues/16162
1,071,064,097
16,162
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15789](https://llvm.org/bz15789) | | Resolution | WORKSFORME | | Resolved on | Jan 28, 2014 16:27 | | Version | 3.2 | | OS | MacOS X | | Attachments | [crash-Ilzh2e.c](https://user-images.githubusercontent.com/60944935/143747266-aedccf1f-1a8b-4163-8531-6fb9df32f463.gz), [crash-I...
Assertion failed: (E->isRValue() && E->getType()->isIntegralOrEnumerationType()), function EvaluateIntegerOrLValue, file ExprConstant.cpp, line 4068.
https://api.github.com/repos/llvm/llvm-project/issues/16161/comments
3
2013-04-19T11:28:27Z
2022-01-20T02:11:31Z
https://github.com/llvm/llvm-project/issues/16161
1,071,064,089
16,161
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15788](https://llvm.org/bz15788) | | Resolution | WONTFIX | | Resolved on | Jun 05, 2013 09:45 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Consider the following code: void x(int i) __attribute((section(".mySection,\"a...
problem with function section attribute
https://api.github.com/repos/llvm/llvm-project/issues/16160/comments
2
2013-04-19T03:57:49Z
2022-01-20T02:37:29Z
https://github.com/llvm/llvm-project/issues/16160
1,071,064,080
16,160
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15787](https://llvm.org/bz15787) | | Resolution | INVALID | | Resolved on | Apr 19, 2013 17:55 | | Version | trunk | | OS | Linux | | Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143747264-9b0c40a4-06ef-4609-b0f1-ac3eb31900af.gz), [...
Assert in llvm::MachineRegisterInfo::clearVirtRegs: Vreg use list non-empty still
https://api.github.com/repos/llvm/llvm-project/issues/16159/comments
7
2013-04-19T00:41:40Z
2021-12-04T00:11:14Z
https://github.com/llvm/llvm-project/issues/16159
1,071,064,074
16,159
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15786](https://llvm.org/bz15786) | | Resolution | WORKSFORME | | Resolved on | Nov 07, 2018 00:22 | | Version | 3.2 | | OS | MacOS X | | Attachments | [cpp files tar](https://user-images.githubusercontent.com/60944935/143747263-c16e47dd-0dcc-49fa-86e4-e66f658da76e.gz) | | Report...
Frontend crash, assertion in Attributes.cpp
https://api.github.com/repos/llvm/llvm-project/issues/16158/comments
3
2013-04-18T21:21:46Z
2022-01-20T02:11:29Z
https://github.com/llvm/llvm-project/issues/16158
1,071,064,068
16,158
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15785](https://llvm.org/bz15785) | | Resolution | INVALID | | Resolved on | Feb 07, 2016 08:37 | | Version | trunk | | OS | Linux | | Attachments | [.cl test file using short integer vector/scalar selection](https://user-images.githubusercontent.com/60944935/143747262-60e3be31-9...
OpenCL errors using vector/scalar conditionals and short integer types
https://api.github.com/repos/llvm/llvm-project/issues/16157/comments
10
2013-04-18T20:08:26Z
2021-12-04T00:11:12Z
https://github.com/llvm/llvm-project/issues/16157
1,071,064,065
16,157
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15784](https://llvm.org/bz15784) | | Resolution | FIXED | | Resolved on | Aug 19, 2013 10:06 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description When expression evaluation is performed after a crash, and the expression can ...
expression interpreter fails after the inferior has crashed
https://api.github.com/repos/llvm/llvm-project/issues/16156/comments
3
2013-04-18T20:04:49Z
2021-12-04T00:11:11Z
https://github.com/llvm/llvm-project/issues/16156
1,071,064,061
16,156
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15783](https://llvm.org/bz15783) | | Version | unspecified | | OS | All | | CC | @DougGregor | ## Extended Description template <typename Type> class IsInstrumented { class yes { char m; }; class no { yes m[2]; }; struct BaseMixin { void reportMemoryUsage() const {} ...
Improve diagnostic when a destructor is implicitly deleted due to private operator delete
https://api.github.com/repos/llvm/llvm-project/issues/16155/comments
0
2013-04-18T19:47:51Z
2023-11-03T13:35:55Z
https://github.com/llvm/llvm-project/issues/16155
1,071,064,055
16,155
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15782](https://llvm.org/bz15782) | | Resolution | FIXED | | Resolved on | Dec 04, 2014 03:46 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @RKSimon | ## Extended Description Currently (using debian package of 3.3~svn177638), code like the...
optimize bitwise operations across bswap
https://api.github.com/repos/llvm/llvm-project/issues/16154/comments
1
2013-04-18T19:45:41Z
2021-12-04T00:11:10Z
https://github.com/llvm/llvm-project/issues/16154
1,071,064,052
16,154
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15781](https://llvm.org/bz15781) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @danilaml,@zygoloid |
Conditional operators on extended vectors fail for vector/scalar selections outside OpenCL context
https://api.github.com/repos/llvm/llvm-project/issues/16153/comments
3
2013-04-18T18:22:33Z
2021-12-04T00:11:09Z
https://github.com/llvm/llvm-project/issues/16153
1,071,064,047
16,153
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15780](https://llvm.org/bz15780) | | Version | trunk | | OS | Linux | | Attachments | [.c file initializing an int4 from two int2s.](https://user-images.githubusercontent.com/60944935/143747259-f89a3c7c-b23d-45df-9ca5-6e32caa51999.gz) | | Reporter | LLVM Bugzilla Contributor | |...
Extended vector literals cannot include smaller extended vectors outside OpenCL context
https://api.github.com/repos/llvm/llvm-project/issues/16152/comments
1
2013-04-18T16:45:24Z
2021-12-04T00:11:08Z
https://github.com/llvm/llvm-project/issues/16152
1,071,064,040
16,152
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15779](https://llvm.org/bz15779) | | Resolution | DUPLICATE | | Resolved on | Apr 22, 2013 17:30 | | Version | unspecified | | OS | All | | CC | @DougGregor | ## Extended Description void f() { Loop0: __asm { jnz Loop0 } } gives: <inline asm>:2:2: error: invali...
jnz mnemonic not supported in ms-inline asm
https://api.github.com/repos/llvm/llvm-project/issues/16151/comments
2
2013-04-18T16:26:30Z
2021-12-04T00:11:07Z
https://github.com/llvm/llvm-project/issues/16151
1,071,064,032
16,151
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15778](https://llvm.org/bz15778) | | Resolution | INVALID | | Resolved on | Apr 18, 2013 12:44 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description It doesn't work vector<vector<bool> > vec(10, vector<bool>(10)); after that ...
Initialization inner vector
https://api.github.com/repos/llvm/llvm-project/issues/16150/comments
5
2013-04-18T11:58:22Z
2021-12-04T00:11:07Z
https://github.com/llvm/llvm-project/issues/16150
1,071,064,025
16,150
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15777](https://llvm.org/bz15777) | | Resolution | FIXED | | Resolved on | Apr 19, 2013 02:16 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Here is the code snippet that I am confused about: ... // performScalarRepl - This a...
SROA::performScalarRepl comment claims to work on all alloca's in function, but it only add ones in the entry block
https://api.github.com/repos/llvm/llvm-project/issues/16149/comments
3
2013-04-18T11:05:51Z
2021-12-04T00:11:06Z
https://github.com/llvm/llvm-project/issues/16149
1,071,064,019
16,149
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15776](https://llvm.org/bz15776) | | Version | trunk | | OS | Linux | | Attachments | [Preprocessed Source](https://user-images.githubusercontent.com/60944935/143747255-eadfed4f-4dc2-441f-b619-e41171963f42.gz), [Run Scripts](https://user-images.githubusercontent.com/60944935/143...
clang frontend command failed due to signal
https://api.github.com/repos/llvm/llvm-project/issues/16148/comments
2
2013-04-18T10:27:24Z
2023-07-29T04:26:37Z
https://github.com/llvm/llvm-project/issues/16148
1,071,064,014
16,148
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15775](https://llvm.org/bz15775) | | Resolution | FIXED | | Resolved on | Mar 20, 2017 10:49 | | Version | trunk | | OS | Linux | | Attachments | [Increment of extended vector type](https://user-images.githubusercontent.com/60944935/143747253-66fdcda4-d0a7-43a9-bbd2-c0e68a146b4d...
Allow increment to extended vector types
https://api.github.com/repos/llvm/llvm-project/issues/16147/comments
1
2013-04-18T06:35:05Z
2021-12-04T00:11:04Z
https://github.com/llvm/llvm-project/issues/16147
1,071,064,004
16,147
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15774](https://llvm.org/bz15774) | | Resolution | INVALID | | Resolved on | Apr 22, 2013 19:16 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @belkadan | ## Extended Description I'm not sure if this is by design, but it doesn't seem l...
BoolAssignmentChecker not catching literals
https://api.github.com/repos/llvm/llvm-project/issues/16146/comments
5
2013-04-18T06:10:12Z
2021-12-04T00:11:03Z
https://github.com/llvm/llvm-project/issues/16146
1,071,063,996
16,146
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15773](https://llvm.org/bz15773) | | Version | trunk | | OS | Windows XP | | Attachments | [.ll file crashing llc](https://user-images.githubusercontent.com/827859/143747252-2370e191-e86e-454f-9866-e223a15b155b.gz) | ## Extended Description The attached bug.ll create...
X86_64: Assertion failure "Unknown mismatch!" in SelectionDAGBuilder
https://api.github.com/repos/llvm/llvm-project/issues/16145/comments
1
2013-04-17T21:24:41Z
2023-08-11T14:01:24Z
https://github.com/llvm/llvm-project/issues/16145
1,071,063,988
16,145
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15772](https://llvm.org/bz15772) | | Version | trunk | | OS | Linux | | CC | @DougGregor,@zygoloid | ## Extended Description Clang accepts this: struct X { const char *f(); }; struct B { template<typename T> friend void X::f(T); }; It looks like we're injecting the frien...
no diagnostic for template friend which names nonexistent class member
https://api.github.com/repos/llvm/llvm-project/issues/16144/comments
2
2013-04-17T20:58:08Z
2023-08-26T10:52:32Z
https://github.com/llvm/llvm-project/issues/16144
1,071,063,984
16,144
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15771](https://llvm.org/bz15771) | | Resolution | FIXED | | Resolved on | Jan 18, 2016 17:02 | | Version | unspecified | | OS | Linux | | CC | @jdoerfert,@tobiasgrosser | ## Extended Description The following testcase int A[100]; void foo(int n) { for (int i = 0, j = 0; i ...
Extending scops to handle loops with unknown (parametric) trip count
https://api.github.com/repos/llvm/llvm-project/issues/16143/comments
6
2013-04-17T20:51:56Z
2021-12-04T00:11:00Z
https://github.com/llvm/llvm-project/issues/16143
1,071,063,979
16,143
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15770](https://llvm.org/bz15770) | | Version | 3.2 | | OS | All | | Blocks | llvm/llvm-project#15837 | | Attachments | [Example C++ file](https://user-images.githubusercontent.com/60944935/143747248-f865e4a0-6d90-443f-b78d-991cbc69bc93.gz), [Unoptimized bitcode for test.cpp](ht...
mergefunc could improve in face of virtual methods?
https://api.github.com/repos/llvm/llvm-project/issues/16142/comments
0
2013-04-17T18:54:43Z
2023-11-03T13:37:22Z
https://github.com/llvm/llvm-project/issues/16142
1,071,063,970
16,142
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15769](https://llvm.org/bz15769) | | Version | trunk | | OS | Linux | | CC | @DougGregor | ## Extended Description This is ill-formed (with a required diagnostic): ```cpp #include <type_traits> template<class T> struct X { template<class U = typename...
need eager instantiation of default template arguments
https://api.github.com/repos/llvm/llvm-project/issues/16141/comments
2
2013-04-17T17:31:48Z
2023-11-04T04:52:50Z
https://github.com/llvm/llvm-project/issues/16141
1,071,063,966
16,141
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15768](https://llvm.org/bz15768) | | Resolution | FIXED | | Resolved on | May 09, 2014 18:23 | | Version | trunk | | OS | Windows NT | | Blocks | llvm/llvm-project#12849 | | CC | @majnemer,@DougGregor,@rjmccall,@rnk,@timurrrr | ## Extended Description ---------------- $ cat c...
MS ABI: non-thiscall methods returning structures misbehave
https://api.github.com/repos/llvm/llvm-project/issues/16140/comments
6
2013-04-17T16:50:03Z
2021-12-04T00:10:57Z
https://github.com/llvm/llvm-project/issues/16140
1,071,063,959
16,140
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15767](https://llvm.org/bz15767) | | Resolution | FIXED | | Resolved on | May 21, 2013 09:54 | | Version | trunk | | OS | All | | Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143747247-23d9c9cc-cf59-469f-a0a9-91e56068836d.gz) | | Reporter | LLVM B...
Calls to @&#8203;llvm.annotation.i32 not being removed before code generation
https://api.github.com/repos/llvm/llvm-project/issues/16139/comments
1
2013-04-17T15:30:49Z
2021-12-04T00:10:56Z
https://github.com/llvm/llvm-project/issues/16139
1,071,063,953
16,139
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15766](https://llvm.org/bz15766) | | Resolution | DUPLICATE | | Resolved on | Apr 17, 2013 10:19 | | Version | 3.2 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description Under Debian Sid/unstable building Midori from git works with gcc ...
fatal error: error in backend: Cannot select: 0x9956be8: i32 = fabs 0x995a980 [ORD=256] [ID=18]
https://api.github.com/repos/llvm/llvm-project/issues/16138/comments
1
2013-04-17T12:00:06Z
2021-12-04T00:10:56Z
https://github.com/llvm/llvm-project/issues/16138
1,071,063,946
16,138
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15765](https://llvm.org/bz15765) | | Resolution | INVALID | | Resolved on | Apr 17, 2013 07:19 | | Version | 3.2 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description In emscripten, we support having JS as "inline assembly" (it makes perfect sense in ...
inline assembly and =g constraint on output argument
https://api.github.com/repos/llvm/llvm-project/issues/16137/comments
3
2013-04-17T11:19:55Z
2021-12-04T00:10:55Z
https://github.com/llvm/llvm-project/issues/16137
1,071,063,942
16,137
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15764](https://llvm.org/bz15764) | | Version | trunk | | OS | Linux | | CC | @DougGregor | ## Extended Description Clang rejects this: ```cpp template<typename T, typename U> using X = T(*)(U); struct S { template<typename T, typename U> operator X<T,U>(); }; str...
unable to match template friend conversion operator in redeclaration lookup
https://api.github.com/repos/llvm/llvm-project/issues/16136/comments
3
2013-04-17T11:06:13Z
2023-11-04T04:30:41Z
https://github.com/llvm/llvm-project/issues/16136
1,071,063,935
16,136
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15763](https://llvm.org/bz15763) | | Resolution | FIXED | | Resolved on | Apr 26, 2013 19:53 | | Version | trunk | | OS | MacOS X | | Depends On | llvm/llvm-project#16098 | | Attachments | [APInt.s produced by -save-temps](https://user-images.githubusercontent.com/60944935/1437...
emits PPC asm with relocation overflow, displacement too large [powerpc-darwin8]
https://api.github.com/repos/llvm/llvm-project/issues/16135/comments
20
2013-04-17T03:36:05Z
2021-12-04T00:10:53Z
https://github.com/llvm/llvm-project/issues/16135
1,071,063,929
16,135
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15762](https://llvm.org/bz15762) | | Version | trunk | | OS | Linux | ## Extended Description clang -cc1 -fixit a b llvm/tools/clang/include/clang/Basic/Diagnostic.h:371: clang::SourceManager& clang::DiagnosticsEngine::getSourceManager() const: Assertion `SourceMgr && "Source...
clang -fixit hits an assertions when given two files
https://api.github.com/repos/llvm/llvm-project/issues/16134/comments
2
2013-04-16T23:27:38Z
2023-06-25T15:36:51Z
https://github.com/llvm/llvm-project/issues/16134
1,071,063,926
16,134
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15761](https://llvm.org/bz15761) | | Resolution | FIXED | | Resolved on | Apr 16, 2013 12:36 | | Version | 3.2 | | OS | MacOS X | ## Extended Description There is a missing space at the end of the EXTRA_FLAGS variable inside the buildit script that prevents libc++ from compili...
missing trailing space in EXTRA_FLAGS prevents libc++ from compiling
https://api.github.com/repos/llvm/llvm-project/issues/16133/comments
2
2013-04-16T14:40:31Z
2021-12-04T00:10:51Z
https://github.com/llvm/llvm-project/issues/16133
1,071,063,922
16,133
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15760](https://llvm.org/bz15760) | | Resolution | FIXED | | Resolved on | Apr 17, 2013 16:05 | | Version | unspecified | | OS | All | | CC | @DougGregor | ## Extended Description The following function fails to compile with: test.c:4:28: error: unexpected token in argument lis...
clang fails to support some msvc inline assembler syntax
https://api.github.com/repos/llvm/llvm-project/issues/16132/comments
2
2013-04-16T11:52:40Z
2021-12-04T00:10:51Z
https://github.com/llvm/llvm-project/issues/16132
1,071,063,914
16,132
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15759](https://llvm.org/bz15759) | | Resolution | FIXED | | Resolved on | Apr 18, 2013 08:23 | | Version | 3.2 | | OS | MacOS X | | Attachments | [Example C file for the bug](https://user-images.githubusercontent.com/60944935/143747243-f0b677d8-57d4-4c10-bcd9-c6447d977256.gz), [...
Invalid constraint in inline asm crashes
https://api.github.com/repos/llvm/llvm-project/issues/16131/comments
4
2013-04-16T10:10:49Z
2021-12-04T00:10:49Z
https://github.com/llvm/llvm-project/issues/16131
1,071,063,906
16,131
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15758](https://llvm.org/bz15758) | | Resolution | FIXED | | Resolved on | May 08, 2013 23:35 | | Version | 3.2 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description With loop-vectorizer is enabled by -mllvm -vectorize-loops, clang au...
Incorrect vectorization of a long double array by packed vectors
https://api.github.com/repos/llvm/llvm-project/issues/16130/comments
12
2013-04-16T09:09:58Z
2021-12-04T00:10:49Z
https://github.com/llvm/llvm-project/issues/16130
1,071,063,901
16,130
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15757](https://llvm.org/bz15757) | | Resolution | FIXED | | Resolved on | May 16, 2013 21:19 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@zygoloid | ## Extended Description This is as far as I've been able to narrow thi...
Mysterious error with inheriting constructor, delegating constructor, and noexcept specifier
https://api.github.com/repos/llvm/llvm-project/issues/16129/comments
5
2013-04-16T07:47:04Z
2021-12-04T00:10:48Z
https://github.com/llvm/llvm-project/issues/16129
1,071,063,897
16,129
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15756](https://llvm.org/bz15756) | | Resolution | INVALID | | Resolved on | Apr 16, 2013 00:29 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor |
scan-build confused by pointer arithmetic on 2nd argument to read
https://api.github.com/repos/llvm/llvm-project/issues/16128/comments
4
2013-04-16T06:28:52Z
2021-12-04T00:10:47Z
https://github.com/llvm/llvm-project/issues/16128
1,071,063,890
16,128
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15755](https://llvm.org/bz15755) | | Resolution | FIXED | | Resolved on | Apr 17, 2013 14:02 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@zygoloid | ## Extended Description The following code fails to compile: {{{ ...
Failed to inherit variadic template constructor from base's base.
https://api.github.com/repos/llvm/llvm-project/issues/16127/comments
1
2013-04-16T04:26:24Z
2021-12-04T00:10:46Z
https://github.com/llvm/llvm-project/issues/16127
1,071,063,885
16,127
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15754](https://llvm.org/bz15754) | | Resolution | FIXED | | Resolved on | Apr 16, 2013 12:28 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description addressof uses plain c style cast, so type conversion operator is invoked when...
addressof returns wrong address when there is user provided conversion operator to char&
https://api.github.com/repos/llvm/llvm-project/issues/16126/comments
1
2013-04-16T02:52:14Z
2021-12-04T00:10:45Z
https://github.com/llvm/llvm-project/issues/16126
1,071,063,882
16,126
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15753](https://llvm.org/bz15753) | | Resolution | FIXED | | Resolved on | Apr 15, 2013 21:30 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description $ cat ~/test.cc template <typename T> static int Foo(T t); template <typename T> i...
wrong handling of linkage for explicit specializations of static function templates
https://api.github.com/repos/llvm/llvm-project/issues/16125/comments
2
2013-04-15T22:17:53Z
2021-12-04T00:10:45Z
https://github.com/llvm/llvm-project/issues/16125
1,071,063,876
16,125
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15752](https://llvm.org/bz15752) | | Resolution | FIXED | | Resolved on | Apr 30, 2013 04:42 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Firefox (trunk) build with clang trunk crashes during startup. clang-3.2 and gcc a...
Current trunk miscompiles Firefox
https://api.github.com/repos/llvm/llvm-project/issues/16124/comments
1
2013-04-15T18:45:06Z
2021-12-04T00:10:44Z
https://github.com/llvm/llvm-project/issues/16124
1,071,063,869
16,124
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15751](https://llvm.org/bz15751) | | Resolution | FIXED | | Resolved on | Apr 16, 2013 06:54 | | Version | unspecified | | OS | Linux | ## Extended Description This issue is causing most of the Boost.Math lib tests to fail, sample code is: int main(int argc, char** argv) { ...
reading a long double from a stream is out by a factor of 10
https://api.github.com/repos/llvm/llvm-project/issues/16123/comments
2
2013-04-15T18:39:02Z
2021-12-04T00:10:43Z
https://github.com/llvm/llvm-project/issues/16123
1,071,063,865
16,123
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15750](https://llvm.org/bz15750) | | Resolution | FIXED | | Resolved on | Mar 13, 2014 22:03 | | Version | trunk | | OS | Linux | | Attachments | [lock at class level; use ManagedStatic for singleton](https://user-images.githubusercontent.com/60944935/143747235-da7ad02f-ab0b-4c8...
GDBJITRegistrar not thread-safe (makes MCJIT not thread-safe)
https://api.github.com/repos/llvm/llvm-project/issues/16122/comments
3
2013-04-15T18:13:44Z
2021-12-04T00:10:42Z
https://github.com/llvm/llvm-project/issues/16122
1,071,063,861
16,122
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15749](https://llvm.org/bz15749) | | Version | trunk | | OS | Linux | | Attachments | [use managed static instead of static auto](https://user-images.githubusercontent.com/60944935/143747232-bf0b70cc-a9ef-4011-8c74-630eee12aa07.gz), [update patch to trunk r192551](https://user-i...
llvm::sys::Memory not thread-safe (makes MCJIT not thread-safe)
https://api.github.com/repos/llvm/llvm-project/issues/16121/comments
2
2013-04-15T17:49:36Z
2021-12-04T00:10:41Z
https://github.com/llvm/llvm-project/issues/16121
1,071,063,857
16,121
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15748](https://llvm.org/bz15748) | | Resolution | FIXED | | Resolved on | Apr 18, 2013 09:29 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description The following testcase (generated by csmith) causes current clang tr...
clang hangs at -O3 on loop
https://api.github.com/repos/llvm/llvm-project/issues/16120/comments
1
2013-04-15T02:38:47Z
2021-12-04T00:10:40Z
https://github.com/llvm/llvm-project/issues/16120
1,071,063,852
16,120
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15747](https://llvm.org/bz15747) | | Resolution | FIXED | | Resolved on | Apr 16, 2013 09:05 | | Version | trunk | | OS | Linux | | Attachments | [preprocessed file causing a crash](https://user-images.githubusercontent.com/60944935/143747227-c2febaa4-3c92-426d-9078-624a83108df3...
clang trunk r179460 crashes running scan-build on llvm/clang
https://api.github.com/repos/llvm/llvm-project/issues/16119/comments
7
2013-04-14T13:50:01Z
2021-12-04T00:10:39Z
https://github.com/llvm/llvm-project/issues/16119
1,071,063,844
16,119
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15746](https://llvm.org/bz15746) | | Resolution | FIXED | | Resolved on | Apr 23, 2013 16:42 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @tstellar | ## Extended Description /home/abuild/rpmbuild/BUILD/llvm/lib/Target/R600/R600ControlFlo...
R600: Build failure on openSUSE
https://api.github.com/repos/llvm/llvm-project/issues/16118/comments
3
2013-04-14T10:53:11Z
2021-12-04T00:10:39Z
https://github.com/llvm/llvm-project/issues/16118
1,071,063,836
16,118
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15745](https://llvm.org/bz15745) | | Version | 3.2 | | OS | All | | Attachments | [minimal example where contexts are same](https://user-images.githubusercontent.com/60944935/143747226-fa27446f-ac72-448e-8700-a17d8d4a7543.gz) | | Reporter | LLVM Bugzilla Contributor | ## Extend...
No way to differ C++ code completion for static method call and method definition
https://api.github.com/repos/llvm/llvm-project/issues/16117/comments
0
2013-04-14T03:57:22Z
2021-12-04T00:10:38Z
https://github.com/llvm/llvm-project/issues/16117
1,071,063,835
16,117
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15744](https://llvm.org/bz15744) | | Resolution | FIXED | | Resolved on | Apr 19, 2013 20:10 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description A static function may be called unmangled by asm() within ano...
extern "C" linkage ignored for a static function
https://api.github.com/repos/llvm/llvm-project/issues/16116/comments
3
2013-04-14T03:47:51Z
2021-12-04T00:10:37Z
https://github.com/llvm/llvm-project/issues/16116
1,071,063,833
16,116
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15743](https://llvm.org/bz15743) | | Version | 3.2 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I'm seeing a problem with the optimizer changing padding inside a struct, but seemingly not propagating that change to a gep inside an array. H...
gep problem when optimizer changes struct padding
https://api.github.com/repos/llvm/llvm-project/issues/16115/comments
4
2013-04-13T23:52:01Z
2021-12-04T00:10:36Z
https://github.com/llvm/llvm-project/issues/16115
1,071,063,829
16,115
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15742](https://llvm.org/bz15742) | | Resolution | DUPLICATE | | Resolved on | Apr 15, 2013 17:04 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @belkadan | ## Extended Description $ cat x.ii template < class _T1, class _T2 > struct A { ...
ICE in createTemporaryRegionIfNeeded()
https://api.github.com/repos/llvm/llvm-project/issues/16114/comments
6
2013-04-13T16:32:21Z
2021-12-04T00:10:35Z
https://github.com/llvm/llvm-project/issues/16114
1,071,063,823
16,114
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15741](https://llvm.org/bz15741) | | Resolution | WORKSFORME | | Resolved on | Dec 10, 2014 13:23 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@spavloff | ## Extended Description $ cat x.ii class { ...
ICE on invalid 'class { template { typename {'
https://api.github.com/repos/llvm/llvm-project/issues/16113/comments
5
2013-04-13T15:19:44Z
2022-01-20T02:11:28Z
https://github.com/llvm/llvm-project/issues/16113
1,071,063,813
16,113
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15740](https://llvm.org/bz15740) | | Resolution | FIXED | | Resolved on | May 05, 2013 18:38 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The following works with libstdc++. Tested using current svn. #include <s...
Long octals from strings using stringstreams
https://api.github.com/repos/llvm/llvm-project/issues/16112/comments
3
2013-04-13T13:06:49Z
2021-12-04T00:10:34Z
https://github.com/llvm/llvm-project/issues/16112
1,071,063,805
16,112
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15739](https://llvm.org/bz15739) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description clang version 3.3 (trunk 179456) $ /home/dimhen/build/csa/Release+Asserts/bin/clang++ -fsyntax-only specializat...
explicit specialization of 'instance' after instantiation
https://api.github.com/repos/llvm/llvm-project/issues/16111/comments
1
2013-04-13T11:53:11Z
2023-11-04T04:55:16Z
https://github.com/llvm/llvm-project/issues/16111
1,071,063,801
16,111
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15738](https://llvm.org/bz15738) | | Resolution | DUPLICATE | | Resolved on | Apr 13, 2013 07:34 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description The following testcase causes current clang trunk to go into and...
loop and casting causes clang to hang at -O2
https://api.github.com/repos/llvm/llvm-project/issues/16110/comments
1
2013-04-13T08:35:26Z
2021-12-04T00:10:32Z
https://github.com/llvm/llvm-project/issues/16110
1,071,063,797
16,110
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15737](https://llvm.org/bz15737) | | Resolution | FIXED | | Resolved on | Apr 12, 2013 16:56 | | Version | trunk | | OS | MacOS X | | Attachments | [Tarball of preprocessed source, run script, and backtrace.](https://user-images.githubusercontent.com/60944935/143747223-546daf40-...
Assert when combining an AND of two FCMPs.
https://api.github.com/repos/llvm/llvm-project/issues/16109/comments
1
2013-04-12T22:45:28Z
2021-12-04T00:10:31Z
https://github.com/llvm/llvm-project/issues/16109
1,071,063,794
16,109
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15736](https://llvm.org/bz15736) | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Variable with constant initializer is considered dependent currently. That is why clang do not print error on the fo...
variable with constant initializer is dependent
https://api.github.com/repos/llvm/llvm-project/issues/16108/comments
1
2013-04-12T16:59:03Z
2023-07-13T21:51:05Z
https://github.com/llvm/llvm-project/issues/16108
1,071,063,788
16,108
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15735](https://llvm.org/bz15735) | | Resolution | DUPLICATE | | Resolved on | Apr 30, 2015 15:37 | | Version | 3.2 | | OS | All | | CC | @dwblaikie,@DougGregor,@zygoloid,@timsong-cpp | ## Extended Description struct S { S(int) {} S() = delete; }; int main() { new S[5] { 0, 1, ...
list-initialization of array new-expression requires declared default constructor
https://api.github.com/repos/llvm/llvm-project/issues/16107/comments
5
2013-04-12T13:11:41Z
2021-12-04T00:10:29Z
https://github.com/llvm/llvm-project/issues/16107
1,071,063,780
16,107
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15734](https://llvm.org/bz15734) | | Version | 3.2 | | OS | MacOS X | | Attachments | [source (preprocessed source exceeds file-size limit)](https://user-images.githubusercontent.com/60944935/143747222-2b46ce8f-4996-4f14-b67c-db219b5d7a9a.gz) | | Reporter | LLVM Bugzilla Contrib...
seg fault in clang frontend triggered by std::is_trivially_default_destructible<std::vector<int>>
https://api.github.com/repos/llvm/llvm-project/issues/16106/comments
1
2013-04-12T11:31:51Z
2023-08-08T15:54:09Z
https://github.com/llvm/llvm-project/issues/16106
1,071,063,769
16,106
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15733](https://llvm.org/bz15733) | | Version | trunk | | OS | All | | CC | @gribozavr,@zygoloid | ## Extended Description When compiling the following code with -Wall: struct A { A() {}; template <typename T> int operator=(T) const; }; struct B ...
-Wunsequenced false positives for dependent expressions
https://api.github.com/repos/llvm/llvm-project/issues/16105/comments
1
2013-04-12T10:14:30Z
2021-12-04T00:10:28Z
https://github.com/llvm/llvm-project/issues/16105
1,071,063,764
16,105
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15732](https://llvm.org/bz15732) | | Resolution | FIXED | | Resolved on | Aug 25, 2016 16:12 | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-project#14572 llvm/llvm-bugzilla-archive#16128 llvm/llvm-bugzilla-archive#19528 llvm/llvm-bugzilla-archive#19875 llvm/llvm-b...
[META] CMake build equivalent to the autotools build
https://api.github.com/repos/llvm/llvm-project/issues/16104/comments
40
2013-04-12T10:08:18Z
2021-12-04T00:10:26Z
https://github.com/llvm/llvm-project/issues/16104
1,071,063,751
16,104
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15731](https://llvm.org/bz15731) | | Resolution | FIXED | | Resolved on | Apr 15, 2013 19:45 | | Version | unspecified | | OS | Linux | ## Extended Description In the product list, we can see: Build scripts: Makefiles and autoconf It should be updated to Build system: CMa...
Bugzilla: Please update the category description
https://api.github.com/repos/llvm/llvm-project/issues/16103/comments
1
2013-04-12T10:06:10Z
2021-12-04T00:10:25Z
https://github.com/llvm/llvm-project/issues/16103
1,071,063,740
16,103
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15730](https://llvm.org/bz15730) | | Version | trunk | | OS | Linux | | CC | @marehr,@pkeir | ## Extended Description Hi, the following bit of code: template <int N, typename T> struct Foo { typedef T __attribute__((vector_size(N*sizeof(T)))) type; }; compiles fine with g...
__attribute__((vector_size)) and templates
https://api.github.com/repos/llvm/llvm-project/issues/16102/comments
8
2013-04-12T09:45:47Z
2023-08-15T13:15:10Z
https://github.com/llvm/llvm-project/issues/16102
1,071,063,732
16,102
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15729](https://llvm.org/bz15729) | | Resolution | FIXED | | Resolved on | Apr 15, 2015 16:35 | | Version | trunk | | OS | All | | Attachments | [sample code to reproduce the problem](https://user-images.githubusercontent.com/52719965/143747221-a8151c30-ae1d-4091-8c05-004fa8c4190...
RuntimeDyld doesn't handle calls to external functions from MachO objects
https://api.github.com/repos/llvm/llvm-project/issues/16101/comments
3
2013-04-12T01:36:00Z
2021-12-04T00:10:23Z
https://github.com/llvm/llvm-project/issues/16101
1,071,063,726
16,101
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15728](https://llvm.org/bz15728) | | Resolution | FIXED | | Resolved on | Aug 20, 2018 10:49 | | Version | 3.2 | | OS | Linux | | Attachments | [source code which lets clang crash](https://user-images.githubusercontent.com/60944935/143747219-f5fff7b0-31f6-47de-891e-7abd01092723....
clang crashes with SIGSEV in clang::CodeGen::CodeGenFunction::EmitScalarExpr
https://api.github.com/repos/llvm/llvm-project/issues/16100/comments
2
2013-04-12T00:31:32Z
2021-12-04T00:10:22Z
https://github.com/llvm/llvm-project/issues/16100
1,071,063,715
16,100
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15727](https://llvm.org/bz15727) | | Resolution | FIXED | | Resolved on | Apr 12, 2013 03:33 | | Version | 3.2 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description I happened to use Value::isUsedInBasicBlock(const BasicBlock *BB) cons...
Value::isUsedInBasicBlock is buggy.
https://api.github.com/repos/llvm/llvm-project/issues/16099/comments
1
2013-04-11T22:56:04Z
2021-12-04T00:10:21Z
https://github.com/llvm/llvm-project/issues/16099
1,071,063,704
16,099
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15726](https://llvm.org/bz15726) | | Resolution | FIXED | | Resolved on | May 16, 2013 12:59 | | Version | trunk | | OS | MacOS X | | Blocks | llvm/llvm-bugzilla-archive#15763 | | Attachments | [preprocessed raw_os_ostream.cpp (stage 2)](https://user-images.githubusercontent.co...
clang emits wrong symbol on PPC32 for std::ostream::write
https://api.github.com/repos/llvm/llvm-project/issues/16098/comments
11
2013-04-11T22:55:40Z
2021-12-04T00:10:20Z
https://github.com/llvm/llvm-project/issues/16098
1,071,063,695
16,098
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15725](https://llvm.org/bz15725) | | Version | trunk | | OS | MacOS X | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143747217-3e597b39-e4e8-458e-9fb9-fae6bf6f45d3.gz) | | Reporter | LLVM Bugzilla Contributor | ## Extended Description See th...
uninitialized __block storage variables used in blocks don't provoke warning
https://api.github.com/repos/llvm/llvm-project/issues/16097/comments
0
2013-04-11T19:30:51Z
2023-05-23T20:19:28Z
https://github.com/llvm/llvm-project/issues/16097
1,071,063,691
16,097
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15724](https://llvm.org/bz15724) | | Resolution | FIXED | | Resolved on | Mar 05, 2014 13:07 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @mclow | ## Extended Description In the following piece of code, if I understand correctly ...
set: default construction does not work properly
https://api.github.com/repos/llvm/llvm-project/issues/16096/comments
7
2013-04-11T17:08:19Z
2021-12-04T00:10:19Z
https://github.com/llvm/llvm-project/issues/16096
1,071,063,687
16,096
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15723](https://llvm.org/bz15723) | | Resolution | FIXED | | Resolved on | Apr 13, 2013 13:20 | | Version | 3.2 | | OS | Linux | | Attachments | [Tests](https://user-images.githubusercontent.com/95090495/143747216-61c8e797-20cf-4444-b138-b08131a0405b.gz) | ## Extended Descriptio...
Incorrect handling of out of bounds and strings starting from 0x
https://api.github.com/repos/llvm/llvm-project/issues/16095/comments
7
2013-04-11T16:27:09Z
2021-12-04T00:10:18Z
https://github.com/llvm/llvm-project/issues/16095
1,071,063,680
16,095
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15722](https://llvm.org/bz15722) | | Version | trunk | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @dwblaikie | ## Extended Description I'm by no means an expert of VIM syntax highlighting, but I was using this file as a reference for my own syntax high...
VIM syntax highlight improvement
https://api.github.com/repos/llvm/llvm-project/issues/16094/comments
1
2013-04-11T15:48:03Z
2023-08-13T14:09:03Z
https://github.com/llvm/llvm-project/issues/16094
1,071,063,676
16,094
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15721](https://llvm.org/bz15721) | | Resolution | FIXED | | Resolved on | Sep 30, 2013 06:46 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description markus@x4 gcc % cat gcc/testsuite/g++.dg/cpp0x/alias-decl-2.C...
Three crashes on gcc cpp0x testsuite
https://api.github.com/repos/llvm/llvm-project/issues/16093/comments
1
2013-04-11T12:18:41Z
2021-12-04T00:10:16Z
https://github.com/llvm/llvm-project/issues/16093
1,071,063,668
16,093
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15720](https://llvm.org/bz15720) | | Resolution | FIXED | | Resolved on | May 13, 2013 19:22 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description Loops having integer induction variable running from lower value to ...
LoopVectorizer fails to vectorize loops with increasing integer induction variable
https://api.github.com/repos/llvm/llvm-project/issues/16092/comments
2
2013-04-11T08:19:22Z
2021-12-04T00:10:15Z
https://github.com/llvm/llvm-project/issues/16092
1,071,063,662
16,092
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15719](https://llvm.org/bz15719) | | Resolution | INVALID | | Resolved on | Sep 26, 2016 08:39 | | Version | unspecified | | OS | All | | CC | @labath | ## Extended Description I compiled clang/llvm Release+Asserts r179146 using: Apple LLVM version 4.2 (clang-425.0.27) (based ...
'image lookup' and 'frame info' disagree, image lookup is more right
https://api.github.com/repos/llvm/llvm-project/issues/16091/comments
2
2013-04-11T02:21:29Z
2021-12-04T00:10:14Z
https://github.com/llvm/llvm-project/issues/16091
1,071,063,659
16,091
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15718](https://llvm.org/bz15718) | | Resolution | WORKSFORME | | Resolved on | Apr 10, 2013 21:06 | | Version | unspecified | | OS | MacOS X | | Attachments | [log of build attempt](https://user-images.githubusercontent.com/60944935/143747215-2cd77ff9-c4dc-4fc9-aaa2-6dc4f3413e32...
trunk revision 179203 does not build
https://api.github.com/repos/llvm/llvm-project/issues/16090/comments
1
2013-04-10T21:14:13Z
2022-01-20T02:11:27Z
https://github.com/llvm/llvm-project/issues/16090
1,071,063,652
16,090
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15717](https://llvm.org/bz15717) | | Version | 3.2 | | OS | MacOS X | | Attachments | [FixIt inserts the operator at the wrong location](https://user-images.githubusercontent.com/60944935/143747214-0087a1e5-c321-4335-80ce-c4e99fde1ad4.gz) | | Reporter | LLVM Bugzilla Contributor...
FixIt: Wrong (suggested) location of the dereference operator in block enumerations
https://api.github.com/repos/llvm/llvm-project/issues/16089/comments
0
2013-04-10T14:25:32Z
2023-05-24T14:50:28Z
https://github.com/llvm/llvm-project/issues/16089
1,071,063,645
16,089
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15716](https://llvm.org/bz15716) | | Resolution | INVALID | | Resolved on | Dec 10, 2013 20:47 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @mclow,@zygoloid | ## Extended Description I had a bad code map<string, vector<string>[2...
Clang doen't init map with initializer_list
https://api.github.com/repos/llvm/llvm-project/issues/16088/comments
5
2013-04-10T12:08:55Z
2021-12-04T00:10:12Z
https://github.com/llvm/llvm-project/issues/16088
1,071,063,641
16,088
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15715](https://llvm.org/bz15715) | | Version | unspecified | | OS | MacOS X | | Attachments | [Xcode project](https://user-images.githubusercontent.com/60944935/143747212-280528a2-9614-4f15-b916-6f4558bf2875.gz), [Static analyzer report](https://user-images.githubusercontent.com...
Poor path for leak report
https://api.github.com/repos/llvm/llvm-project/issues/16087/comments
6
2013-04-10T11:26:40Z
2023-05-24T15:04:53Z
https://github.com/llvm/llvm-project/issues/16087
1,071,063,636
16,087
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15714](https://llvm.org/bz15714) | | Resolution | FIXED | | Resolved on | Apr 13, 2013 08:43 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description The following snippet (generated by csmith) causes top-of-trunk clan...
clang hangs at -O3 on expression
https://api.github.com/repos/llvm/llvm-project/issues/16086/comments
5
2013-04-10T04:42:40Z
2021-12-04T00:10:10Z
https://github.com/llvm/llvm-project/issues/16086
1,071,063,632
16,086
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15713](https://llvm.org/bz15713) | | Resolution | FIXED | | Resolved on | Dec 02, 2019 13:50 | | Version | unspecified | | OS | Windows NT | | Blocks | llvm/llvm-project#14079 | | CC | @XVilka,@DougGregor,@nico,@timurrrr | ## Extended Description Clang currently rejects this ...
Implement MSVC's language extension to form pointers to members of virtual bases
https://api.github.com/repos/llvm/llvm-project/issues/16085/comments
7
2013-04-09T22:01:02Z
2021-12-04T00:10:09Z
https://github.com/llvm/llvm-project/issues/16085
1,071,063,626
16,085
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15712](https://llvm.org/bz15712) | | Resolution | FIXED | | Resolved on | Jan 27, 2015 04:28 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description LLVM generates two additional instructions for 128->256 bit typecasts (e.g. _mm25...
inefficient code generation for 128-bit->256-bit typecast intrinsics
https://api.github.com/repos/llvm/llvm-project/issues/16084/comments
1
2013-04-09T21:26:21Z
2021-12-04T00:10:09Z
https://github.com/llvm/llvm-project/issues/16084
1,071,063,621
16,084
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15711](https://llvm.org/bz15711) | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description gcc rejects but clang accepts this: class foo { void f(); void f(int); }; template<typename T> class bar : pu...
clang allows access to private overloaded member function
https://api.github.com/repos/llvm/llvm-project/issues/16083/comments
2
2013-04-09T21:13:41Z
2023-07-13T20:36:49Z
https://github.com/llvm/llvm-project/issues/16083
1,071,063,613
16,083
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15710](https://llvm.org/bz15710) | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description So I'm doing a lot of security audits of code (hey apple!), it annoys me that I cannot just dump all files into scan-build and let it do cro...
ability to cross check all source files
https://api.github.com/repos/llvm/llvm-project/issues/16082/comments
1
2013-04-09T20:46:23Z
2021-12-04T00:10:07Z
https://github.com/llvm/llvm-project/issues/16082
1,071,063,608
16,082
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15709](https://llvm.org/bz15709) | | Version | trunk | | OS | Linux | | CC | @DougGregor,@Weverything | ## Extended Description lib/Sema/SemaDeclCXX.cpp:7712:24: error: no member named 'castAs' in 'clang::QualType'; did you mean to use '->' instead of '.'? return Map[Ctor...
incorrect recovery after -> versus . correction for template name
https://api.github.com/repos/llvm/llvm-project/issues/16081/comments
3
2013-04-09T06:38:13Z
2023-11-04T04:57:22Z
https://github.com/llvm/llvm-project/issues/16081
1,071,063,601
16,081
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15708](https://llvm.org/bz15708) | | Version | unspecified | | OS | FreeBSD | | Reporter | LLVM Bugzilla Contributor | | CC | @seanm | ## Extended Description When encountering a possible malloc(0), the clang analyzer reports a "Undefined allocation of 0 bytes (CERT MEM04-C; C...
malloc(0) is not undefined behaviour
https://api.github.com/repos/llvm/llvm-project/issues/16080/comments
3
2013-04-09T06:28:58Z
2024-11-02T05:15:37Z
https://github.com/llvm/llvm-project/issues/16080
1,071,063,595
16,080
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15707](https://llvm.org/bz15707) | | Resolution | FIXED | | Resolved on | May 16, 2013 14:02 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description StackColoring::calculateLiveIntervals() does not correctly handle the case where t...
StackColoring can wrongly merge stack slots due to incorrect liveness calculation
https://api.github.com/repos/llvm/llvm-project/issues/16079/comments
3
2013-04-09T06:27:17Z
2021-12-04T00:10:04Z
https://github.com/llvm/llvm-project/issues/16079
1,071,063,591
16,079
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15706](https://llvm.org/bz15706) | | Version | trunk | | OS | Linux | | CC | @spavloff | ## Extended Description Clang recognize only one escaped newline between the */ characters of a block comment. So it handles (A) correctly, but can't parse (B). (A) /**\ / (b) /**\ \ /
Multiple escaped newline between the */ characters are not handled correctly
https://api.github.com/repos/llvm/llvm-project/issues/16078/comments
1
2013-04-09T03:11:07Z
2021-12-04T00:10:03Z
https://github.com/llvm/llvm-project/issues/16078
1,071,063,584
16,078
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [15705](https://llvm.org/bz15705) | | Resolution | FIXED | | Resolved on | Jun 25, 2017 09:31 | | Version | trunk | | OS | All | | CC | @RKSimon | ## Extended Description Using r179060, the following ll code generates an extra mov instruction: target datalayout = "e-p:64:64:64...
Unneeded register-register move emitted for x86_64
https://api.github.com/repos/llvm/llvm-project/issues/16077/comments
1
2013-04-09T00:10:19Z
2021-12-04T00:10:02Z
https://github.com/llvm/llvm-project/issues/16077
1,071,063,579
16,077