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 | [18505](https://llvm.org/bz18505) |
| Resolution | FIXED |
| Resolved on | Jun 02, 2020 15:23 |
| Version | trunk |
| OS | Linux |
| CC | @compnerd,@walkerkd,@nickdesaulniers,@rnk |
## Extended Description
Clang does not support gcc's flags -mapcs and -mapcs-frame.
Linux perf ... | Missing support for APCS frame layout | https://api.github.com/repos/llvm/llvm-project/issues/18879/comments | 13 | 2014-01-16T11:03:02Z | 2021-12-09T21:50:18Z | https://github.com/llvm/llvm-project/issues/18879 | 1,076,078,350 | 18,879 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18504](https://llvm.org/bz18504) |
| Version | trunk |
| OS | Linux |
| CC | @zygoloid,@zhendongsu |
## Extended Description
Clang does not emit a warning for the comparison of integers of different signs.
I have the following program:
```c
int unreported(unsigned a, int... | No warning for comparison of integers of different signs | https://api.github.com/repos/llvm/llvm-project/issues/18878/comments | 14 | 2014-01-16T09:05:18Z | 2025-03-10T13:08:52Z | https://github.com/llvm/llvm-project/issues/18878 | 1,076,078,328 | 18,878 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18503](https://llvm.org/bz18503) |
| Resolution | FIXED |
| Resolved on | Jan 21, 2014 21:24 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem |
## Extended Description
The title says it all. Using a variety of this argument:
htt... | /Zp1 option is not recognized by clang-cl | https://api.github.com/repos/llvm/llvm-project/issues/18877/comments | 1 | 2014-01-16T08:35:53Z | 2021-12-09T21:50:16Z | https://github.com/llvm/llvm-project/issues/18877 | 1,076,078,315 | 18,877 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18502](https://llvm.org/bz18502) |
| Version | trunk |
| OS | All |
## Extended Description
The template instantiation BH<4>::operator[] in paq8p.cpp contains:
static U8 tmp[B]; // element to move to front
if (j==M) {
--j;
memset(tmp, 0, B);
*(U16*)tmp=chk;
... | Bad alignment in MultiSource/Benchmarks/PAQ8p | https://api.github.com/repos/llvm/llvm-project/issues/18876/comments | 1 | 2014-01-16T06:57:56Z | 2023-08-09T07:15:41Z | https://github.com/llvm/llvm-project/issues/18876 | 1,076,078,288 | 18,876 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18501](https://llvm.org/bz18501) |
| Version | unspecified |
| OS | All |
| Attachments | [testcase](https://user-images.githubusercontent.com/95090769/143748812-e3c9562f-bdb9-4493-98c4-48331aaf03dd.gz) |
| CC | @mclow |
## Extended Description
Although the result of __traits_... | regex doesn't allow custom traits::char_class_type | https://api.github.com/repos/llvm/llvm-project/issues/18875/comments | 2 | 2014-01-16T06:51:45Z | 2023-07-15T06:49:25Z | https://github.com/llvm/llvm-project/issues/18875 | 1,076,078,264 | 18,875 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18500](https://llvm.org/bz18500) |
| Version | trunk |
| OS | All |
## Extended Description
The file ac_enc.c contains this code:
static inline void ALWAYS_INLINE dyn_jam_noDeref_large(unsigned char *out, uint32_t bitPos, uint32_t numBits, uint32_t value)
{
uint32_t * i = (u... | Bad alignment in MultiSource/Applications/ALAC/encode test | https://api.github.com/repos/llvm/llvm-project/issues/18874/comments | 0 | 2014-01-16T06:20:00Z | 2023-08-09T07:15:18Z | https://github.com/llvm/llvm-project/issues/18874 | 1,076,078,249 | 18,874 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18499](https://llvm.org/bz18499) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ricejasonf |
## Extended Description
This code results in a crash:
```cpp
auto K = [](auto ... OuterArgs) {
vp([=](auto ... Is) {
... | Nested Variadic Expansions in generic lambdas don't work | https://api.github.com/repos/llvm/llvm-project/issues/18873/comments | 8 | 2014-01-16T05:41:52Z | 2024-03-23T16:33:03Z | https://github.com/llvm/llvm-project/issues/18873 | 1,076,078,227 | 18,873 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18498](https://llvm.org/bz18498) |
| Resolution | FIXED |
| Resolved on | Jun 01, 2014 11:21 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
This code currently results in a crash:
auto L = [](auto ... | explicit template arguments with variadic generic lambdas causes crash | https://api.github.com/repos/llvm/llvm-project/issues/18872/comments | 1 | 2014-01-16T05:36:08Z | 2021-12-09T21:50:11Z | https://github.com/llvm/llvm-project/issues/18872 | 1,076,078,209 | 18,872 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18497](https://llvm.org/bz18497) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2014 12:09 |
| Version | trunk |
| OS | Linux |
| Attachments | [The miscompiled function](https://user-images.githubusercontent.com/910929/143748811-4862e7e2-5e98-4ae4-a6d4-d5503cd62819.gz) |
| CC... | Self hosting broken with -enable-aa-sched-mi | https://api.github.com/repos/llvm/llvm-project/issues/18871/comments | 6 | 2014-01-16T02:58:02Z | 2021-12-09T21:50:10Z | https://github.com/llvm/llvm-project/issues/18871 | 1,076,078,192 | 18,871 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18496](https://llvm.org/bz18496) |
| Resolution | FIXED |
| Resolved on | Apr 27, 2015 12:30 |
| Version | unspecified |
| OS | MacOS X |
| Blocks | llvm/llvm-project#16104 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rnk |
## Extended Description
In a cmake build of co... | [cmake] .S assembly files not compiled by cmake in libclang_rt.ARCH | https://api.github.com/repos/llvm/llvm-project/issues/18870/comments | 6 | 2014-01-16T01:25:53Z | 2021-12-09T21:50:09Z | https://github.com/llvm/llvm-project/issues/18870 | 1,076,078,168 | 18,870 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18495](https://llvm.org/bz18495) |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
```cpp
template<typename S, typename... T> struct X {
template<bool stop = (sizeof...(T) >= 10), t... | Unexpected template recursion limit hit for partially-specialized member template | https://api.github.com/repos/llvm/llvm-project/issues/18869/comments | 3 | 2014-01-16T00:37:29Z | 2025-03-10T21:46:04Z | https://github.com/llvm/llvm-project/issues/18869 | 1,076,078,146 | 18,869 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18494](https://llvm.org/bz18494) |
| Resolution | INVALID |
| Resolved on | Apr 23, 2019 15:32 |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
This bug is very similar to llvm/llvm-project#15830 in that I get the same error message. However, wh... | Defaulted default constructor of inner template class - assertion failed | https://api.github.com/repos/llvm/llvm-project/issues/18868/comments | 1 | 2014-01-15T23:00:52Z | 2021-12-09T21:50:07Z | https://github.com/llvm/llvm-project/issues/18868 | 1,076,078,121 | 18,868 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18493](https://llvm.org/bz18493) |
| Resolution | WONTFIX |
| Resolved on | Sep 28, 2015 07:41 |
| Version | unspecified |
| OS | Linux |
## Extended Description
The code below remains unchanged when processed by
"clang-modernize -add-override" although B::foo() is an override... | No override added to abstract functions by -add-override | https://api.github.com/repos/llvm/llvm-project/issues/18867/comments | 1 | 2014-01-15T22:30:52Z | 2022-01-20T02:39:26Z | https://github.com/llvm/llvm-project/issues/18867 | 1,076,078,099 | 18,867 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18492](https://llvm.org/bz18492) |
| Resolution | WONTFIX |
| Resolved on | Sep 28, 2015 07:25 |
| Version | unspecified |
| OS | Linux |
## Extended Description
The following code remains unchanged when processed with
"clang-modernize -add-override" although ~B() is an overri... | No 'override' added to destructors by -add-override | https://api.github.com/repos/llvm/llvm-project/issues/18866/comments | 1 | 2014-01-15T22:25:36Z | 2022-01-20T02:39:25Z | https://github.com/llvm/llvm-project/issues/18866 | 1,076,078,070 | 18,866 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18491](https://llvm.org/bz18491) |
| Version | 3.3 |
| OS | MacOS X |
| Attachments | [Minimal case showing false positive](https://user-images.githubusercontent.com/60944935/143748810-89b2033a-f766-48df-8173-933e87b1be01.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @be... | Member variable initialization not tracked after object construction | https://api.github.com/repos/llvm/llvm-project/issues/18865/comments | 2 | 2014-01-15T21:44:12Z | 2021-12-09T21:50:04Z | https://github.com/llvm/llvm-project/issues/18865 | 1,076,078,055 | 18,865 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18490](https://llvm.org/bz18490) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan,@tkremenek |
## Extended Description
Clang should detect and warn about the dead code in the following loop, either from regular flow analysis... | Detect dead code in a loop | https://api.github.com/repos/llvm/llvm-project/issues/18864/comments | 0 | 2014-01-15T20:12:13Z | 2024-08-12T12:56:05Z | https://github.com/llvm/llvm-project/issues/18864 | 1,076,078,042 | 18,864 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18489](https://llvm.org/bz18489) |
| Resolution | DUPLICATE |
| Resolved on | Jan 18, 2014 08:58 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
coreboot uses an (admittedly hackish) trick to move variables to a special sec... | section attribute behaviour differs from gcc's | https://api.github.com/repos/llvm/llvm-project/issues/18863/comments | 1 | 2014-01-15T17:28:05Z | 2021-12-09T21:50:02Z | https://github.com/llvm/llvm-project/issues/18863 | 1,076,078,018 | 18,863 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18488](https://llvm.org/bz18488) |
| Resolution | FIXED |
| Resolved on | Jul 24, 2016 17:26 |
| Version | unspecified |
| OS | All |
| Attachments | [Source file which is miscompiled due to this bug](https://user-images.githubusercontent.com/60944935/143748805-e74ea06b-6ef1-495... | std::list-functions executed in the wrong order (seemingly due to a strict-aliasing problem) | https://api.github.com/repos/llvm/llvm-project/issues/18862/comments | 14 | 2014-01-15T17:27:39Z | 2021-12-09T21:50:01Z | https://github.com/llvm/llvm-project/issues/18862 | 1,076,078,010 | 18,862 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18487](https://llvm.org/bz18487) |
| Resolution | FIXED |
| Resolved on | Jan 23, 2019 05:44 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atamazov,@atanasyan |
## Extended Description
Richard Sandiford says:
Careful! It's important that... | Fix rules on what ".set micromips" applies to | https://api.github.com/repos/llvm/llvm-project/issues/18861/comments | 6 | 2014-01-15T17:01:05Z | 2021-12-09T21:50:00Z | https://github.com/llvm/llvm-project/issues/18861 | 1,076,077,988 | 18,861 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18486](https://llvm.org/bz18486) |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
I think that sample code below should cause error because TEST is ambiguous.
namespace FOO {
template<int I>
struct FOO {};
}
using namespace FOO... | Ambiguity between template-name and other name should be detected | https://api.github.com/repos/llvm/llvm-project/issues/18860/comments | 1 | 2014-01-15T16:32:02Z | 2021-12-09T21:49:59Z | https://github.com/llvm/llvm-project/issues/18860 | 1,076,077,967 | 18,860 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18485](https://llvm.org/bz18485) |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Empty macro expansion from inside another macro causes incorrect placement of expanded macro.
Consid... | Empty macro expansion from inside another macro causes incorrect placement of expanded macro | https://api.github.com/repos/llvm/llvm-project/issues/18859/comments | 0 | 2014-01-15T14:52:01Z | 2024-07-27T21:28:24Z | https://github.com/llvm/llvm-project/issues/18859 | 1,076,077,951 | 18,859 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18484](https://llvm.org/bz18484) |
| Resolution | WORKSFORME |
| Resolved on | Jan 15, 2014 01:43 |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @kcc |
## Extended Description
https://www.youtube.com/watch?v=JSjoCisIHcM (1:08) suggests that ... | address sanitizer doesn't point out the specific variable | https://api.github.com/repos/llvm/llvm-project/issues/18858/comments | 1 | 2014-01-15T09:38:46Z | 2022-01-20T02:13:28Z | https://github.com/llvm/llvm-project/issues/18858 | 1,076,077,942 | 18,858 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18483](https://llvm.org/bz18483) |
| Version | 3.3 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm trying to run clang on ARM (Final release 3.3) and i can't figure out what libs are needed. That's the reason it crashes for the simplest file... | crash if no lib is found | https://api.github.com/repos/llvm/llvm-project/issues/18857/comments | 4 | 2014-01-15T09:08:10Z | 2023-02-10T11:08:47Z | https://github.com/llvm/llvm-project/issues/18857 | 1,076,077,925 | 18,857 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18482](https://llvm.org/bz18482) |
| Version | trunk |
| OS | All |
| CC | @rnk |
## Extended Description
lib/Support/ConvertUTFWrapper.cpp contains this code:
bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) {
...
const UTF16 *Src = reinterpret_ca... | Bad alignment in convertUTF16ToUTF8String | https://api.github.com/repos/llvm/llvm-project/issues/18856/comments | 2 | 2014-01-15T05:29:50Z | 2023-08-09T07:14:55Z | https://github.com/llvm/llvm-project/issues/18856 | 1,076,077,913 | 18,856 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18481](https://llvm.org/bz18481) |
| Resolution | FIXED |
| Resolved on | Feb 27, 2014 18:12 |
| Version | unspecified |
| OS | Windows NT |
## Extended Description
This warning has false positives if the MSVC search rules also search a directory passed as a -I option on the c... | False positive in -Wmsvc-include | https://api.github.com/repos/llvm/llvm-project/issues/18855/comments | 1 | 2014-01-15T04:43:31Z | 2021-12-09T21:49:54Z | https://github.com/llvm/llvm-project/issues/18855 | 1,076,077,889 | 18,855 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18480](https://llvm.org/bz18480) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2014 21:36 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143748803-5265294b-a6e0-4e17-95aa-31f8a2430d62.gz) |
| CC | @hfinkel |
... | Vectorizer crashes with bad isa<> | https://api.github.com/repos/llvm/llvm-project/issues/18854/comments | 2 | 2014-01-15T02:33:04Z | 2021-12-09T21:49:53Z | https://github.com/llvm/llvm-project/issues/18854 | 1,076,077,871 | 18,854 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18479](https://llvm.org/bz18479) |
| Resolution | FIXED |
| Resolved on | Jan 16, 2014 17:24 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @majnemer |
## Extended Description
Right now we lock in the inheritance model of a member ... | MS ABI: Delay member pointer inheritance model lock-in until a complete type is required | https://api.github.com/repos/llvm/llvm-project/issues/18853/comments | 2 | 2014-01-14T23:38:16Z | 2021-12-09T21:49:52Z | https://github.com/llvm/llvm-project/issues/18853 | 1,076,077,856 | 18,853 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18478](https://llvm.org/bz18478) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Small repro with generated code](https://user-images.githubusercontent.com/60944935/143748802-77bb3d1a-8e33-4410-b981-d6b3426ff... | Overzealous strength reduction on _mm_mullo_epi16 producing inferior code | https://api.github.com/repos/llvm/llvm-project/issues/18852/comments | 4 | 2014-01-14T23:11:42Z | 2021-12-09T21:49:51Z | https://github.com/llvm/llvm-project/issues/18852 | 1,076,077,842 | 18,852 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18477](https://llvm.org/bz18477) |
| Resolution | FIXED |
| Resolved on | Jan 16, 2014 21:11 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Clang rejects this:
template<typename T> struct S { int a; int b = a; };
void f() { []() { S<int>... | lambda capturing confused when instantiating a class with a default initializer | https://api.github.com/repos/llvm/llvm-project/issues/18851/comments | 1 | 2014-01-14T22:32:01Z | 2021-12-09T21:49:50Z | https://github.com/llvm/llvm-project/issues/18851 | 1,076,077,829 | 18,851 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18476](https://llvm.org/bz18476) |
| Resolution | FIXED |
| Resolved on | Jul 03, 2014 01:00 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
struct A {};
struct B {
long long Field;
};
struct C : public A, public B {};
s... | [-cxx-abi microsoft] clang crashes during codegen, "Type size mismatch!" assertion fires | https://api.github.com/repos/llvm/llvm-project/issues/18850/comments | 1 | 2014-01-14T21:17:58Z | 2021-12-09T21:49:49Z | https://github.com/llvm/llvm-project/issues/18850 | 1,076,077,808 | 18,850 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18475](https://llvm.org/bz18475) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
The use of "this" in trailing-return-types and exception-specifications does not work in friend declarations in Clang.
## SMALL SOURCE:
```cpp
struct... | Bogus message regarding use of "this" in friend declaration | https://api.github.com/repos/llvm/llvm-project/issues/18849/comments | 3 | 2014-01-14T21:07:11Z | 2023-12-29T11:42:16Z | https://github.com/llvm/llvm-project/issues/18849 | 1,076,077,795 | 18,849 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18474](https://llvm.org/bz18474) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:09 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
extern "C" int printf(const char *fmt, ...);
struct A {};
struct B {};
#pragma pa... | [-cxx-abi microsoft] size calculation is wrong for aligned bitfield inside pragma-pack | https://api.github.com/repos/llvm/llvm-project/issues/18848/comments | 1 | 2014-01-14T21:00:08Z | 2021-12-09T21:49:47Z | https://github.com/llvm/llvm-project/issues/18848 | 1,076,077,776 | 18,848 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18473](https://llvm.org/bz18473) |
| Resolution | FIXED |
| Resolved on | Mar 30, 2014 18:03 |
| Version | unspecified |
| OS | Linux |
| Attachments | [the preprocessed c++ source file](https://user-images.githubusercontent.com/60944935/143748800-d609be29-8636-43f2-a352-1297c8a... | clang 3.4 failed to compile C++ code that works with clang 3.3 (Segmentation fault) | https://api.github.com/repos/llvm/llvm-project/issues/18847/comments | 12 | 2014-01-14T13:52:53Z | 2021-12-09T21:49:45Z | https://github.com/llvm/llvm-project/issues/18847 | 1,076,077,762 | 18,847 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18472](https://llvm.org/bz18472) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2014 11:30 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143748798-fcf1ba20-53c7-40a5-be9f-082c81a99bf4.gz) |
| CC | @belka... | Assert `!isa<Expr>(S) || cast<Expr>(S)->IgnoreParens() == S' failed in CFG.cpp:457 | https://api.github.com/repos/llvm/llvm-project/issues/18846/comments | 2 | 2014-01-14T12:57:22Z | 2021-12-09T21:49:44Z | https://github.com/llvm/llvm-project/issues/18846 | 1,076,077,752 | 18,846 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18471](https://llvm.org/bz18471) |
| Resolution | DUPLICATE |
| Resolved on | Jan 15, 2014 07:58 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sylvestre |
## Extended Description
Trying to install LLVM on Travis-CI.org's Ubuntu Pre... | LLVM apt packages do not work on precise | https://api.github.com/repos/llvm/llvm-project/issues/18845/comments | 4 | 2014-01-14T11:33:32Z | 2021-12-09T21:49:43Z | https://github.com/llvm/llvm-project/issues/18845 | 1,076,077,738 | 18,845 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18470](https://llvm.org/bz18470) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @iains,@mclow,@vitalybuka |
## Extended Description
I noticed during libc++ tests on powerpc-darwin8 that some tests fail due to lack of 64b atomics (o... | [builtins][powerpc-darwin8] missing 64b atomic operations on PPC32 | https://api.github.com/repos/llvm/llvm-project/issues/18844/comments | 8 | 2014-01-14T07:28:10Z | 2021-12-09T21:49:42Z | https://github.com/llvm/llvm-project/issues/18844 | 1,076,077,725 | 18,844 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18469](https://llvm.org/bz18469) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2014 21:42 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [proprocessed input from powerpc-darwin8-clang](https://user-images.githubusercontent.com/60944935/143748797-cad7b2ef-f621-42... | [powerpc-darwin8] test_alignment_of<bool, 1> fails | https://api.github.com/repos/llvm/llvm-project/issues/18843/comments | 4 | 2014-01-14T07:17:52Z | 2021-12-09T21:49:42Z | https://github.com/llvm/llvm-project/issues/18843 | 1,076,077,720 | 18,843 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18468](https://llvm.org/bz18468) |
| Resolution | FIXED |
| Resolved on | Feb 03, 2014 17:27 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
More tests that fail on poewrpc-darwin8 (built with stage-... | [powerpc-darwin8] iec559 tests fail static_assert | https://api.github.com/repos/llvm/llvm-project/issues/18842/comments | 4 | 2014-01-14T07:01:18Z | 2021-12-09T21:49:40Z | https://github.com/llvm/llvm-project/issues/18842 | 1,076,077,711 | 18,842 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18467](https://llvm.org/bz18467) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:09 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
extern "C" int printf(const char *fmt, ...);
struct A {};
struct B {
int fie... | [-cxx-abi microsoft] wrong layout involving empty base class at offset 0 | https://api.github.com/repos/llvm/llvm-project/issues/18841/comments | 1 | 2014-01-14T03:46:31Z | 2021-12-09T21:49:39Z | https://github.com/llvm/llvm-project/issues/18841 | 1,076,077,696 | 18,841 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18466](https://llvm.org/bz18466) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2014 19:35 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143748796-63132c25-7560-4c29-aeae-40fb08513f03.gz) |
| Reporter |... | [ARM] Invalid Post-RA scheduling due to missing of implicit reg use | https://api.github.com/repos/llvm/llvm-project/issues/18840/comments | 1 | 2014-01-14T03:03:50Z | 2021-12-09T21:49:39Z | https://github.com/llvm/llvm-project/issues/18840 | 1,076,077,684 | 18,840 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18465](https://llvm.org/bz18465) |
| Resolution | FIXED |
| Resolved on | Jan 22, 2014 12:42 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [test case and patch](https://user-images.githubusercontent.com/60944935/143748795-a7dfde60-89aa-49c3-be01-ae3f7515045a.gz) |
| ... | missing 2 predefined macros for thumbv8 | https://api.github.com/repos/llvm/llvm-project/issues/18839/comments | 1 | 2014-01-14T02:53:49Z | 2021-12-09T21:49:38Z | https://github.com/llvm/llvm-project/issues/18839 | 1,076,077,673 | 18,839 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18464](https://llvm.org/bz18464) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:14 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
extern "C" int printf(const char *fmt, ...);
struct ClassName0 {
char ClassNa... | [-cxx-abi microsoft] size involving pragma pack and declspec(align) is wrong | https://api.github.com/repos/llvm/llvm-project/issues/18838/comments | 1 | 2014-01-14T01:37:19Z | 2021-12-09T21:49:37Z | https://github.com/llvm/llvm-project/issues/18838 | 1,076,077,650 | 18,838 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18463](https://llvm.org/bz18463) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo,@iains,@jeremyhu |
## Extended Description
Object files written by the integrated-as get a different CPU subtype than using no-integrated-as.
% ot... | [powerpc-darwin] cpusubtype mismatches between integrated/no-integrated-as | https://api.github.com/repos/llvm/llvm-project/issues/18837/comments | 9 | 2014-01-14T00:19:17Z | 2024-01-07T10:49:33Z | https://github.com/llvm/llvm-project/issues/18837 | 1,076,077,629 | 18,837 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18462](https://llvm.org/bz18462) |
| Resolution | FIXED |
| Resolved on | Apr 08, 2015 17:48 |
| Version | trunk |
| OS | Windows NT |
| CC | @dwblaikie,@echristo |
## Extended Description
A static local variable usually has its DWARF entry emitted as a child
of the defining D... | DWARF for static local attached to wrong DIE | https://api.github.com/repos/llvm/llvm-project/issues/18836/comments | 1 | 2014-01-14T00:14:17Z | 2021-12-09T21:49:35Z | https://github.com/llvm/llvm-project/issues/18836 | 1,076,077,611 | 18,836 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18461](https://llvm.org/bz18461) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2014 04:28 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
I've built libc++ using a recent stage-1 clang on the powe... | [powerpc-darwin8] associative container size_type != size_t ? | https://api.github.com/repos/llvm/llvm-project/issues/18835/comments | 11 | 2014-01-13T23:42:56Z | 2021-12-09T21:49:34Z | https://github.com/llvm/llvm-project/issues/18835 | 1,076,077,596 | 18,835 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18460](https://llvm.org/bz18460) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2014 22:53 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143748792-6d987da3-d794-4c8b-929c-e5fb82c50403.gz) |
| ... | AA incorrect NoAlias result | https://api.github.com/repos/llvm/llvm-project/issues/18834/comments | 1 | 2014-01-13T22:36:38Z | 2021-12-09T21:49:33Z | https://github.com/llvm/llvm-project/issues/18834 | 1,076,077,568 | 18,834 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18459](https://llvm.org/bz18459) |
| Version | trunk |
| OS | All |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143748790-53386ea2-00e4-4cc1-bdde-022b6c31b038.gz), [testcase](https://user-images.githubusercontent.com/60944935/143748791-7ae5806f-... | Recursive function inline problems | https://api.github.com/repos/llvm/llvm-project/issues/18833/comments | 0 | 2014-01-13T20:50:14Z | 2021-12-09T21:49:32Z | https://github.com/llvm/llvm-project/issues/18833 | 1,076,077,553 | 18,833 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18458](https://llvm.org/bz18458) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2014 13:48 |
| Version | unspecified |
| OS | Windows NT |
## Extended Description
Consider:
struct A {};
struct SmallVector {
A InlineElts[3];
};
SmallVector D;
Gives the assertion:
Assertion... | MS ABI: Assertion when laying out array of zero sized objects | https://api.github.com/repos/llvm/llvm-project/issues/18832/comments | 2 | 2014-01-13T20:38:01Z | 2021-12-09T21:49:31Z | https://github.com/llvm/llvm-project/issues/18832 | 1,076,077,532 | 18,832 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18457](https://llvm.org/bz18457) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2015 20:51 |
| Version | trunk |
| OS | Linux |
| CC | @compnerd |
## Extended Description
Try something like
.Lfoo:
add r0, pc, #.Lfoo - .
This creates a fixup of type 134 (fixup_thumb_adr_... | add with symbolic immediate hits llvm_unreachable when writing object file | https://api.github.com/repos/llvm/llvm-project/issues/18831/comments | 4 | 2014-01-13T20:08:57Z | 2021-12-09T21:49:30Z | https://github.com/llvm/llvm-project/issues/18831 | 1,076,077,509 | 18,831 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18456](https://llvm.org/bz18456) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2014 16:25 |
| Version | unspecified |
| OS | Windows NT |
## Extended Description
Reproduce with:
$ clang-cl /fallback t.cpp /P
Assertion failed: Output.getType() == types::TY_Object, file ..\t... | clang-cl asserts with /fallback and /P | https://api.github.com/repos/llvm/llvm-project/issues/18830/comments | 2 | 2014-01-13T19:41:46Z | 2021-12-09T21:49:29Z | https://github.com/llvm/llvm-project/issues/18830 | 1,076,077,487 | 18,830 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18455](https://llvm.org/bz18455) |
| Version | unspecified |
| OS | Linux |
| CC | @mahkoh,@mydeveloperday,@owenca,@paulmenzel,@seanm |
| Fixed by commit(s) | r371571 |
## Extended Description
This is the same issue as http://llvm.org/viewvc/llvm-project?view=revision&revision... | C arrays incorrectly formatted | https://api.github.com/repos/llvm/llvm-project/issues/18829/comments | 7 | 2014-01-13T17:39:47Z | 2022-01-26T22:18:45Z | https://github.com/llvm/llvm-project/issues/18829 | 1,076,077,476 | 18,829 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18454](https://llvm.org/bz18454) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @adrian-prantl,@jryans |
## Extended Description
I try to compile simple project with Qt. It was successful.
But when I try to debug that with the LLDB, ... | LLDB is unable to parse part of DWARF data generated by clang | https://api.github.com/repos/llvm/llvm-project/issues/18828/comments | 4 | 2014-01-13T11:18:27Z | 2021-12-09T21:49:26Z | https://github.com/llvm/llvm-project/issues/18828 | 1,076,077,452 | 18,828 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18453](https://llvm.org/bz18453) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
inline assembly "short" specifier not supported. For example, clang doesn't compile "jmp short xxxx", but "jmp xxxx"... | inline assembly "short" specifier not supported | https://api.github.com/repos/llvm/llvm-project/issues/18827/comments | 0 | 2014-01-13T01:55:58Z | 2024-07-06T03:19:11Z | https://github.com/llvm/llvm-project/issues/18827 | 1,076,077,431 | 18,827 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18452](https://llvm.org/bz18452) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Neither "repe" nor "repz" in MSVC inline assembly are supported, Clang produces
the error: invalid instruc... | invalid instruction mnemonic 'repe' | https://api.github.com/repos/llvm/llvm-project/issues/18826/comments | 0 | 2014-01-13T01:51:51Z | 2024-07-06T03:21:31Z | https://github.com/llvm/llvm-project/issues/18826 | 1,076,077,413 | 18,826 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18451](https://llvm.org/bz18451) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2014 08:07 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sylvestre |
## Extended Description
The package clang-format-3.5 from http://llvm.org/apt/ h... | clang-format-3.5 has text referring to clang-format-3.4 | https://api.github.com/repos/llvm/llvm-project/issues/18825/comments | 2 | 2014-01-13T00:03:59Z | 2021-12-09T21:49:23Z | https://github.com/llvm/llvm-project/issues/18825 | 1,076,077,399 | 18,825 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18450](https://llvm.org/bz18450) |
| Version | 3.3 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
unsavedfile with content with no inclusions (#include).
clang_toggleCrashRecovery(1) // ok
clang_parseTranslationUnit() // ok
... | SEGFAULT 11 when clang_findIncludesInFile() for UnsavedFile with no inclusions | https://api.github.com/repos/llvm/llvm-project/issues/18824/comments | 1 | 2014-01-12T19:58:34Z | 2021-12-09T21:49:22Z | https://github.com/llvm/llvm-project/issues/18824 | 1,076,077,390 | 18,824 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18449](https://llvm.org/bz18449) |
| Version | unspecified |
| OS | Linux |
| CC | @atrick,@hfinkel |
## Extended Description
Given this code:
; ModuleID = '<stdin>'
define void @​test() {
"function top level":
br label %loop
loop: ... | Loop passes (indvars) do not simplify the CFG before other loop passes run (loop-deletion). | https://api.github.com/repos/llvm/llvm-project/issues/18823/comments | 7 | 2014-01-12T16:10:24Z | 2021-12-09T21:49:21Z | https://github.com/llvm/llvm-project/issues/18823 | 1,076,077,370 | 18,823 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18448](https://llvm.org/bz18448) |
| Resolution | WORKSFORME |
| Resolved on | Jul 02, 2017 06:44 |
| Version | trunk |
| OS | All |
| CC | @atrick,@isanbard,@rotateright |
## Extended Description
The following code is miscompiled by the current clang trunk and 3.4 at -O1 in 3... | wrong code at -O1 (affecting clang trunk and 3.4 on x86_64-linux-gnu and MacOS X) (codegen) | https://api.github.com/repos/llvm/llvm-project/issues/18822/comments | 5 | 2014-01-12T02:10:16Z | 2022-01-20T02:13:27Z | https://github.com/llvm/llvm-project/issues/18822 | 1,076,077,345 | 18,822 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18447](https://llvm.org/bz18447) |
| Resolution | FIXED |
| Resolved on | Feb 19, 2015 11:18 |
| Version | trunk |
| OS | All |
| CC | @atrick,@majnemer,@isanbard,@sanjoy,@rotateright |
## Extended Description
The following code is miscompiled by the current clang trunk (and o... | wrong code at -Os (affecting all clang versions after 3.0 on x86_64-linux-gnu and MacOS X) (indvars) | https://api.github.com/repos/llvm/llvm-project/issues/18821/comments | 11 | 2014-01-12T01:59:51Z | 2021-12-09T21:49:19Z | https://github.com/llvm/llvm-project/issues/18821 | 1,076,077,319 | 18,821 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18446](https://llvm.org/bz18446) |
| Resolution | FIXED |
| Resolved on | Aug 10, 2014 05:27 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When using brace breaking style BS_Stroustrup, else is not put on a new line ... | Stroustrup brace breaking style does not break before else | https://api.github.com/repos/llvm/llvm-project/issues/18820/comments | 1 | 2014-01-12T01:07:24Z | 2021-12-09T21:49:18Z | https://github.com/llvm/llvm-project/issues/18820 | 1,076,077,296 | 18,820 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18445](https://llvm.org/bz18445) |
| Version | 3.3 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
crashes if special utf8 characters in tu content, f.e. "¥" with SEGFAULT 11:
01-12 01:36:35.166: WARN/crash_handler(30857): Ca... | Crashes if special utf8 characters in translation unit content (f.e. "¥") with SEGFAULT 11 | https://api.github.com/repos/llvm/llvm-project/issues/18819/comments | 3 | 2014-01-11T22:32:26Z | 2021-12-09T21:49:16Z | https://github.com/llvm/llvm-project/issues/18819 | 1,076,077,251 | 18,819 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18444](https://llvm.org/bz18444) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:15 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
extern "C" int printf(const char *fmt, ...);
struct A {
bool Field;
... | [-cxx-abi microsoft] Layout involving pragma pack and declspec(align) is wrong | https://api.github.com/repos/llvm/llvm-project/issues/18818/comments | 1 | 2014-01-11T19:42:53Z | 2021-12-09T21:49:15Z | https://github.com/llvm/llvm-project/issues/18818 | 1,076,077,221 | 18,818 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18443](https://llvm.org/bz18443) |
| Version | trunk |
| OS | Windows XP |
| CC | @majnemer,@rnk |
## Extended Description
Consider:
struct X { typedef int type; };
template<typename T> void f() { sizeof(T::type); }
template void f<X>();
Clang diagnoses this as:
<stdin>:2:4... | [ms-compatibility] Recover better from missing 'typename' in sizeof | https://api.github.com/repos/llvm/llvm-project/issues/18817/comments | 4 | 2014-01-11T07:42:01Z | 2023-06-09T21:09:47Z | https://github.com/llvm/llvm-project/issues/18817 | 1,076,077,172 | 18,817 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18442](https://llvm.org/bz18442) |
| Version | trunk |
| OS | All |
## Extended Description
We're thinking about adding clang-format to chromium's tooling. Our license checker script complained that several of the integration scripts are missing license headers.
(This isn't b... | Several of the editor integration scripts are missing license headers | https://api.github.com/repos/llvm/llvm-project/issues/18816/comments | 1 | 2014-01-11T05:25:21Z | 2021-12-16T18:41:56Z | https://github.com/llvm/llvm-project/issues/18816 | 1,076,077,156 | 18,816 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18441](https://llvm.org/bz18441) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @kevincox |
## Extended Description
I'd love to see an option to clang-format that would allow blank lines to be indented to the same level as the lines... | clang-format option to indent empty lines to same level as surrounding lines | https://api.github.com/repos/llvm/llvm-project/issues/18815/comments | 2 | 2014-01-11T00:35:46Z | 2023-07-31T13:53:07Z | https://github.com/llvm/llvm-project/issues/18815 | 1,076,077,141 | 18,815 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18440](https://llvm.org/bz18440) |
| Resolution | WONTFIX |
| Resolved on | Sep 28, 2015 07:24 |
| Version | unspecified |
| OS | Linux |
## Extended Description
For the following testcase "clang-modernize -add-override" adds a duplicate "override" to the function in class B:
... | Duplicate "override" added when dealing with template specialization | https://api.github.com/repos/llvm/llvm-project/issues/18814/comments | 4 | 2014-01-10T23:19:44Z | 2022-01-20T02:39:23Z | https://github.com/llvm/llvm-project/issues/18814 | 1,076,077,122 | 18,814 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18439](https://llvm.org/bz18439) |
| Version | unspecified |
| OS | All |
| Attachments | [Example app](https://user-images.githubusercontent.com/60944935/143748789-f4f968b1-4e67-4735-9313-3ecde82bc4f5.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Wh... | Objective-C init convention takes precedence over stated return type. | https://api.github.com/repos/llvm/llvm-project/issues/18813/comments | 0 | 2014-01-10T22:15:36Z | 2023-05-22T12:00:55Z | https://github.com/llvm/llvm-project/issues/18813 | 1,076,077,103 | 18,813 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18438](https://llvm.org/bz18438) |
| Version | trunk |
| OS | Linux |
| Attachments | [Slightly modified clang-interpreter example that reproduced the bug](https://user-images.githubusercontent.com/60944935/143748788-f4fcd4a6-df40-45de-b80a-aa243dc45d12.gz) |
| Reporter | LLVM B... | Trivial optimized code crashes on memory modification | https://api.github.com/repos/llvm/llvm-project/issues/18812/comments | 0 | 2014-01-10T09:47:38Z | 2023-08-09T06:50:02Z | https://github.com/llvm/llvm-project/issues/18812 | 1,076,077,080 | 18,812 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18437](https://llvm.org/bz18437) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:12 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
struct A {};
struct B {};
struct C : virtual B, virtual A {};
struct E ... | [-cxx-abi microsoft] Assertion fired: Could not place field even with packed struct! | https://api.github.com/repos/llvm/llvm-project/issues/18811/comments | 1 | 2014-01-10T07:38:40Z | 2021-12-09T21:49:07Z | https://github.com/llvm/llvm-project/issues/18811 | 1,076,077,062 | 18,811 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18436](https://llvm.org/bz18436) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:12 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
struct A {};
struct B : virtual A {};
struct __declspec(align(16)) C : ... | [-cxx-abi microsoft] Type size mismatch! assertion failure | https://api.github.com/repos/llvm/llvm-project/issues/18810/comments | 1 | 2014-01-10T07:01:19Z | 2021-12-09T21:49:06Z | https://github.com/llvm/llvm-project/issues/18810 | 1,076,077,045 | 18,810 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18435](https://llvm.org/bz18435) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:14 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
| CC | @zygoloid,@rnk |
## Extended Description
consider:
extern "C" int printf(const char *fmt, ...);
st... | [-cxx-abi microsoft] constructor called the wrong number of times | https://api.github.com/repos/llvm/llvm-project/issues/18809/comments | 4 | 2014-01-10T06:09:23Z | 2021-12-09T21:49:05Z | https://github.com/llvm/llvm-project/issues/18809 | 1,076,077,013 | 18,809 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18434](https://llvm.org/bz18434) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:15 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
given:
#if defined(__clang__) || defined(__GNUC__)
typedef __SIZE_TYPE__ size_t;
... | [-cxx-abi microsoft] bad layout involving empty struct field and empty virtual bases | https://api.github.com/repos/llvm/llvm-project/issues/18808/comments | 1 | 2014-01-10T05:39:44Z | 2021-12-09T21:49:04Z | https://github.com/llvm/llvm-project/issues/18808 | 1,076,076,999 | 18,808 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18433](https://llvm.org/bz18433) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:14 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#12849 |
| Attachments | [testcase](https://user-images.githubusercontent.com/92601260/143748786-b914771a-6b00-43b... | program crashes when run with -cxx-abi microsoft | https://api.github.com/repos/llvm/llvm-project/issues/18807/comments | 2 | 2014-01-10T02:22:41Z | 2021-12-09T21:49:02Z | https://github.com/llvm/llvm-project/issues/18807 | 1,076,076,970 | 18,807 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18432](https://llvm.org/bz18432) |
| Resolution | FIXED |
| Resolved on | Feb 19, 2015 08:04 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@urnathan |
## Extended Description
usury:clang$ cat /tmp/red.cpp
struct A {
struct B {
B(int x = 0) {}
void foo(int x =... | befriending a member function of a nested class hides its default arguments | https://api.github.com/repos/llvm/llvm-project/issues/18806/comments | 3 | 2014-01-10T02:05:47Z | 2021-12-09T21:49:01Z | https://github.com/llvm/llvm-project/issues/18806 | 1,076,076,950 | 18,806 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18431](https://llvm.org/bz18431) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2014 10:56 |
| Version | trunk |
| OS | FreeBSD |
## Extended Description
r197988 adds a new --obj flag to llvm-symbolizer. The test for this fails on FreeBSD:
--
/tank/emaste/src/llvm/test/Deb... | llvm-symbolizer --obj flag test fails on FreeBSD | https://api.github.com/repos/llvm/llvm-project/issues/18805/comments | 3 | 2014-01-09T21:44:53Z | 2021-12-09T21:49:00Z | https://github.com/llvm/llvm-project/issues/18805 | 1,076,076,932 | 18,805 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18430](https://llvm.org/bz18430) |
| Resolution | FIXED |
| Resolved on | Jul 14, 2014 12:56 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@chandlerc,@pogo59 |
## Extended Description
The following testcase causes an assertion:`... | Assertion `!Packed && "cannot layout even as packed struct"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/18804/comments | 2 | 2014-01-09T20:40:00Z | 2021-12-09T21:48:59Z | https://github.com/llvm/llvm-project/issues/18804 | 1,076,076,917 | 18,804 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18429](https://llvm.org/bz18429) |
| Resolution | WONTFIX |
| Resolved on | Jan 09, 2014 18:13 |
| Version | 3.3 |
| OS | Linux |
| Attachments | [missing -Wunreachable-code warning](https://user-images.githubusercontent.com/60944935/143748785-673a75e3-1879-4ba3-a364-d13c6ad070f... | false-negative for -Wunreachable-code | https://api.github.com/repos/llvm/llvm-project/issues/18803/comments | 3 | 2014-01-09T18:51:15Z | 2022-01-20T02:39:22Z | https://github.com/llvm/llvm-project/issues/18803 | 1,076,076,889 | 18,803 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18428](https://llvm.org/bz18428) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans,@seanm |
## Extended Description
All the coverage options are not detailed in the documentation.
clang --help gives no entry related to coverage analys... | All the coverage options are not detailed in the documentation | https://api.github.com/repos/llvm/llvm-project/issues/18802/comments | 1 | 2014-01-09T09:49:45Z | 2021-12-09T21:48:58Z | https://github.com/llvm/llvm-project/issues/18802 | 1,076,076,874 | 18,802 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18427](https://llvm.org/bz18427) |
| Resolution | FIXED |
| Resolved on | Jan 09, 2014 18:41 |
| Version | trunk |
| OS | Linux |
| CC | @dexonsmith,@zygoloid |
## Extended Description
clang::APValue contains this code:
union {
void *Aligner;
char Data[MaxSize];
}... | Bad alignment in clang::APValue | https://api.github.com/repos/llvm/llvm-project/issues/18801/comments | 3 | 2014-01-09T04:20:57Z | 2021-12-09T21:48:57Z | https://github.com/llvm/llvm-project/issues/18801 | 1,076,076,849 | 18,801 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18426](https://llvm.org/bz18426) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Objective-C file that is formatted quite poorly when used with the "WebKit" style](https://user-images.githubusercontent.com/60944935/143748783-80766e5f-eb87-4559-a5ec-30ec23417c93.gz), [The... | Objective-C methods accepting multiple block parameters are not formatted properly | https://api.github.com/repos/llvm/llvm-project/issues/18800/comments | 2 | 2014-01-09T04:07:22Z | 2022-03-16T10:25:39Z | https://github.com/llvm/llvm-project/issues/18800 | 1,076,076,829 | 18,800 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18425](https://llvm.org/bz18425) |
| Resolution | DUPLICATE |
| Resolved on | Feb 06, 2014 16:55 |
| Version | trunk |
| OS | Linux |
| Attachments | [Backtrace](https://user-images.githubusercontent.com/60944935/143748781-c8f6018c-fdf5-46bc-8efc-f4f8a3b8f466.gz), [Hack fix to p... | Assertion failure '!isNull' in getcommonPtr() with clang 3.4 from tarball | https://api.github.com/repos/llvm/llvm-project/issues/18799/comments | 4 | 2014-01-08T23:13:25Z | 2021-12-09T21:48:55Z | https://github.com/llvm/llvm-project/issues/18799 | 1,076,076,812 | 18,799 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18424](https://llvm.org/bz18424) |
| Resolution | WONTFIX |
| Resolved on | Sep 20, 2016 18:06 |
| Version | 3.7 |
| OS | Linux |
| CC | @brycelelbach,@gnzlbg |
## Extended Description
When building LLVM with clang and compiler-rt on Linux 2.6.32.59, I see a syntax error in /u... | Syntax error in /usr/include/sys/vt.h (keyword "new", included from sanitizer) | https://api.github.com/repos/llvm/llvm-project/issues/18798/comments | 6 | 2014-01-08T20:37:49Z | 2022-02-01T17:42:36Z | https://github.com/llvm/llvm-project/issues/18798 | 1,076,076,790 | 18,798 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18423](https://llvm.org/bz18423) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2015 14:58 |
| Version | trunk |
| OS | All |
| CC | @adrian-prantl,@dwblaikie,@echristo,@emaste,@pogo59 |
## Extended Description
For thread-local storage, LLVM currently uses the custom DWARF e... | LLVM should emit DW_OP_form_tls_address instead of DW_OP_GNU_push_tls_address | https://api.github.com/repos/llvm/llvm-project/issues/18797/comments | 6 | 2014-01-08T19:58:33Z | 2021-12-09T21:48:53Z | https://github.com/llvm/llvm-project/issues/18797 | 1,076,076,771 | 18,797 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18422](https://llvm.org/bz18422) |
| Resolution | WORKSFORME |
| Resolved on | Jan 18, 2016 17:00 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Source](https://user-images.githubusercontent.com/60944935/143748779-80a46bab-c293-442d-ba9a-aa56c006c0cb.gz), [Run scr... | Polly - isl_ctx freed, but some objects still reference it | https://api.github.com/repos/llvm/llvm-project/issues/18796/comments | 3 | 2014-01-08T17:05:26Z | 2022-01-20T02:13:26Z | https://github.com/llvm/llvm-project/issues/18796 | 1,076,076,750 | 18,796 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18421](https://llvm.org/bz18421) |
| Resolution | DUPLICATE |
| Resolved on | May 13, 2014 04:03 |
| Version | unspecified |
| OS | Linux |
| CC | @Sarcasm,@sylvestre |
## Extended Description
I'm runing clang-modernize-3.5 -add-override -p . -include src
It runs for a long t... | add-overrides fails | https://api.github.com/repos/llvm/llvm-project/issues/18795/comments | 10 | 2014-01-08T16:29:10Z | 2021-12-09T21:48:51Z | https://github.com/llvm/llvm-project/issues/18795 | 1,076,076,726 | 18,795 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18420](https://llvm.org/bz18420) |
| Version | 3.3 |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
FreeBSD 10-RC4
Translatig /usr/src/cddl/usr.sbin/zdb generate assmbler code for main() as
(gdb) x/40i main
0x404e30 <main>: ... | Stack overflow in generated code. | https://api.github.com/repos/llvm/llvm-project/issues/18794/comments | 3 | 2014-01-08T12:31:33Z | 2021-12-09T21:48:49Z | https://github.com/llvm/llvm-project/issues/18794 | 1,076,076,708 | 18,794 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18419](https://llvm.org/bz18419) |
| Resolution | FIXED |
| Resolved on | Jan 09, 2014 07:37 |
| Version | trunk |
| OS | All |
| Attachments | [Patch to fix funcionality](https://user-images.githubusercontent.com/60944935/143748771-9f3b3309-85db-4a82-88ac-5b1b49763278.gz) |
| R... | OpenCL address space for images | https://api.github.com/repos/llvm/llvm-project/issues/18793/comments | 12 | 2014-01-08T12:17:47Z | 2021-12-09T21:48:49Z | https://github.com/llvm/llvm-project/issues/18793 | 1,076,076,687 | 18,793 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18418](https://llvm.org/bz18418) |
| Resolution | DUPLICATE |
| Resolved on | Aug 09, 2014 14:25 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Not sure if this is a bug or the style is supposed to be like that, but the brea... | Formatting using Stroustrup brace breaking breaks try/catch blocks | https://api.github.com/repos/llvm/llvm-project/issues/18792/comments | 15 | 2014-01-08T12:00:47Z | 2021-12-09T21:48:47Z | https://github.com/llvm/llvm-project/issues/18792 | 1,076,076,665 | 18,792 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18417](https://llvm.org/bz18417) |
| Version | trunk |
| OS | Linux |
| Attachments | [Patch to increase -ftemplate-depth default value to 1024](https://user-images.githubusercontent.com/60944935/143748768-7b0d9749-fc22-48b6-95ff-2a0a601e2766.gz) |
| Reporter | LLVM Bugzil... | Default recursive template instantiations is lower than recommended | https://api.github.com/repos/llvm/llvm-project/issues/18791/comments | 10 | 2014-01-08T11:13:44Z | 2025-03-10T23:01:18Z | https://github.com/llvm/llvm-project/issues/18791 | 1,076,076,641 | 18,791 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18416](https://llvm.org/bz18416) |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
I got the following error report:
memcpy((void *)aItemP->data->content,utf8Payload.c_str(),origSize+1);
<- Null poin... | Null pointer passed as an argument: describe parameter | https://api.github.com/repos/llvm/llvm-project/issues/18790/comments | 5 | 2014-01-08T10:36:59Z | 2021-12-09T21:48:46Z | https://github.com/llvm/llvm-project/issues/18790 | 1,076,076,619 | 18,790 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18415](https://llvm.org/bz18415) |
| Resolution | DUPLICATE |
| Resolved on | Jan 08, 2014 06:23 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @pageexec |
## Extended Description
Consider the following... | Intrinsics don't honour -mregparm=3 on i386 | https://api.github.com/repos/llvm/llvm-project/issues/18789/comments | 4 | 2014-01-08T00:35:50Z | 2021-12-09T21:48:44Z | https://github.com/llvm/llvm-project/issues/18789 | 1,076,076,595 | 18,789 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18414](https://llvm.org/bz18414) |
| Resolution | FIXED |
| Resolved on | Jan 08, 2014 07:09 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
r135303, which fixed llvm/llvm-project#10742 , added an incorrect relaxation of PU... | [MC assembler] pushw instruction incorrectly relaxed to pushl | https://api.github.com/repos/llvm/llvm-project/issues/18788/comments | 1 | 2014-01-08T00:23:49Z | 2021-12-09T21:48:43Z | https://github.com/llvm/llvm-project/issues/18788 | 1,076,076,566 | 18,788 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18413](https://llvm.org/bz18413) |
| Resolution | WORKSFORME |
| Resolved on | Sep 26, 2015 17:02 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Source](https://user-images.githubusercontent.com/60944935/143748765-1628e2af-b318-47d4-a008-a21244e365ab.gz), [Run script](h... | Clang crash during compilation | https://api.github.com/repos/llvm/llvm-project/issues/18787/comments | 1 | 2014-01-07T19:11:25Z | 2022-01-20T02:13:25Z | https://github.com/llvm/llvm-project/issues/18787 | 1,076,076,548 | 18,787 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18412](https://llvm.org/bz18412) |
| Version | unspecified |
| OS | All |
| CC | @jsonn,@belkadan,@seanm |
## Extended Description
http://lists.x.org/archives/xorg-announce/2014-January/002389.html
CVE-2013-6462 is a vulnerability in libXfont (part of X.org) due to not proper... | CVE-2013-6462: scanf %s should always have field limits | https://api.github.com/repos/llvm/llvm-project/issues/18786/comments | 2 | 2014-01-07T19:05:36Z | 2021-12-09T21:48:41Z | https://github.com/llvm/llvm-project/issues/18786 | 1,076,076,522 | 18,786 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18411](https://llvm.org/bz18411) |
| Resolution | INVALID |
| Resolved on | Jan 08, 2014 21:18 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
As I was explaining bug #​18408 to my colleague, I real... | Alias template is incorrectly treated as a different template when used with as a template template parameter | https://api.github.com/repos/llvm/llvm-project/issues/18785/comments | 9 | 2014-01-07T13:15:58Z | 2021-12-09T21:48:40Z | https://github.com/llvm/llvm-project/issues/18785 | 1,076,076,498 | 18,785 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18410](https://llvm.org/bz18410) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [The source of the program used to generate the error](https://user-images.githubusercontent.com/60944935/143748764-aa462f90-8195-4fb4-a7b3-15393fe90772.gz) |
| Reporter | LLVM Bugzilla Contr... | clang_equalCursors() invalid result | https://api.github.com/repos/llvm/llvm-project/issues/18784/comments | 0 | 2014-01-07T12:38:31Z | 2021-12-09T21:48:39Z | https://github.com/llvm/llvm-project/issues/18784 | 1,076,076,481 | 18,784 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18409](https://llvm.org/bz18409) |
| Resolution | DUPLICATE |
| Resolved on | Jan 07, 2014 10:06 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This report is for clang++ version 3.4 (not offered... | crash on simple FFT routine(s) | https://api.github.com/repos/llvm/llvm-project/issues/18783/comments | 3 | 2014-01-07T12:32:19Z | 2021-12-09T21:48:38Z | https://github.com/llvm/llvm-project/issues/18783 | 1,076,076,463 | 18,783 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18408](https://llvm.org/bz18408) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2014 19:52 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
I use Ubuntu 12.04 and installed clang-3.5 using official repos... | clang-3.4 and 3.5 emits function definition with internal linkage incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/18782/comments | 3 | 2014-01-07T11:47:47Z | 2021-12-09T21:48:37Z | https://github.com/llvm/llvm-project/issues/18782 | 1,076,076,441 | 18,782 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18407](https://llvm.org/bz18407) |
| Version | trunk |
| OS | All |
## Extended Description
When we turned on ENABLE_LLVM_PLUGINS=1 to support polly in dragonegg-gcc
This issue came up with trunk r198565 but doesn't seem to be an issue with 3.4 r198150. | ENABLE_LLVM_PLUGINS=1 : dlopen(/opt/local/libexec/dragonegg/llvm35gcc48.so, 10): Symbol not found: __ZN4llvm20createObjCARCOptPassEv | https://api.github.com/repos/llvm/llvm-project/issues/18781/comments | 4 | 2014-01-07T11:10:50Z | 2021-12-14T21:12:20Z | https://github.com/llvm/llvm-project/issues/18781 | 1,076,076,426 | 18,781 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [18406](https://llvm.org/bz18406) |
| Resolution | FIXED |
| Resolved on | Jan 08, 2014 10:00 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
100% cpu use hang running clang-format. I managed to reduce it to:... | 100% cpu use hang running clang-format | https://api.github.com/repos/llvm/llvm-project/issues/18780/comments | 1 | 2014-01-07T11:03:39Z | 2021-12-09T21:48:35Z | https://github.com/llvm/llvm-project/issues/18780 | 1,076,076,403 | 18,780 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.