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 | [17205](https://llvm.org/bz17205) |
| Resolution | WONTFIX |
| Resolved on | Sep 12, 2013 07:38 |
| Version | trunk |
| OS | All |
## Extended Description
Some style guides require {} after if/else. I.e. the following code is not acceptable:
if (a==b)
return c;
else
ret... | clang-format needs capability of managing {} in if-else operator | https://api.github.com/repos/llvm/llvm-project/issues/17579/comments | 1 | 2013-09-12T14:32:23Z | 2022-01-20T02:38:17Z | https://github.com/llvm/llvm-project/issues/17579 | 1,075,999,609 | 17,579 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17204](https://llvm.org/bz17204) |
| Resolution | FIXED |
| Resolved on | Sep 12, 2013 08:10 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
/home/markus/llvm/tools/lto/LTOModule.cpp: In member function ‘bool LTOModule::add... | build failure tools/lto/LTOModule.cpp | https://api.github.com/repos/llvm/llvm-project/issues/17578/comments | 1 | 2013-09-12T14:23:51Z | 2021-12-09T20:47:30Z | https://github.com/llvm/llvm-project/issues/17578 | 1,075,999,592 | 17,578 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17203](https://llvm.org/bz17203) |
| Resolution | FIXED |
| Resolved on | Sep 13, 2013 07:43 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
Revision: 190595
Using cmake for build configuration and nin... | cmake produces invalid c++ SVNVersion.inc | https://api.github.com/repos/llvm/llvm-project/issues/17577/comments | 7 | 2013-09-12T11:07:35Z | 2021-12-09T20:47:29Z | https://github.com/llvm/llvm-project/issues/17577 | 1,075,999,571 | 17,577 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17202](https://llvm.org/bz17202) |
| Resolution | WORKSFORME |
| Resolved on | Nov 22, 2013 03:34 |
| Version | trunk |
| OS | MacOS X |
## Extended Description
$ cat MPS.ii
@​interface NSDictionary @​end
@​interface NSDictionary (NSExtendedDictionary) - (NS... | "function-local metadata used in wrong function" for a small ObjC program with a block | https://api.github.com/repos/llvm/llvm-project/issues/17576/comments | 1 | 2013-09-12T11:05:00Z | 2022-01-20T02:12:24Z | https://github.com/llvm/llvm-project/issues/17576 | 1,075,999,553 | 17,576 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17201](https://llvm.org/bz17201) |
| Resolution | FIXED |
| Resolved on | Sep 04, 2014 15:32 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#13712 |
| CC | @efriedma-quic,@ehsan,@rnk,@rinon |
## Extended Description
consider:
inline void nothin(void) {
__asm... | MS inline assembly should assume asm block sets the return value. | https://api.github.com/repos/llvm/llvm-project/issues/17575/comments | 14 | 2013-09-12T07:49:49Z | 2021-12-09T20:47:27Z | https://github.com/llvm/llvm-project/issues/17575 | 1,075,999,517 | 17,575 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17200](https://llvm.org/bz17200) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Example:
```console
nlewycky@ducttape:~$ llvm/Debug+Asserts/bin/clang -fsyntax-only strncat-macro.c
In fil... | bad fixit for Wstrncat-size in macro | https://api.github.com/repos/llvm/llvm-project/issues/17574/comments | 1 | 2013-09-12T06:45:54Z | 2024-08-12T12:05:32Z | https://github.com/llvm/llvm-project/issues/17574 | 1,075,999,503 | 17,574 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17199](https://llvm.org/bz17199) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In the llvm/configure
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
{ (exit 1); exit 1; }; }
ac_build_link='${BUILD... | llvm: $LDFLAGS is used with both build and host compiler (should only be for host compiler) | https://api.github.com/repos/llvm/llvm-project/issues/17573/comments | 1 | 2013-09-12T00:25:23Z | 2023-08-13T14:29:49Z | https://github.com/llvm/llvm-project/issues/17573 | 1,075,999,488 | 17,573 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17198](https://llvm.org/bz17198) |
| Resolution | FIXED |
| Resolved on | Sep 15, 2013 14:25 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@majnemer |
## Extended Description
Clang's preprocessor fails on systemtap's sys/std.h.
The ... | section flag "?" not implemented | https://api.github.com/repos/llvm/llvm-project/issues/17572/comments | 6 | 2013-09-11T20:55:45Z | 2021-12-09T20:47:24Z | https://github.com/llvm/llvm-project/issues/17572 | 1,075,999,469 | 17,572 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17197](https://llvm.org/bz17197) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently ${function.name} provides a very verbose format, e.g.:
foo::bar::baz(W::X, Y::Z)
This can often evaluate to 2-3 lines of text... | Provide streamlined version of ${function.name} for frame-format | https://api.github.com/repos/llvm/llvm-project/issues/17571/comments | 0 | 2013-09-11T20:11:11Z | 2021-12-09T20:47:23Z | https://github.com/llvm/llvm-project/issues/17571 | 1,075,999,453 | 17,571 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17196](https://llvm.org/bz17196) |
| Resolution | FIXED |
| Resolved on | Sep 17, 2013 19:39 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
The compile was run like this, many of the compiles pass, but t... | Error in tempfile() in ccc-analyzer line 249 | https://api.github.com/repos/llvm/llvm-project/issues/17570/comments | 6 | 2013-09-11T19:29:58Z | 2021-12-09T20:47:22Z | https://github.com/llvm/llvm-project/issues/17570 | 1,075,999,434 | 17,570 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17195](https://llvm.org/bz17195) |
| Version | 3.3 |
| OS | Linux |
| Attachments | [test case described in bug report](https://user-images.githubusercontent.com/60944935/143748077-70117cc7-56ed-4cd2-8f53-eb1a40b9a105.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGr... | ASM-based SIMD code -O2 performance and -g compilation errors | https://api.github.com/repos/llvm/llvm-project/issues/17569/comments | 3 | 2013-09-11T17:34:47Z | 2024-07-06T03:29:05Z | https://github.com/llvm/llvm-project/issues/17569 | 1,075,999,420 | 17,569 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17194](https://llvm.org/bz17194) |
| Resolution | DUPLICATE |
| Resolved on | Jan 22, 2015 15:57 |
| Version | trunk |
| OS | Linux |
| CC | @benlangmuir |
## Extended Description
Trying to compile the following with clang SVN trunk 190512 (also tried clang-3.3, same result) t... | Use of undefined local struct triggers assertion in SemaTemplateInstantiate.cpp | https://api.github.com/repos/llvm/llvm-project/issues/17568/comments | 2 | 2013-09-11T17:32:56Z | 2021-12-09T20:47:20Z | https://github.com/llvm/llvm-project/issues/17568 | 1,075,999,403 | 17,568 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17193](https://llvm.org/bz17193) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2016 16:38 |
| Version | trunk |
| OS | Linux |
| Attachments | [IR with 64-bit divmod operation](https://user-images.githubusercontent.com/1040968/143748075-aa789d9a-f576-44d2-8b46-7711e7d48f92.gz... | ARM EABI 64-bit DIV+REM merge into a single divmod call | https://api.github.com/repos/llvm/llvm-project/issues/17567/comments | 5 | 2013-09-11T16:46:45Z | 2021-12-09T20:47:19Z | https://github.com/llvm/llvm-project/issues/17567 | 1,075,999,385 | 17,567 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17192](https://llvm.org/bz17192) |
| Resolution | DUPLICATE |
| Resolved on | Nov 11, 2013 17:08 |
| Version | trunk |
| OS | Linux |
| CC | @kbeyls |
## Extended Description
Bug #​16387 dealt with 32-bit (legal) types for __aeabi_*divmod() calls, but since 64-bit types ... | ARM EABI divmod for 64-bit types | https://api.github.com/repos/llvm/llvm-project/issues/17566/comments | 3 | 2013-09-11T16:43:57Z | 2021-12-09T20:47:17Z | https://github.com/llvm/llvm-project/issues/17566 | 1,075,999,368 | 17,566 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17191](https://llvm.org/bz17191) |
| Resolution | WORKSFORME |
| Resolved on | Feb 24, 2015 07:10 |
| Version | trunk |
| OS | MacOS X |
| CC | @majnemer,@spavloff |
## Extended Description
To reproduce:
$ clang -x objective-c++ -arch i386 -fmessage-length=0 -std=gnu++11 -fob... | Assertion failed: ((!Canon.isNull() || T.isDependent() || ::anyDependentTemplateArguments(Args, NumArgs, InstantiationDependent)) && "No canonical type for non-dependent class template specialization") | https://api.github.com/repos/llvm/llvm-project/issues/17565/comments | 8 | 2013-09-11T15:19:38Z | 2022-01-20T02:12:23Z | https://github.com/llvm/llvm-project/issues/17565 | 1,075,999,347 | 17,565 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17190](https://llvm.org/bz17190) |
| Version | unspecified |
| OS | Linux |
| CC | @vitalybuka |
## Extended Description
We need to reset origin for "sret" arguments in the function preamble.
Without this any bits that are left uninitialized by the callee are attributed to the... | MSan reports wrong origin for "sret" arguments. | https://api.github.com/repos/llvm/llvm-project/issues/17564/comments | 2 | 2013-09-11T14:12:42Z | 2022-01-26T22:18:39Z | https://github.com/llvm/llvm-project/issues/17564 | 1,075,999,329 | 17,564 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17189](https://llvm.org/bz17189) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2016 09:18 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @labath |
## Extended Description
I am trying to use lldb to debug Go programs (http://golang... | Frame variable command isn't working for Go programs | https://api.github.com/repos/llvm/llvm-project/issues/17563/comments | 5 | 2013-09-11T03:11:42Z | 2021-12-09T20:47:14Z | https://github.com/llvm/llvm-project/issues/17563 | 1,075,999,313 | 17,563 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17188](https://llvm.org/bz17188) |
| Resolution | INVALID |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@topperc |
## Extended Description
I was expecting a target that has the FMA feature to use FM... | FMA not generated unless fast-math is used? | https://api.github.com/repos/llvm/llvm-project/issues/17562/comments | 9 | 2013-09-11T00:35:31Z | 2021-12-09T20:47:13Z | https://github.com/llvm/llvm-project/issues/17562 | 1,075,999,287 | 17,562 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17187](https://llvm.org/bz17187) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:02 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Sample backedge-taken count with signed integer wrap](https://user-images.githubusercontent.com/60944935/143748072-7fb3c220-4d... | SCEV backedge-taken count assumed to be signed | https://api.github.com/repos/llvm/llvm-project/issues/17561/comments | 4 | 2013-09-10T23:56:40Z | 2021-12-09T20:47:12Z | https://github.com/llvm/llvm-project/issues/17561 | 1,075,999,275 | 17,561 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17186](https://llvm.org/bz17186) |
| Version | unspecified |
| OS | All |
| Attachments | [Test case provided by Joshua Cranmer](https://user-images.githubusercontent.com/60944935/143748071-36b4abed-00c7-4763-baab-1a8f157726a9.gz) |
| Reporter | LLVM Bugzilla Contributor |
## E... | InitAlloca for LLVM 3.3 hits memset assertion | https://api.github.com/repos/llvm/llvm-project/issues/17560/comments | 2 | 2013-09-10T21:35:07Z | 2023-07-28T17:45:36Z | https://github.com/llvm/llvm-project/issues/17560 | 1,075,999,256 | 17,560 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17185](https://llvm.org/bz17185) |
| Resolution | FIXED |
| Resolved on | Apr 10, 2014 15:38 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#18099 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc |
## Extended Description
Here's a function with codeg... | match broadcast instruction to data type (int or FP) | https://api.github.com/repos/llvm/llvm-project/issues/17559/comments | 3 | 2013-09-10T19:17:59Z | 2021-12-09T21:33:26Z | https://github.com/llvm/llvm-project/issues/17559 | 1,075,999,224 | 17,559 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17184](https://llvm.org/bz17184) |
| Resolution | DUPLICATE |
| Resolved on | Nov 13, 2013 15:57 |
| Version | unspecified |
| OS | FreeBSD |
## Extended Description
e.g. python dotest.py --executable ../../../build/bin/lldb -C /usr/bin/clang -v -t -f CrashingInferiorTestCase.... | FreeBSD: expression interpreter fails for inferior crash / assert tests | https://api.github.com/repos/llvm/llvm-project/issues/17558/comments | 5 | 2013-09-10T18:56:28Z | 2021-12-09T20:47:08Z | https://github.com/llvm/llvm-project/issues/17558 | 1,075,999,203 | 17,558 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17183](https://llvm.org/bz17183) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2014 13:27 |
| Version | unspecified |
| OS | FreeBSD |
## Extended Description
Test fails on FreeBSD: test/expression_command/radar_9531204/TestPrintfAfterUp.py
Reproducing manually:
(lldb) ex... | expressions fail when calling varargs functions on FreeBSD 9.2 (built with GCC 4.2.1) | https://api.github.com/repos/llvm/llvm-project/issues/17557/comments | 10 | 2013-09-10T17:59:13Z | 2021-12-09T20:47:07Z | https://github.com/llvm/llvm-project/issues/17557 | 1,075,999,185 | 17,557 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17182](https://llvm.org/bz17182) |
| Resolution | FIXED |
| Resolved on | Nov 13, 2013 08:58 |
| Version | trunk |
| OS | Linux |
| Attachments | [Sample file](https://user-images.githubusercontent.com/4255/143748069-93af2e31-fb18-43cb-8efa-bf2fa43225a7.gz) |
## Extended Descri... | Make clang-format play nice with other line endings | https://api.github.com/repos/llvm/llvm-project/issues/17556/comments | 5 | 2013-09-10T14:26:17Z | 2021-12-09T20:47:06Z | https://github.com/llvm/llvm-project/issues/17556 | 1,075,999,176 | 17,556 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17181](https://llvm.org/bz17181) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2013 05:58 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor | | clang frontend crashes | https://api.github.com/repos/llvm/llvm-project/issues/17555/comments | 2 | 2013-09-10T11:52:42Z | 2021-12-09T20:47:05Z | https://github.com/llvm/llvm-project/issues/17555 | 1,075,999,163 | 17,555 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17180](https://llvm.org/bz17180) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2013 12:23 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
r189269 log message claims to fix "the Thumb pseudo tPICADD was used for both ARM ... | Use of Thumb instructions in non-Thumb mode | https://api.github.com/repos/llvm/llvm-project/issues/17554/comments | 1 | 2013-09-10T09:44:41Z | 2021-12-09T20:47:04Z | https://github.com/llvm/llvm-project/issues/17554 | 1,075,999,145 | 17,554 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17179](https://llvm.org/bz17179) |
| Resolution | FIXED |
| Resolved on | Sep 16, 2013 11:25 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@efriedma-quic |
## Extended Description
regehr@john-home ~/z/reduce/r110 $ clang -O small.c ; ./a.out
51
regehr@john-home ~/z/reduce/... | LoopVectorizer produces wrong result | https://api.github.com/repos/llvm/llvm-project/issues/17553/comments | 10 | 2013-09-10T05:04:19Z | 2021-12-09T20:47:03Z | https://github.com/llvm/llvm-project/issues/17553 | 1,075,999,134 | 17,553 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17178](https://llvm.org/bz17178) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2013 06:13 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
For example,
typedef typeof(int (int, int)) *MyFunc;
Turns into:
typedef typeof(i... | clang-format formats function pointer typedefs that use typeof oddly | https://api.github.com/repos/llvm/llvm-project/issues/17552/comments | 3 | 2013-09-10T04:54:55Z | 2021-12-09T20:47:02Z | https://github.com/llvm/llvm-project/issues/17552 | 1,075,999,120 | 17,552 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17177](https://llvm.org/bz17177) |
| Resolution | FIXED |
| Resolved on | Nov 10, 2013 22:43 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In addition to #​17176, it would be great to have some options to configure ar... | clang-format and array initialization formatting | https://api.github.com/repos/llvm/llvm-project/issues/17551/comments | 4 | 2013-09-10T04:48:12Z | 2021-12-09T20:47:01Z | https://github.com/llvm/llvm-project/issues/17551 | 1,075,999,095 | 17,551 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17176](https://llvm.org/bz17176) |
| Resolution | WONTFIX |
| Resolved on | Sep 13, 2013 06:28 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
E.g.:
$ cat test.c
static const int[] =
{
1,
2,
3,
4,
};
int mai... | clang-format ignores Allman style for array initialization | https://api.github.com/repos/llvm/llvm-project/issues/17550/comments | 4 | 2013-09-10T04:43:43Z | 2022-01-20T02:38:16Z | https://github.com/llvm/llvm-project/issues/17550 | 1,075,999,081 | 17,550 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17175](https://llvm.org/bz17175) |
| Version | trunk |
| OS | All |
| CC | @AaronBallman,@d0k |
## Extended Description
In the following test case, there should be a fix-it to put the attribute argument in quotes:
int llvm/llvm-project#17479 __attribute__((visibility(hidden)... | Fix-it for providing an identifier to an attribute that takes a string | https://api.github.com/repos/llvm/llvm-project/issues/17549/comments | 2 | 2013-09-10T03:21:40Z | 2021-12-09T20:47:00Z | https://github.com/llvm/llvm-project/issues/17549 | 1,075,999,063 | 17,549 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17174](https://llvm.org/bz17174) |
| Resolution | INVALID |
| Resolved on | Sep 09, 2013 20:08 |
| Version | 3.3 |
| OS | MacOS X |
| Attachments | [intermediate .cpp](https://user-images.githubusercontent.com/60944935/143748065-ab36acff-3380-4aff-a2c1-e61e11103f6d.gz), [interme... | Crash when compiling inlined function via Android NDK Clang 3.3 | https://api.github.com/repos/llvm/llvm-project/issues/17548/comments | 1 | 2013-09-10T02:50:44Z | 2021-12-09T20:46:58Z | https://github.com/llvm/llvm-project/issues/17548 | 1,075,999,044 | 17,548 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17173](https://llvm.org/bz17173) |
| Resolution | INVALID |
| Resolved on | Sep 09, 2013 19:53 |
| Version | trunk |
| OS | Linux |
| Attachments | [Simple loop with bit-width minimization of the induction variable](https://user-images.githubusercontent.com/60944935/143748064-1b... | [SCEV] Negative backedge-taken count on signed integer wrap of the induction variable | https://api.github.com/repos/llvm/llvm-project/issues/17547/comments | 1 | 2013-09-10T02:38:53Z | 2021-12-09T20:46:57Z | https://github.com/llvm/llvm-project/issues/17547 | 1,075,999,031 | 17,547 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17172](https://llvm.org/bz17172) |
| Resolution | FIXED |
| Resolved on | Nov 04, 2014 11:26 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#17544 |
| Blocks | llvm/llvm-project#17610 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@topperc,@rotateri... | [SLP vectorization] missed opportunity to use absolute value vector instruction (vpabsd) | https://api.github.com/repos/llvm/llvm-project/issues/17546/comments | 8 | 2013-09-09T21:28:29Z | 2021-12-09T21:22:23Z | https://github.com/llvm/llvm-project/issues/17546 | 1,075,998,908 | 17,546 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17171](https://llvm.org/bz17171) |
| Resolution | DUPLICATE |
| Resolved on | Sep 09, 2013 18:38 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When trying to read a unicode file, std::getline does not find newlines,... | getline does not split lines after istream.imbue | https://api.github.com/repos/llvm/llvm-project/issues/17545/comments | 7 | 2013-09-09T20:43:53Z | 2021-12-09T20:46:50Z | https://github.com/llvm/llvm-project/issues/17545 | 1,075,998,890 | 17,545 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17170](https://llvm.org/bz17170) |
| Resolution | FIXED |
| Resolved on | Jul 09, 2015 13:46 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#17546 llvm/llvm-project#17634 llvm/llvm-project#17642 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@topperc,@hf... | [Vectorization] missed opportunity to use wider vectors | https://api.github.com/repos/llvm/llvm-project/issues/17544/comments | 17 | 2013-09-09T18:46:50Z | 2021-12-09T21:23:09Z | https://github.com/llvm/llvm-project/issues/17544 | 1,075,998,700 | 17,544 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17169](https://llvm.org/bz17169) |
| Resolution | FIXED |
| Resolved on | Sep 17, 2013 15:04 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143748057-3be39705-a2d2-4eed-bbdd-5ce1236dbbcf.gz) |
#... | Using large code model causes: error: relocation R_PPC64_TOC16_LO_DS not a multiple of 4 | https://api.github.com/repos/llvm/llvm-project/issues/17543/comments | 18 | 2013-09-09T17:37:52Z | 2021-12-09T20:46:38Z | https://github.com/llvm/llvm-project/issues/17543 | 1,075,998,682 | 17,543 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17168](https://llvm.org/bz17168) |
| Resolution | FIXED |
| Resolved on | Oct 18, 2013 10:09 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143748056-62ace651-ce06-4be1-8e0c-05cc7655f82f.gz) |
| ... | Fast isel causes: Assertion `Bits != 0 && "Cannot print this instruction."' | https://api.github.com/repos/llvm/llvm-project/issues/17542/comments | 16 | 2013-09-09T17:24:17Z | 2021-12-09T20:46:37Z | https://github.com/llvm/llvm-project/issues/17542 | 1,075,998,663 | 17,542 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17167](https://llvm.org/bz17167) |
| Resolution | DUPLICATE |
| Resolved on | Sep 09, 2013 15:59 |
| Version | trunk |
| OS | Windows NT |
| Depends On | llvm/llvm-project#5436 llvm/llvm-project#16600 |
| Attachments | [Minimal Example that shows the problem](https://user-image... | Using const_iterator on a vector fails on debug mode but not in release mode | https://api.github.com/repos/llvm/llvm-project/issues/17541/comments | 3 | 2013-09-09T17:17:01Z | 2021-12-09T20:46:28Z | https://github.com/llvm/llvm-project/issues/17541 | 1,075,998,503 | 17,541 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17166](https://llvm.org/bz17166) |
| Resolution | INVALID |
| Resolved on | Sep 09, 2013 10:35 |
| Version | unspecified |
| OS | Linux |
| Attachments | [output generate during build attempt](https://user-images.githubusercontent.com/60944935/143748054-f7e249f2-ad2a-4d5d-9049-f... | current trunk version contains keyword _NOEXCEPT clang fails to compile | https://api.github.com/repos/llvm/llvm-project/issues/17540/comments | 3 | 2013-09-09T15:03:35Z | 2021-12-09T20:46:27Z | https://github.com/llvm/llvm-project/issues/17540 | 1,075,998,491 | 17,540 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17165](https://llvm.org/bz17165) |
| Resolution | WORKSFORME |
| Resolved on | Nov 19, 2016 17:35 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @compnerd |
## Extended Description
machine: Ubuntu 12.04 LTS.
The on-line instructions ... | the SVN trunk does not build as instructed by online documentation. | https://api.github.com/repos/llvm/llvm-project/issues/17539/comments | 1 | 2013-09-09T14:47:22Z | 2022-01-20T02:12:21Z | https://github.com/llvm/llvm-project/issues/17539 | 1,075,998,468 | 17,539 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17164](https://llvm.org/bz17164) |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#42682 llvm/llvm-project#42686 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Axel-Naumann,@DougGregor,@RKSimon,@riccibruno,@zygoloid,@rotateright |
## Extended Description ... | do not allow implicit conversions between unrelated vector types | https://api.github.com/repos/llvm/llvm-project/issues/17538/comments | 19 | 2013-09-09T09:30:31Z | 2024-07-28T01:05:29Z | https://github.com/llvm/llvm-project/issues/17538 | 1,075,998,399 | 17,538 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17163](https://llvm.org/bz17163) |
| Resolution | FIXED |
| Resolved on | Sep 09, 2013 17:01 |
| Version | 3.3 |
| OS | Linux |
| Attachments | [Preprocessed Source](https://user-images.githubusercontent.com/60944935/143748053-983b1bc0-1f7e-4501-8ce7-621d8bf9221d.gz) |
| Reporte... | fatal error: error in backend: Cannot select: 0x344cf50: i8,ch = AtomicSwap | https://api.github.com/repos/llvm/llvm-project/issues/17537/comments | 2 | 2013-09-09T07:31:43Z | 2021-12-09T20:46:21Z | https://github.com/llvm/llvm-project/issues/17537 | 1,075,998,385 | 17,537 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17162](https://llvm.org/bz17162) |
| Resolution | FIXED |
| Resolved on | Sep 09, 2013 17:08 |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/138339/143748052-df2204a7-e82e-4b4a-8736-7e50e7b1293a.gz) |
## Extended Descrip... | Crash with warnings when deleting incomplete type | https://api.github.com/repos/llvm/llvm-project/issues/17536/comments | 1 | 2013-09-09T06:52:40Z | 2021-12-09T20:46:20Z | https://github.com/llvm/llvm-project/issues/17536 | 1,075,998,367 | 17,536 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17161](https://llvm.org/bz17161) |
| Resolution | DUPLICATE |
| Resolved on | Sep 08, 2013 23:59 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
namespace test0 {
extern "C" inline void *fun0() {
struct A;
struct B... | [-cxx-abi microsoft] Mangle declarations extern "C" functions when nested inside of namespaces properly | https://api.github.com/repos/llvm/llvm-project/issues/17535/comments | 1 | 2013-09-09T06:04:27Z | 2021-12-09T20:46:19Z | https://github.com/llvm/llvm-project/issues/17535 | 1,075,998,338 | 17,535 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17160](https://llvm.org/bz17160) |
| Resolution | WONTFIX |
| Resolved on | Nov 19, 2016 17:32 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @compnerd |
## Extended Description
When I try building fat binaries of LLVM 3.3 on OS X,... | Error when trying to build fat binaries of compiler-rt | https://api.github.com/repos/llvm/llvm-project/issues/17534/comments | 1 | 2013-09-08T23:24:48Z | 2022-01-20T02:38:15Z | https://github.com/llvm/llvm-project/issues/17534 | 1,075,998,315 | 17,534 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17159](https://llvm.org/bz17159) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:01 |
| Version | unspecified |
| OS | Linux |
| Attachments | [foo.i](https://user-images.githubusercontent.com/60944935/143748050-496afb08-217b-4f06-8e34-68897ab6c412.gz), [foo.ii](https:/... | Polly SCEV fails in compiling 7zip from LLVM test-suite | https://api.github.com/repos/llvm/llvm-project/issues/17533/comments | 3 | 2013-09-08T22:23:39Z | 2021-12-09T20:46:17Z | https://github.com/llvm/llvm-project/issues/17533 | 1,075,998,301 | 17,533 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17158](https://llvm.org/bz17158) |
| Resolution | FIXED |
| Resolved on | Nov 12, 2013 22:22 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@chandlerc,@isanbard |
## Extended Description
regehr@john-home ~/z/reduce/r108 $ clang -O1 -w small.c ; ./a.out
1
regehr@john-home ~/... | likely wrong code bug | https://api.github.com/repos/llvm/llvm-project/issues/17532/comments | 5 | 2013-09-08T21:59:23Z | 2021-12-09T20:46:16Z | https://github.com/llvm/llvm-project/issues/17532 | 1,075,998,284 | 17,532 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17157](https://llvm.org/bz17157) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:11 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
| CC | @rnk |
## Extended Description
This is related to, but not the same as, llvm/llvm-project#17526
consid... | [-cxx-abi microsoft] Mangle extern "C" inline | https://api.github.com/repos/llvm/llvm-project/issues/17531/comments | 8 | 2013-09-08T21:23:16Z | 2021-12-09T20:46:14Z | https://github.com/llvm/llvm-project/issues/17531 | 1,075,998,246 | 17,531 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17156](https://llvm.org/bz17156) |
| Resolution | DUPLICATE |
| Resolved on | Jan 28, 2014 11:32 |
| Version | trunk |
| OS | Linux |
| Attachments | [IR file demonstrating the problem.](https://user-images.githubusercontent.com/827859/143748049-5f3278c8-654e-469e-b39f-e0eccda45... | AArch64: llvm.frameaddress not implemented | https://api.github.com/repos/llvm/llvm-project/issues/17530/comments | 2 | 2013-09-08T20:47:39Z | 2021-12-09T20:46:13Z | https://github.com/llvm/llvm-project/issues/17530 | 1,075,998,230 | 17,530 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17155](https://llvm.org/bz17155) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Linux |
| Attachments | [IR file demonstrating the problem.](https://user-images.githubusercontent.com/827859/143748048-0c29d7f0-3349-44a8-b64a-41d7931188a6.... | Not supported instruction in Linux PPC Assembly Printer | https://api.github.com/repos/llvm/llvm-project/issues/17529/comments | 3 | 2013-09-08T20:35:24Z | 2021-12-09T20:46:12Z | https://github.com/llvm/llvm-project/issues/17529 | 1,075,998,194 | 17,529 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17154](https://llvm.org/bz17154) |
| Resolution | FIXED |
| Resolved on | Aug 10, 2014 19:59 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
This is just to make sure that the change made to Libcxxabi ... | CMakeLists.txt file in trunk requires cxa_demangle.h which has been removed from libcxxabi | https://api.github.com/repos/llvm/llvm-project/issues/17528/comments | 4 | 2013-09-08T18:48:37Z | 2021-12-09T20:46:11Z | https://github.com/llvm/llvm-project/issues/17528 | 1,075,998,179 | 17,528 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17153](https://llvm.org/bz17153) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:01 |
| Version | unspecified |
| OS | Linux |
| Attachments | [nestedloop.c](https://user-images.githubusercontent.com/60944935/143748047-4e4cc8b0-21a2-427a-8c93-23528414c158.gz) |
| Report... | Unexpected performance improvement for non-SCEV canonicalization passes | https://api.github.com/repos/llvm/llvm-project/issues/17527/comments | 2 | 2013-09-08T18:30:27Z | 2021-12-09T20:46:10Z | https://github.com/llvm/llvm-project/issues/17527 | 1,075,998,160 | 17,527 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17152](https://llvm.org/bz17152) |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
| CC | @rnk |
## Extended Description
consider:
template <class T> struct A {
// in A<X>, the following is allowed because the type with no linkage
// X is named u... | [-cxx-abi microsoft] Mangle local types inside extern-c functions more accurately | https://api.github.com/repos/llvm/llvm-project/issues/17526/comments | 3 | 2013-09-08T13:59:20Z | 2021-12-09T20:46:06Z | https://github.com/llvm/llvm-project/issues/17526 | 1,075,998,113 | 17,526 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17151](https://llvm.org/bz17151) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
>cat test.cpp
#include <string>
void foo() {
std::string a = "abc";
}
void boo() {
}
Expected, that both 'foo' and 'boo' produce same asm, but it's not:
... | missed optimization: unused std::string | https://api.github.com/repos/llvm/llvm-project/issues/17525/comments | 3 | 2013-09-08T11:07:41Z | 2023-07-25T03:23:29Z | https://github.com/llvm/llvm-project/issues/17525 | 1,075,998,097 | 17,525 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17150](https://llvm.org/bz17150) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2013 18:12 |
| Version | trunk |
| OS | All |
| Attachments | [Minimal test case](https://user-images.githubusercontent.com/60944935/143748046-f019866c-cad2-47fc-8420-5e2c976b9934.gz) |
| Reporter ... | clang crash (EXC_BAD_ACCESS) with -Wcomsumed | https://api.github.com/repos/llvm/llvm-project/issues/17524/comments | 1 | 2013-09-08T02:03:04Z | 2021-12-09T20:46:04Z | https://github.com/llvm/llvm-project/issues/17524 | 1,075,998,079 | 17,524 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17149](https://llvm.org/bz17149) |
| Version | trunk |
| OS | Linux |
## Extended Description
```console
/mnt/space/build/llvm-3/src/tools/clang/lib/Parse/ParseTentative.cpp:563:1: error: unknown type name 'TPResult'
TPResult Parser::TryParsePtrOperatorSeq() {
^
/mn... | type 'int' assumed after parse error in return type | https://api.github.com/repos/llvm/llvm-project/issues/17523/comments | 2 | 2013-09-08T00:41:39Z | 2024-08-22T07:16:01Z | https://github.com/llvm/llvm-project/issues/17523 | 1,075,998,059 | 17,523 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17148](https://llvm.org/bz17148) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
| CC | @antonrang,@mclow |
## Extended Description
This simple program produce segmentation fault:
#include <string>
#include <stdexcept>
i... | std::string::resize with (max_size - 1) segmentation fault | https://api.github.com/repos/llvm/llvm-project/issues/17522/comments | 7 | 2013-09-07T19:00:50Z | 2021-12-09T20:46:02Z | https://github.com/llvm/llvm-project/issues/17522 | 1,075,998,036 | 17,522 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17147](https://llvm.org/bz17147) |
| Resolution | FIXED |
| Resolved on | Jul 19, 2016 18:27 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Actually, the __debug_less implementation try to check if a comparator forces ... | __debug_less() does not support heterogeneous comparator | https://api.github.com/repos/llvm/llvm-project/issues/17521/comments | 4 | 2013-09-07T13:25:15Z | 2021-12-09T20:46:00Z | https://github.com/llvm/llvm-project/issues/17521 | 1,075,998,005 | 17,521 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17146](https://llvm.org/bz17146) |
| Resolution | DUPLICATE |
| Resolved on | Sep 07, 2013 14:13 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#14079 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@majnemer,@zygoloid |
## Extended Descript... | [MSVC] LLVM Toolset fails to correctly parse bitset header | https://api.github.com/repos/llvm/llvm-project/issues/17520/comments | 4 | 2013-09-07T12:20:21Z | 2021-12-09T20:45:59Z | https://github.com/llvm/llvm-project/issues/17520 | 1,075,997,980 | 17,520 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17145](https://llvm.org/bz17145) |
| Resolution | FIXED |
| Resolved on | May 14, 2015 11:14 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#14079 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@rnk |
## Extended Description
Clang issues a... | [MSVC] LLVM Toolset does not understand #pragma warning | https://api.github.com/repos/llvm/llvm-project/issues/17519/comments | 4 | 2013-09-07T11:46:02Z | 2021-12-09T20:45:58Z | https://github.com/llvm/llvm-project/issues/17519 | 1,075,997,959 | 17,519 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17144](https://llvm.org/bz17144) |
| Resolution | FIXED |
| Resolved on | Sep 13, 2013 10:10 |
| Version | trunk |
| OS | Windows NT |
| CC | @zygoloid |
## Extended Description
This bug is similar to bug 17122 ( http://llvm.org/bugs/show_bug.cgi?id=17122 ), except the bug hap... | Clang-format breaks stringize as wide string macro | https://api.github.com/repos/llvm/llvm-project/issues/17518/comments | 4 | 2013-09-07T09:13:44Z | 2021-12-09T20:45:57Z | https://github.com/llvm/llvm-project/issues/17518 | 1,075,997,941 | 17,518 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17143](https://llvm.org/bz17143) |
| Resolution | DUPLICATE |
| Resolved on | Sep 09, 2013 11:11 |
| Version | unspecified |
| OS | Windows NT |
| Attachments | [The message the error reports.](https://user-images.githubusercontent.com/60944935/143748044-abf1260c-3019-4343-b8a4-... | Improve English for PATH too long message. | https://api.github.com/repos/llvm/llvm-project/issues/17517/comments | 1 | 2013-09-07T05:42:09Z | 2021-12-09T20:45:56Z | https://github.com/llvm/llvm-project/issues/17517 | 1,075,997,923 | 17,517 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17142](https://llvm.org/bz17142) |
| Resolution | FIXED |
| Resolved on | Sep 17, 2013 20:59 |
| Version | 3.3 |
| OS | MacOS X |
| Attachments | [shell invocation and stacktrace / output.](https://user-images.githubusercontent.com/60944935/143748041-9d9a36cf-e55e-4451-83bd-c2e6... | Illegal instruction when parsing ObjC++ file to AST | https://api.github.com/repos/llvm/llvm-project/issues/17516/comments | 2 | 2013-09-07T04:36:27Z | 2021-12-09T20:45:55Z | https://github.com/llvm/llvm-project/issues/17516 | 1,075,997,903 | 17,516 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17141](https://llvm.org/bz17141) |
| Resolution | INVALID |
| Resolved on | Sep 14, 2013 00:58 |
| Version | 3.2 |
| OS | other |
| CC | @majnemer,@DougGregor,@zygoloid,@rjmccall |
## Extended Description
The C++ ABI document (available at http://mentorembedded.github.io/cxx-a... | Mangling of nullptr_t values do not follow ABI | https://api.github.com/repos/llvm/llvm-project/issues/17515/comments | 7 | 2013-09-07T04:13:17Z | 2021-12-09T20:45:54Z | https://github.com/llvm/llvm-project/issues/17515 | 1,075,997,892 | 17,515 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17140](https://llvm.org/bz17140) |
| Resolution | FIXED |
| Resolved on | Sep 09, 2013 16:38 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem,@rnk |
## Extended Description
Running LLVM-3.4.r190202-win32.exe on Window 7 SP... | Windows installer Warning! PATH too long installer unable to modify PATH! | https://api.github.com/repos/llvm/llvm-project/issues/17514/comments | 5 | 2013-09-07T03:13:19Z | 2021-12-09T20:45:53Z | https://github.com/llvm/llvm-project/issues/17514 | 1,075,997,876 | 17,514 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17139](https://llvm.org/bz17139) |
| Resolution | DUPLICATE |
| Resolved on | Sep 06, 2013 19:35 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
template <class T> void foo(const T &t) {
t.foo();
}
template <class F> void bar(... | assertion failure instantiating member access into local class | https://api.github.com/repos/llvm/llvm-project/issues/17513/comments | 3 | 2013-09-07T02:24:37Z | 2021-12-09T20:45:52Z | https://github.com/llvm/llvm-project/issues/17513 | 1,075,997,861 | 17,513 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17138](https://llvm.org/bz17138) |
| Resolution | FIXED |
| Resolved on | Sep 09, 2013 03:59 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Sample C code to print all error strings in OS X with strerror_r](https://user-images.githubusercontent.com/60944935/1437480... | strerror_r interceptor incorrectly checks return value: POSIX may return any non-zero value for failure | https://api.github.com/repos/llvm/llvm-project/issues/17512/comments | 1 | 2013-09-07T02:01:27Z | 2021-12-09T20:45:50Z | https://github.com/llvm/llvm-project/issues/17512 | 1,075,997,842 | 17,512 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17137](https://llvm.org/bz17137) |
| Resolution | FIXED |
| Resolved on | Feb 09, 2015 01:57 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If a BasicBlock does not have a terminator, the caller's request for abort, printm... | verifyFunction exits process when a BB has no terminator, instead of taking requested action | https://api.github.com/repos/llvm/llvm-project/issues/17511/comments | 1 | 2013-09-07T01:45:41Z | 2021-12-09T20:45:49Z | https://github.com/llvm/llvm-project/issues/17511 | 1,075,997,827 | 17,511 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17136](https://llvm.org/bz17136) |
| Resolution | WONTFIX |
| Resolved on | Jan 19, 2016 05:58 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143748039-bb2e6c1d-b494-49a1-b6f7-b447f27746bd.gz) |
| Reporter | L... | ARMLoadStoreOptimizer: MemOps selected incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/17510/comments | 4 | 2013-09-07T01:37:35Z | 2022-01-20T02:38:13Z | https://github.com/llvm/llvm-project/issues/17510 | 1,075,997,807 | 17,510 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17135](https://llvm.org/bz17135) |
| Version | trunk |
| OS | All |
| Attachments | [WIP patch](https://user-images.githubusercontent.com/56606707/143748038-2be37077-1b46-4979-9037-e8a15a8aec88.gz) |
## Extended Description
As of r189624, calling APFloat::toString with the d... | APFloat::toString shouldn't print extra digits | https://api.github.com/repos/llvm/llvm-project/issues/17509/comments | 0 | 2013-09-07T00:05:25Z | 2023-11-04T08:17:01Z | https://github.com/llvm/llvm-project/issues/17509 | 1,075,997,795 | 17,509 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17134](https://llvm.org/bz17134) |
| Resolution | FIXED |
| Resolved on | Sep 06, 2013 16:27 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Using: { BasedOnStyle: Chromium, Cpp11BracedListStyle: false }
Expected:
template ... | operator [] confuses formatter | https://api.github.com/repos/llvm/llvm-project/issues/17508/comments | 1 | 2013-09-06T23:02:26Z | 2021-12-09T20:45:46Z | https://github.com/llvm/llvm-project/issues/17508 | 1,075,997,775 | 17,508 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17133](https://llvm.org/bz17133) |
| Version | trunk |
| OS | Linux |
## Extended Description
int x; void f() { for (int n = 0; n < 500000000; ++n) x ^= 1; }
With -O3 -fno-vectorize, we produce
define void @​_Z1fv() #​0 {
%x.promoted = load i32* @​x, ali... | missing SCEV support for xor in loops | https://api.github.com/repos/llvm/llvm-project/issues/17507/comments | 1 | 2013-09-06T22:48:34Z | 2021-12-09T20:45:45Z | https://github.com/llvm/llvm-project/issues/17507 | 1,075,997,755 | 17,507 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17132](https://llvm.org/bz17132) |
| Resolution | FIXED |
| Resolved on | Sep 06, 2013 15:24 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo |
## Extended Description
The relevant compiler error is as follows:
1> G:\P... | LLVM Toolset xmmintrin.h defines _m_pshufw as a macro, but the VS STL tries to use it as an identifier | https://api.github.com/repos/llvm/llvm-project/issues/17506/comments | 2 | 2013-09-06T22:03:39Z | 2021-12-09T20:45:44Z | https://github.com/llvm/llvm-project/issues/17506 | 1,075,997,735 | 17,506 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17131](https://llvm.org/bz17131) |
| Resolution | INVALID |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#14079 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@rnk,@timurrrr |
## Extended Description
Th... | [MSVC] LLVM Toolset fails to compile SSE4A intrinsics header due to missing macro | https://api.github.com/repos/llvm/llvm-project/issues/17505/comments | 2 | 2013-09-06T21:40:46Z | 2021-12-09T20:45:43Z | https://github.com/llvm/llvm-project/issues/17505 | 1,075,997,718 | 17,505 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17129](https://llvm.org/bz17129) |
| Resolution | FIXED |
| Resolved on | Dec 03, 2019 02:21 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#14079 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @XVilka,@asl,@zmodem,@nico,@yurybura |
## Extended ... | [MSVC] clang-cl warns about flags from default Visual Studio build | https://api.github.com/repos/llvm/llvm-project/issues/17504/comments | 3 | 2013-09-06T21:31:18Z | 2021-12-09T20:45:42Z | https://github.com/llvm/llvm-project/issues/17504 | 1,075,997,694 | 17,504 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17130](https://llvm.org/bz17130) |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#17128 |
| Blocks | llvm/llvm-project#17461 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@preames,@rotateright,@yuanfang-chen |
## Extended Des... | bit-scan-reverse / count-leading-zeros loop not recognized | https://api.github.com/repos/llvm/llvm-project/issues/17503/comments | 2 | 2013-09-06T21:31:18Z | 2024-05-19T07:19:34Z | https://github.com/llvm/llvm-project/issues/17503 | 1,075,997,632 | 17,503 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17128](https://llvm.org/bz17128) |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#17461 llvm/llvm-project#17503 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@hfinkel,@LebedevRI,@preames,@rotateright,@yuanfang-chen |
## Extended Description... | bit-scan-forward / count-trailing-zeros loop not recognized | https://api.github.com/repos/llvm/llvm-project/issues/17502/comments | 4 | 2013-09-06T20:50:52Z | 2023-09-03T11:05:55Z | https://github.com/llvm/llvm-project/issues/17502 | 1,075,997,594 | 17,502 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17127](https://llvm.org/bz17127) |
| Resolution | FIXED |
| Resolved on | Sep 06, 2013 14:27 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@rnk |
## Extended Description
After installing the LLVM toolset with VS2012,... | LLVM Toolset renders project properties window unusable on VC2012 | https://api.github.com/repos/llvm/llvm-project/issues/17501/comments | 1 | 2013-09-06T20:39:52Z | 2021-12-09T20:45:35Z | https://github.com/llvm/llvm-project/issues/17501 | 1,075,997,580 | 17,501 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17126](https://llvm.org/bz17126) |
| Resolution | FIXED |
| Resolved on | Sep 06, 2013 14:29 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@rnk |
## Extended Description
When installing the LLVM toolset based on 1900... | LLVM Toolset does not install on VS2012 | https://api.github.com/repos/llvm/llvm-project/issues/17500/comments | 2 | 2013-09-06T20:37:37Z | 2021-12-09T20:45:34Z | https://github.com/llvm/llvm-project/issues/17500 | 1,075,997,564 | 17,500 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17125](https://llvm.org/bz17125) |
| Resolution | FIXED |
| Resolved on | Sep 06, 2013 16:32 |
| Version | trunk |
| OS | Windows NT |
## Extended Description
If I have an enum class with an explicit integral type, this appears to confuse clang-format. Consider this input:
na... | enum class with specified integral type confuses clang-format | https://api.github.com/repos/llvm/llvm-project/issues/17499/comments | 1 | 2013-09-06T19:39:34Z | 2021-12-09T20:45:33Z | https://github.com/llvm/llvm-project/issues/17499 | 1,075,997,542 | 17,499 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17124](https://llvm.org/bz17124) |
| Resolution | DUPLICATE |
| Resolved on | Sep 06, 2013 16:25 |
| Version | unspecified |
| OS | All |
| CC | @ehsan,@zmodem |
## Extended Description
The deprecated -o option is required for compiler testing by at least autoconf2.14 | cl driver doesn't support -o option | https://api.github.com/repos/llvm/llvm-project/issues/17498/comments | 1 | 2013-09-06T19:17:21Z | 2021-12-09T20:45:32Z | https://github.com/llvm/llvm-project/issues/17498 | 1,075,997,531 | 17,498 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17123](https://llvm.org/bz17123) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2013 08:13 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic,@mclow |
## Extended Description
According to [basic.types]/9 of the Worki... | Error in <type_traits> is_trivially_copyable | https://api.github.com/repos/llvm/llvm-project/issues/17497/comments | 3 | 2013-09-06T18:20:21Z | 2021-12-09T20:45:31Z | https://github.com/llvm/llvm-project/issues/17497 | 1,075,997,518 | 17,497 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17122](https://llvm.org/bz17122) |
| Resolution | FIXED |
| Resolved on | Sep 17, 2013 04:03 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@zygoloid |
## Extended Description
Assume you have a macro defined as follows:
_T(... | clang-format breaks code by splitting a string in a macro call. | https://api.github.com/repos/llvm/llvm-project/issues/17496/comments | 7 | 2013-09-06T17:55:42Z | 2021-12-09T20:45:30Z | https://github.com/llvm/llvm-project/issues/17496 | 1,075,997,502 | 17,496 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17121](https://llvm.org/bz17121) |
| Resolution | INVALID |
| Resolved on | Jan 08, 2014 07:14 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-project#17493 |
## Extended Description
CPU names across different architectures are pretty unique, so it should ... | Introduce universal lookup by Arch | https://api.github.com/repos/llvm/llvm-project/issues/17495/comments | 2 | 2013-09-06T17:55:02Z | 2021-12-09T20:45:28Z | https://github.com/llvm/llvm-project/issues/17495 | 1,075,997,458 | 17,495 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17120](https://llvm.org/bz17120) |
| Resolution | FIXED |
| Resolved on | Dec 16, 2013 05:15 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Functions like:
* getLLVMArchSuffixForARM
* getARMTargetCPU
* GetArmArchForMArch
are duplicated among "ToolChain.... | De-duplicate ARM architecture discovery functions | https://api.github.com/repos/llvm/llvm-project/issues/17494/comments | 3 | 2013-09-06T17:52:06Z | 2021-12-09T20:45:27Z | https://github.com/llvm/llvm-project/issues/17494 | 1,075,997,452 | 17,494 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17119](https://llvm.org/bz17119) |
| Resolution | FIXED |
| Resolved on | Dec 12, 2013 08:56 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#17495 |
## Extended Description
The driver differentiate between Thumb and ARM in the triple and when recognizi... | Merge ARM and Thumb into ARM | https://api.github.com/repos/llvm/llvm-project/issues/17493/comments | 3 | 2013-09-06T17:49:35Z | 2021-12-09T20:45:29Z | https://github.com/llvm/llvm-project/issues/17493 | 1,075,997,430 | 17,493 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17118](https://llvm.org/bz17118) |
| Version | unspecified |
| OS | Windows NT |
| CC | @zmodem,@rnk |
## Extended Description
Sorry if this is not the right component to file this under, but I don't know how are the Windows installers for LLVM created and "makefiles" looked l... | Windows installer shouldn't require administrative privileges | https://api.github.com/repos/llvm/llvm-project/issues/17492/comments | 2 | 2013-09-06T17:12:16Z | 2021-12-09T20:45:25Z | https://github.com/llvm/llvm-project/issues/17492 | 1,075,997,410 | 17,492 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17117](https://llvm.org/bz17117) |
| Resolution | DUPLICATE |
| Resolved on | Nov 13, 2013 08:39 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If I run the command:
clang-format -i some_file.h
I get the response:
Err... | clang-format -i Error opening output file | https://api.github.com/repos/llvm/llvm-project/issues/17491/comments | 2 | 2013-09-06T17:02:05Z | 2021-12-09T20:45:23Z | https://github.com/llvm/llvm-project/issues/17491 | 1,075,997,384 | 17,491 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17116](https://llvm.org/bz17116) |
| Resolution | FIXED |
| Resolved on | Sep 12, 2013 03:18 |
| Version | unspecified |
| OS | Linux |
| CC | @kcc |
## Extended Description
when asan try the get the stack trace from malloc,StackTrace::SlowUnwindStack invoking _Unwind_Backtrac... | StackTrace::SlowUnwindStack dead locked | https://api.github.com/repos/llvm/llvm-project/issues/17490/comments | 17 | 2013-09-06T07:39:15Z | 2021-12-09T20:45:22Z | https://github.com/llvm/llvm-project/issues/17490 | 1,075,997,366 | 17,490 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17115](https://llvm.org/bz17115) |
| Resolution | FIXED |
| Resolved on | Feb 21, 2019 13:35 |
| Version | trunk |
| OS | other |
| Attachments | [Preprocessed source.](https://user-images.githubusercontent.com/60944935/143748034-60cc4035-6f2a-4aef-9e36-bccd03966421.gz) |
| Repo... | clang frontend command failed due to signal | https://api.github.com/repos/llvm/llvm-project/issues/17489/comments | 2 | 2013-09-06T07:00:50Z | 2021-12-09T20:45:21Z | https://github.com/llvm/llvm-project/issues/17489 | 1,075,997,353 | 17,489 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17114](https://llvm.org/bz17114) |
| Resolution | WONTFIX |
| Resolved on | Jun 07, 2018 17:28 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @vitalybuka |
## Extended Description
According to the gcov man page:
"For each source file ... | missing check if .gcda file has the expected number of basic blocks for a function | https://api.github.com/repos/llvm/llvm-project/issues/17488/comments | 5 | 2013-09-05T23:55:16Z | 2022-01-20T02:38:12Z | https://github.com/llvm/llvm-project/issues/17488 | 1,075,997,339 | 17,488 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17113](https://llvm.org/bz17113) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@silvasean,@rotateright,@stoklund |
## Extended Description
```
$ ./clang -v
clang version 3.4 (trunk 189776)
Target: x86_64-apple-darwin11.... | extra zeroing move operation executed | https://api.github.com/repos/llvm/llvm-project/issues/17487/comments | 8 | 2013-09-05T23:45:51Z | 2022-10-24T11:34:15Z | https://github.com/llvm/llvm-project/issues/17487 | 1,075,997,322 | 17,487 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17112](https://llvm.org/bz17112) |
| Resolution | WONTFIX |
| Resolved on | Sep 05, 2013 15:31 |
| Version | 3.1 |
| OS | Linux |
| Attachments | [Folder contaning all files.](https://user-images.githubusercontent.com/60944935/143748033-69870dd4-b30e-43ed-b352-01d2e3669c18.gz) |... | llvm-ld produces .bc file that does not terminate on execution | https://api.github.com/repos/llvm/llvm-project/issues/17486/comments | 1 | 2013-09-05T22:23:38Z | 2022-01-20T02:38:11Z | https://github.com/llvm/llvm-project/issues/17486 | 1,075,997,306 | 17,486 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17111](https://llvm.org/bz17111) |
| Resolution | INVALID |
| Resolved on | Sep 09, 2013 17:05 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel |
## Extended Description
Testcase:
class Base {
protected:
Base() {}
publ... | missing nop after branch | https://api.github.com/repos/llvm/llvm-project/issues/17485/comments | 2 | 2013-09-05T21:09:18Z | 2021-12-09T20:45:17Z | https://github.com/llvm/llvm-project/issues/17485 | 1,075,997,289 | 17,485 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17110](https://llvm.org/bz17110) |
| Resolution | FIXED |
| Resolved on | Sep 06, 2013 16:09 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
Hi,
for this program:
void __attribute__ ((_... | incorrect warning "missing exception specification 'throw()'" | https://api.github.com/repos/llvm/llvm-project/issues/17484/comments | 1 | 2013-09-05T21:07:48Z | 2021-12-09T20:45:16Z | https://github.com/llvm/llvm-project/issues/17484 | 1,075,997,278 | 17,484 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17109](https://llvm.org/bz17109) |
| Resolution | INVALID |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#17461 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@efriedma-quic |
## Extended Description
$ ./clang -... | generate more efficient code for logical and operation | https://api.github.com/repos/llvm/llvm-project/issues/17483/comments | 5 | 2013-09-05T19:45:14Z | 2021-12-09T20:45:14Z | https://github.com/llvm/llvm-project/issues/17483 | 1,075,997,237 | 17,483 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17108](https://llvm.org/bz17108) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm-link currently is OK with linking
-------------
define void @​g() {
call void @​f()
ret void
}
declare void @​f()
--... | Don't resolve an undefined reference to a linkonce_* definition | https://api.github.com/repos/llvm/llvm-project/issues/17482/comments | 0 | 2013-09-05T14:34:04Z | 2021-12-09T20:45:13Z | https://github.com/llvm/llvm-project/issues/17482 | 1,075,997,226 | 17,482 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17107](https://llvm.org/bz17107) |
| Version | 3.2 |
| OS | All |
| CC | @efriedma-quic |
## Extended Description
Quoting the docs in http://libcxx.llvm.org/ :
"clang++ -std=c++11 -stdlib=libc++ -nostdinc++ -I<path-to-libcxx>/include -L<path-to-libcxx>/lib test.cpp"
However,... | Using "-nostdinc++" throws a clang warning. | https://api.github.com/repos/llvm/llvm-project/issues/17481/comments | 6 | 2013-09-05T12:42:07Z | 2023-06-09T19:11:59Z | https://github.com/llvm/llvm-project/issues/17481 | 1,075,997,208 | 17,481 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [17106](https://llvm.org/bz17106) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2013 10:35 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Normal enum's format as I expect them to:
enum {
ALPHA = 1,
BETA = 2,
G... | [clang-format] explicitly typed enum's are formatted differently | https://api.github.com/repos/llvm/llvm-project/issues/17480/comments | 1 | 2013-09-05T06:21:10Z | 2021-12-09T20:45:11Z | https://github.com/llvm/llvm-project/issues/17480 | 1,075,997,189 | 17,480 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.