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 | [14504](https://llvm.org/bz14504) |
| Resolution | FIXED |
| Resolved on | Dec 12, 2012 08:56 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
clang++ trunk 169254 crashes instantly:
clang - </dev/null
*** glibc detected **... | crash in llvm::sys::fs::detail::directory_iterator_increment | https://api.github.com/repos/llvm/llvm-project/issues/14876/comments | 1 | 2012-12-04T13:26:10Z | 2021-12-03T23:53:04Z | https://github.com/llvm/llvm-project/issues/14876 | 1,071,056,312 | 14,876 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14503](https://llvm.org/bz14503) |
| Resolution | FIXED |
| Resolved on | Jun 18, 2013 12:52 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
We don't seem to check that a constexpr constructor for a class template initializes all members. We a... | assertion failure 'Constant expressions should be initialized.' with constexpr constructor template which misses members | https://api.github.com/repos/llvm/llvm-project/issues/14875/comments | 1 | 2012-12-04T10:45:08Z | 2021-12-03T23:53:03Z | https://github.com/llvm/llvm-project/issues/14875 | 1,071,056,309 | 14,875 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14502](https://llvm.org/bz14502) |
| Resolution | INVALID |
| Resolved on | Dec 03, 2012 22:11 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
Hi all,
When we write "new B(XXX)",
Clang CodeGen will emit 1)... | Arguments inside new operator should be evaluated before operator new | https://api.github.com/repos/llvm/llvm-project/issues/14874/comments | 1 | 2012-12-04T04:55:32Z | 2021-12-03T23:53:03Z | https://github.com/llvm/llvm-project/issues/14874 | 1,071,056,303 | 14,874 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14501](https://llvm.org/bz14501) |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14702 llvm/llvm-bugzilla-archive#24345 |
| CC | @DougGregor,@echristo,@fredriss,@sunfishcode,@pogo59 |
## Extended Description
GDB 7.5 test suite's gdb.pytho/python.exp test... | Debug info for constants have no line information | https://api.github.com/repos/llvm/llvm-project/issues/14873/comments | 8 | 2012-12-04T02:53:19Z | 2023-11-03T13:11:53Z | https://github.com/llvm/llvm-project/issues/14873 | 1,071,056,295 | 14,873 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14500](https://llvm.org/bz14500) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2019 15:16 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14702 llvm/llvm-bugzilla-archive#24345 |
| CC | @DougGregor,@echristo,@yuanfang-chen |
## Extended Description
Clang ... | emit debug info for labels | https://api.github.com/repos/llvm/llvm-project/issues/14872/comments | 7 | 2012-12-04T01:57:20Z | 2021-12-03T23:53:00Z | https://github.com/llvm/llvm-project/issues/14872 | 1,071,056,285 | 14,872 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14499](https://llvm.org/bz14499) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Clang asserts in IRGen when given this:
struct S { S(int); S(const S & = 0) = delete; } s(0);
Apparently IRGen is trying to look at the exception specification ... | assert on unused deleted copy constructor with default argument | https://api.github.com/repos/llvm/llvm-project/issues/14871/comments | 2 | 2012-12-04T00:21:16Z | 2023-11-03T13:14:33Z | https://github.com/llvm/llvm-project/issues/14871 | 1,071,056,278 | 14,871 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14498](https://llvm.org/bz14498) |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo,@pogo59 |
## Extended Description
For:
1 void
2 func
3 (
4 )
5 {
6 return;
7 }
With frame pointers enabled (gcc default, clan... | debug info line table for functions starts at the first statement rather than the opening brace | https://api.github.com/repos/llvm/llvm-project/issues/14870/comments | 4 | 2012-12-03T23:51:23Z | 2023-11-03T13:15:00Z | https://github.com/llvm/llvm-project/issues/14870 | 1,071,056,271 | 14,870 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14497](https://llvm.org/bz14497) |
| Resolution | FIXED |
| Resolved on | Dec 03, 2012 15:40 |
| Version | 3.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
The following well-formed program fails compiling:
t... | Incorrect parsing of decltype() of expression with > operator as template argument | https://api.github.com/repos/llvm/llvm-project/issues/14869/comments | 1 | 2012-12-03T23:05:30Z | 2021-12-03T23:52:58Z | https://github.com/llvm/llvm-project/issues/14869 | 1,071,056,264 | 14,869 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14496](https://llvm.org/bz14496) |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143746464-9911b20f-73b9-45e4-951e-2a255101c345.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The test c... | Missing Alias | https://api.github.com/repos/llvm/llvm-project/issues/14868/comments | 0 | 2012-12-03T22:39:22Z | 2021-12-03T23:52:57Z | https://github.com/llvm/llvm-project/issues/14868 | 1,071,056,259 | 14,868 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14495](https://llvm.org/bz14495) |
| Version | trunk |
| OS | Linux |
| Attachments | [annotated source code result of analyzer run.](https://user-images.githubusercontent.com/60944935/143746463-4b4b86ea-69dd-492c-a384-36957da5bbfd.gz) |
| Reporter | LLVM Bugzilla Contributor |
... | Static Analyzer makes bad assumption in for-loop. | https://api.github.com/repos/llvm/llvm-project/issues/14867/comments | 3 | 2012-12-03T22:23:49Z | 2021-12-03T23:52:56Z | https://github.com/llvm/llvm-project/issues/14867 | 1,071,056,254 | 14,867 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14494](https://llvm.org/bz14494) |
| Version | trunk |
| OS | Linux |
| Attachments | [lto-clang.tar.bz2 (sample project to reproduce the issue)](https://user-images.githubusercontent.com/4255/143746459-6fa9fe0e-1fc9-45f6-8021-064ef421bcae.gz), [gdb.out (gdb output)](https://use... | LTO crash with very big C++ files | https://api.github.com/repos/llvm/llvm-project/issues/14866/comments | 10 | 2012-12-03T21:23:13Z | 2022-06-25T21:44:46Z | https://github.com/llvm/llvm-project/issues/14866 | 1,071,056,251 | 14,866 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14493](https://llvm.org/bz14493) |
| Resolution | FIXED |
| Resolved on | Jan 25, 2018 10:18 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @kparzysz-quic |
## Extended Description
Many const-ext predicates, defined in HexagonOperands... | [Hexagon] Factor out common functionality from the predicate definitions in HexagonOperands.td | https://api.github.com/repos/llvm/llvm-project/issues/14865/comments | 2 | 2012-12-03T19:57:19Z | 2021-12-03T23:52:54Z | https://github.com/llvm/llvm-project/issues/14865 | 1,071,056,244 | 14,865 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14492](https://llvm.org/bz14492) |
| Resolution | FIXED |
| Resolved on | Apr 04, 2014 07:15 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo,@pogo59 |
## Extended Description
In the following example:
struct C
{
int... | debuginfo missing for pointer-to-member non-type template parameter | https://api.github.com/repos/llvm/llvm-project/issues/14864/comments | 6 | 2012-12-03T19:44:55Z | 2021-12-03T23:52:53Z | https://github.com/llvm/llvm-project/issues/14864 | 1,071,056,239 | 14,864 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14491](https://llvm.org/bz14491) |
| Resolution | FIXED |
| Resolved on | Dec 05, 2012 17:52 |
| Version | 3.2 |
| OS | Linux |
| Blocks | llvm/llvm-project#14265 |
| CC | @dwblaikie,@DougGregor |
## Extended Description
At least with Clang built from tags/RELEASE_32/rc2, "cl... | shadowing declaration in try catch block flagged as redefinition error | https://api.github.com/repos/llvm/llvm-project/issues/14863/comments | 3 | 2012-12-03T19:29:07Z | 2021-12-03T23:52:53Z | https://github.com/llvm/llvm-project/issues/14863 | 1,071,056,232 | 14,863 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14490](https://llvm.org/bz14490) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
clang accepts the following code:
```cpp
template <template <typename T, typename T::mytype2 ... | failing to match dependent non-type template parameter types when checking template template parameters | https://api.github.com/repos/llvm/llvm-project/issues/14862/comments | 2 | 2012-12-03T19:26:02Z | 2023-11-05T00:24:18Z | https://github.com/llvm/llvm-project/issues/14862 | 1,071,056,228 | 14,862 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14489](https://llvm.org/bz14489) |
| Resolution | FIXED |
| Resolved on | Dec 18, 2012 17:32 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@Weverything |
## Extended Description
Received the assertion mentioned in the summa... | Assertion `Tree.HasChildren() && "Template difference not found in diff tree."' failed (ASTDiagnostic.cpp) | https://api.github.com/repos/llvm/llvm-project/issues/14861/comments | 6 | 2012-12-03T18:01:09Z | 2021-12-03T23:52:51Z | https://github.com/llvm/llvm-project/issues/14861 | 1,071,056,224 | 14,861 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14488](https://llvm.org/bz14488) |
| Resolution | INVALID |
| Resolved on | Dec 04, 2012 20:07 |
| Version | trunk |
| OS | MacOS X |
| Depends On | llvm/llvm-project#14858 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
The f... | Wrong private constructor selected during compilation | https://api.github.com/repos/llvm/llvm-project/issues/14860/comments | 9 | 2012-12-03T17:33:58Z | 2021-12-03T23:52:50Z | https://github.com/llvm/llvm-project/issues/14860 | 1,071,056,217 | 14,860 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14487](https://llvm.org/bz14487) |
| Version | trunk |
| OS | Linux |
| Attachments | [source file](https://user-images.githubusercontent.com/60944935/143746458-c0e3269b-47f1-4849-a0ed-e1226fe83f59.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@belkadan,@tkre... | Static Analyzer makes bad assumption regarding unsigned type uint_fast8_t | https://api.github.com/repos/llvm/llvm-project/issues/14859/comments | 15 | 2012-12-03T16:54:47Z | 2021-12-03T23:52:49Z | https://github.com/llvm/llvm-project/issues/14859 | 1,071,056,211 | 14,859 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14486](https://llvm.org/bz14486) |
| Resolution | DUPLICATE |
| Resolved on | Dec 13, 2012 00:50 |
| Version | trunk |
| OS | MacOS X |
| Blocks | llvm/llvm-bugzilla-archive#14488 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@ogoffart,@zygoloid,@steveire |
## ... | Wrong constructor is selected from a templated class member. | https://api.github.com/repos/llvm/llvm-project/issues/14858/comments | 18 | 2012-12-03T15:59:12Z | 2021-12-03T23:52:48Z | https://github.com/llvm/llvm-project/issues/14858 | 1,071,056,204 | 14,858 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14485](https://llvm.org/bz14485) |
| Resolution | INVALID |
| Resolved on | Dec 04, 2012 20:06 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Compiling LLVM release_32 fails with CentOS 5.8:
llvm[2]: Linking Release+Asserts... | LLVM svn release_32 branch fails to compile with CentOS 5.8 x86 | https://api.github.com/repos/llvm/llvm-project/issues/14857/comments | 1 | 2012-12-03T15:21:53Z | 2021-12-03T23:52:47Z | https://github.com/llvm/llvm-project/issues/14857 | 1,071,056,198 | 14,857 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14484](https://llvm.org/bz14484) |
| Resolution | INVALID |
| Resolved on | Dec 03, 2012 06:15 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Example program which exibits the problem.](https://user-images.githubusercontent.com/92601859/143746455-83dfc35e-b517-4df1-9... | Problem with columns in debug info | https://api.github.com/repos/llvm/llvm-project/issues/14856/comments | 3 | 2012-12-03T11:11:42Z | 2021-12-03T23:52:46Z | https://github.com/llvm/llvm-project/issues/14856 | 1,071,056,190 | 14,856 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14483](https://llvm.org/bz14483) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Preprocessed source and associated run script](https://user-images.githubusercontent.com/5361294/143746454-c8c9207e-b083-4742-ac0a-facc3516d131.gz) |
| CC | @echristo |
## Extended Descript... | Assertion in inline assembler with multiple input operands to be matched to the same output operand | https://api.github.com/repos/llvm/llvm-project/issues/14855/comments | 2 | 2012-12-03T07:47:30Z | 2022-11-02T19:03:44Z | https://github.com/llvm/llvm-project/issues/14855 | 1,071,056,184 | 14,855 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14482](https://llvm.org/bz14482) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
$ cat test.cc
class A {
protected:
void f() {}
};
class B : public A {
public:
using f;
};
int main() {
B b;
b.f();
}
$ clang -c test.cc
test.cc:8... | "using declaration requires a qualified name" diag should have a fixit to insert the right qualifier if it's unique | https://api.github.com/repos/llvm/llvm-project/issues/14854/comments | 1 | 2012-12-02T22:31:18Z | 2023-11-03T14:21:56Z | https://github.com/llvm/llvm-project/issues/14854 | 1,071,056,177 | 14,854 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14481](https://llvm.org/bz14481) |
| Resolution | FIXED |
| Resolved on | Aug 30, 2013 13:21 |
| Version | trunk |
| OS | Linux |
| Attachments | [Example fix for X86https://user-images.githubusercontent.com/60944935/143746452-6f4b5332-6a28-4149-95d6-c5db710c2621.gz) |
| Reporte... | ColdCC poorly implemented (ignored) on X86/X86_64 | https://api.github.com/repos/llvm/llvm-project/issues/14853/comments | 1 | 2012-12-02T22:28:32Z | 2021-12-03T23:52:44Z | https://github.com/llvm/llvm-project/issues/14853 | 1,071,056,170 | 14,853 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14480](https://llvm.org/bz14480) |
| Resolution | FIXED |
| Resolved on | Dec 26, 2012 15:02 |
| Version | 3.1 |
| OS | Linux |
| Attachments | [Test file for libclang clang_visitChildren()](https://user-images.githubusercontent.com/60944935/143746451-97717b27-f0b6-43b1-a7a6-b3e... | libclang AST traverse breaks on function declaration with size_t argument type | https://api.github.com/repos/llvm/llvm-project/issues/14852/comments | 3 | 2012-12-02T20:16:33Z | 2021-12-03T23:52:43Z | https://github.com/llvm/llvm-project/issues/14852 | 1,071,056,164 | 14,852 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14479](https://llvm.org/bz14479) |
| Resolution | FIXED |
| Resolved on | Jan 31, 2014 13:26 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @gribozavr,@zygoloid |
## Extended Description
The C11 _Thread_local keyword it not supported by clan... | Clang does not supports C11 _Thread_local keyword | https://api.github.com/repos/llvm/llvm-project/issues/14851/comments | 1 | 2012-12-02T18:23:23Z | 2021-12-03T23:52:42Z | https://github.com/llvm/llvm-project/issues/14851 | 1,071,056,161 | 14,851 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14478](https://llvm.org/bz14478) |
| Resolution | FIXED |
| Resolved on | Dec 17, 2012 08:54 |
| Version | trunk |
| OS | All |
| Attachments | [reduced testcase](https://user-images.githubusercontent.com/16542/143746449-db7e4187-3b7e-40e9-877c-f8c4c998149d.gz) |
| CC | @chandle... | Assertion failed: (canConvertValue(DL, V->getType(), Ty) && "Value not convertable to type") | https://api.github.com/repos/llvm/llvm-project/issues/14850/comments | 6 | 2012-12-02T14:39:39Z | 2021-12-03T23:52:41Z | https://github.com/llvm/llvm-project/issues/14850 | 1,071,056,157 | 14,850 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14477](https://llvm.org/bz14477) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In the clang API Documentation ( http://clang.llvm.org/doxygen/group__CINDEX__CODE__COMPLET.html#ga82570056548565efdd6fc74e57e75bbd )is on... | Code-completion: for functions with defaulted arguments, should return default values | https://api.github.com/repos/llvm/llvm-project/issues/14849/comments | 0 | 2012-12-02T13:57:09Z | 2021-12-03T23:52:41Z | https://github.com/llvm/llvm-project/issues/14849 | 1,071,056,151 | 14,849 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14476](https://llvm.org/bz14476) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This causes error when completing code containing throw, try and catch.
example:
int main(){throw 0;} | exceptions disabled while completing | https://api.github.com/repos/llvm/llvm-project/issues/14848/comments | 0 | 2012-12-01T18:37:13Z | 2021-12-03T23:52:40Z | https://github.com/llvm/llvm-project/issues/14848 | 1,071,056,146 | 14,848 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14475](https://llvm.org/bz14475) |
| Resolution | FIXED |
| Resolved on | Dec 17, 2012 18:55 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic,@tkremenek |
## Extended Description
$ cat a.c
#define A(v) (var->v) ... | Assertion `Loc.isMacroID() && "Not a macro expansion loc!"' failed | https://api.github.com/repos/llvm/llvm-project/issues/14847/comments | 3 | 2012-12-01T14:06:51Z | 2021-12-03T23:52:39Z | https://github.com/llvm/llvm-project/issues/14847 | 1,071,056,142 | 14,847 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14474](https://llvm.org/bz14474) |
| Resolution | FIXED |
| Resolved on | Dec 03, 2012 12:36 |
| Version | trunk |
| OS | MacOS X |
| CC | @echristo |
## Extended Description
$ cat mcam.ii
typedef signed char BOOL;
@​class NSInvocation, NSMethodSignature, NSCoder, NSStri... | Assertion failed: (CGM.getCodeGenOpts().getDebugInfo() >= CodeGenOptions::LimitedDebugInfo) with -gline-tables-only | https://api.github.com/repos/llvm/llvm-project/issues/14846/comments | 3 | 2012-12-01T03:51:21Z | 2021-12-03T23:52:38Z | https://github.com/llvm/llvm-project/issues/14846 | 1,071,056,138 | 14,846 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14473](https://llvm.org/bz14473) |
| Resolution | FIXED |
| Resolved on | Sep 16, 2014 11:30 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo |
## Extended Description
Multiple breakpoints when breaking on foo<int>::foo in... | Multiple breakpoints in class template member function definition | https://api.github.com/repos/llvm/llvm-project/issues/14845/comments | 3 | 2012-12-01T00:32:52Z | 2021-12-03T23:52:37Z | https://github.com/llvm/llvm-project/issues/14845 | 1,071,056,134 | 14,845 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14472](https://llvm.org/bz14472) |
| Resolution | FIXED |
| Resolved on | Jan 20, 2013 22:37 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo,@pogo59 |
## Extended Description
If the copy ctor of a class template is writte... | debug info for user specified copy ctor inside a template is missing 'const' | https://api.github.com/repos/llvm/llvm-project/issues/14844/comments | 4 | 2012-11-30T23:51:39Z | 2021-12-03T23:52:36Z | https://github.com/llvm/llvm-project/issues/14844 | 1,071,056,124 | 14,844 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14471](https://llvm.org/bz14471) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2013 19:24 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo,@pogo59 |
## Extended Description
Clang does not produce debug info for static c... | debug info for static class members | https://api.github.com/repos/llvm/llvm-project/issues/14843/comments | 11 | 2012-11-30T23:29:37Z | 2021-12-03T23:52:35Z | https://github.com/llvm/llvm-project/issues/14843 | 1,071,056,118 | 14,843 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14470](https://llvm.org/bz14470) |
| Resolution | FIXED |
| Resolved on | Dec 05, 2012 14:20 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The attached C++ source file crashes the SAFECode for LLVM 3.2 compiler with... | Segfault in llvm::LiveVariables::HandleVirtRegUse | https://api.github.com/repos/llvm/llvm-project/issues/14842/comments | 4 | 2012-11-30T22:50:57Z | 2021-12-03T23:52:34Z | https://github.com/llvm/llvm-project/issues/14842 | 1,071,056,109 | 14,842 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14469](https://llvm.org/bz14469) |
| Version | 3.1 |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#24345 |
| Attachments | [test](https://user-images.githubusercontent.com/60944935/143746448-63ca91e2-27ae-4430-bfef-97994afd886b.gz) |
| Reporter | LLVM Bugzilla Con... | undefined reference to `__mulodi4` | https://api.github.com/repos/llvm/llvm-project/issues/14841/comments | 11 | 2012-11-30T22:47:49Z | 2024-08-13T09:17:00Z | https://github.com/llvm/llvm-project/issues/14841 | 1,071,056,106 | 14,841 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14468](https://llvm.org/bz14468) |
| Resolution | DUPLICATE |
| Resolved on | Nov 30, 2012 17:41 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The attached C++ source file crashes the SAFECode compiler with the foll... | Segfault with attached C++ source file | https://api.github.com/repos/llvm/llvm-project/issues/14840/comments | 2 | 2012-11-30T22:43:42Z | 2021-12-03T23:52:32Z | https://github.com/llvm/llvm-project/issues/14840 | 1,071,056,099 | 14,840 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14467](https://llvm.org/bz14467) |
| Resolution | FIXED |
| Resolved on | Jul 13, 2013 16:12 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo,@pogo59 |
## Extended Description
GCC produces debug info for member variables e... | debug info types with no mentioned members | https://api.github.com/repos/llvm/llvm-project/issues/14839/comments | 7 | 2012-11-30T22:06:22Z | 2021-12-03T23:52:31Z | https://github.com/llvm/llvm-project/issues/14839 | 1,071,056,090 | 14,839 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14466](https://llvm.org/bz14466) |
| Resolution | DUPLICATE |
| Resolved on | Nov 30, 2012 17:40 |
| Version | trunk |
| OS | Linux |
| Attachments | [Preprocessed source](https://user-images.githubusercontent.com/60944935/143746446-895fdae2-aeed-48a2-984b-0cd55ae4838c.gz), [run... | gas .subsection directive not implemented | https://api.github.com/repos/llvm/llvm-project/issues/14838/comments | 5 | 2012-11-30T21:52:18Z | 2021-12-03T23:52:31Z | https://github.com/llvm/llvm-project/issues/14838 | 1,071,056,082 | 14,838 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14465](https://llvm.org/bz14465) |
| Resolution | FIXED |
| Resolved on | Dec 04, 2012 12:49 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [Preprocessed source](https://user-images.githubusercontent.com/199297/143746444-211b437f-7dd3-4212-8d88-ab8cd41ca87d.gz), [run script]... | ICE: "bitwidth too large" assertion in SROA pass | https://api.github.com/repos/llvm/llvm-project/issues/14837/comments | 3 | 2012-11-30T19:36:42Z | 2021-12-03T23:52:30Z | https://github.com/llvm/llvm-project/issues/14837 | 1,071,056,079 | 14,837 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14464](https://llvm.org/bz14464) |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I try to compile the ld64 (97.17) linker from Apple cctools on MacOS 10.4 (arch = ppc) I get the following error:
/opt/local/bin/clang+... | failed assertion `SS == getCurFunction()->SwitchStack.back() && "switch stack missing push/pop!"' | https://api.github.com/repos/llvm/llvm-project/issues/14836/comments | 4 | 2012-11-30T15:22:51Z | 2023-06-16T17:06:31Z | https://github.com/llvm/llvm-project/issues/14836 | 1,071,056,070 | 14,836 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14463](https://llvm.org/bz14463) |
| Resolution | WORKSFORME |
| Resolved on | Sep 05, 2013 12:38 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @spavloff |
## Extended Description
pes delta-2006.08.03$ cat getline.c
typedef __ssize_t ... | Assertion failed: (getResultKind() == Found && "getFoundDecl called on non-unique result"), function getFoundDecl, file /usr/home/rdivacky/llvm/tools/clang/lib/Sema/../../include/clang/Sema/Lookup.h, line 432. | https://api.github.com/repos/llvm/llvm-project/issues/14835/comments | 2 | 2012-11-30T12:53:46Z | 2022-01-20T02:10:29Z | https://github.com/llvm/llvm-project/issues/14835 | 1,071,056,060 | 14,835 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14462](https://llvm.org/bz14462) |
| Resolution | WONTFIX |
| Resolved on | Nov 30, 2012 17:54 |
| Version | 3.1 |
| OS | FreeBSD |
| Attachments | [preprocessed example](https://user-images.githubusercontent.com/60944935/143746439-3324cdf2-9c55-4e03-87ba-dc59784995e9.gz), [raw ... | false positive: Dereference of null pointer | https://api.github.com/repos/llvm/llvm-project/issues/14834/comments | 6 | 2012-11-30T10:39:10Z | 2022-01-20T02:36:54Z | https://github.com/llvm/llvm-project/issues/14834 | 1,071,056,055 | 14,834 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14461](https://llvm.org/bz14461) |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [pre-processed code.](https://user-images.githubusercontent.com/60944935/143746433-d4b31745-2e74-43f5-88b9-77e62ad5c25d.gz), [report llvm/llvm-project#373](https://user-images.githubuse... | false positive: uninitialised/garbage values | https://api.github.com/repos/llvm/llvm-project/issues/14833/comments | 3 | 2012-11-30T06:53:12Z | 2021-12-03T23:52:26Z | https://github.com/llvm/llvm-project/issues/14833 | 1,071,056,047 | 14,833 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14460](https://llvm.org/bz14460) |
| Resolution | FIXED |
| Resolved on | Oct 17, 2013 01:34 |
| Version | 3.2 |
| OS | All |
| Attachments | [Fixes for $TEMP and Android](https://user-images.githubusercontent.com/60944935/143746432-608d1886-6f25-4300-9232-a8a3c990eb41.gz) |
| R... | 3.2 (and all previous?) hard code $TEMP on all platforms except Windows | https://api.github.com/repos/llvm/llvm-project/issues/14832/comments | 3 | 2012-11-30T06:26:12Z | 2021-12-03T23:52:26Z | https://github.com/llvm/llvm-project/issues/14832 | 1,071,056,041 | 14,832 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14459](https://llvm.org/bz14459) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2016 13:24 |
| Version | trunk |
| OS | All |
| CC | @MatzeB |
## Extended Description
I have a directory of preprocessed files that are set up to be testable with lit, but which I don't want to ... | lit cannot run an arbitrary out-of-tree test directory | https://api.github.com/repos/llvm/llvm-project/issues/14831/comments | 1 | 2012-11-30T02:26:15Z | 2021-12-03T23:52:25Z | https://github.com/llvm/llvm-project/issues/14831 | 1,071,056,037 | 14,831 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14458](https://llvm.org/bz14458) |
| Resolution | DUPLICATE |
| Resolved on | Jul 22, 2016 10:39 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@Trass3r |
## Extended Description
clang++ aborts on the following code:
template<... | Impossible TemplateArgument UNREACHABLE executed at llvm/tools/clang/lib/AST/TypeLoc.cpp:325! | https://api.github.com/repos/llvm/llvm-project/issues/14830/comments | 3 | 2012-11-30T02:18:46Z | 2021-12-03T23:52:24Z | https://github.com/llvm/llvm-project/issues/14830 | 1,071,056,031 | 14,830 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14457](https://llvm.org/bz14457) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
```cpp
struct StaticAsserter {
friend void operator,(StaticAsserter, void*);
private:
friend void operator,(StaticAsserter, ...);
};
const c... | Vararg operator, crashes clang | https://api.github.com/repos/llvm/llvm-project/issues/14829/comments | 5 | 2012-11-29T23:44:46Z | 2023-08-10T18:12:56Z | https://github.com/llvm/llvm-project/issues/14829 | 1,071,056,025 | 14,829 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14456](https://llvm.org/bz14456) |
| Resolution | FIXED |
| Resolved on | Jan 08, 2013 13:36 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [test case in C file](https://user-images.githubusercontent.com/60944935/143746430-de2abaaf-4657-4c03-bb67-a5f405816695.gz) |
| Reporte... | MIPS backend generates wrong reloc info for static data | https://api.github.com/repos/llvm/llvm-project/issues/14828/comments | 6 | 2012-11-29T14:08:15Z | 2021-12-03T23:52:22Z | https://github.com/llvm/llvm-project/issues/14828 | 1,071,056,021 | 14,828 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14455](https://llvm.org/bz14455) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I compiled LLVM from trunk r168861. I compile a program with clang to LLVM bitcode, then llvm-link to build one large bitcode file, opt to opt... | llc crashes with "UNREACHABLE executed at Value.cpp:620!" | https://api.github.com/repos/llvm/llvm-project/issues/14827/comments | 8 | 2012-11-29T12:35:11Z | 2023-08-13T13:59:18Z | https://github.com/llvm/llvm-project/issues/14827 | 1,071,056,018 | 14,827 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14454](https://llvm.org/bz14454) |
| Resolution | DUPLICATE |
| Resolved on | Nov 29, 2012 03:00 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@efriedma-quic |
## Extended Description
This testcase:
define i32 @​main() {... | inliner deletes infinite loop | https://api.github.com/repos/llvm/llvm-project/issues/14826/comments | 2 | 2012-11-29T10:45:55Z | 2021-12-03T23:52:20Z | https://github.com/llvm/llvm-project/issues/14826 | 1,071,056,012 | 14,826 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14453](https://llvm.org/bz14453) |
| Resolution | FIXED |
| Resolved on | Nov 29, 2012 17:21 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Reduced code which reproduces the problem](https://user-images.githubusercontent.com/60944935/143746427-c77524bd-e1b6-4cf6-a89c... | Complex data-members passed as variable arg gets broken when compiled with -fpic | https://api.github.com/repos/llvm/llvm-project/issues/14825/comments | 4 | 2012-11-29T07:18:20Z | 2021-12-03T23:52:19Z | https://github.com/llvm/llvm-project/issues/14825 | 1,071,056,007 | 14,825 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14452](https://llvm.org/bz14452) |
| Resolution | FIXED |
| Resolved on | Nov 30, 2012 00:01 |
| Version | unspecified |
| OS | All |
| CC | @belkadan,@zygoloid |
## Extended Description
$ cat test.cpp
#include <string>
$ clang++ -std=c++11 -stdlib=libc++ -nostdinc++ -I/tmp... | cannot #include <string> using trunk clang and libc++ | https://api.github.com/repos/llvm/llvm-project/issues/14824/comments | 6 | 2012-11-29T03:49:48Z | 2021-12-03T23:52:19Z | https://github.com/llvm/llvm-project/issues/14824 | 1,071,056,002 | 14,824 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14451](https://llvm.org/bz14451) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2014 15:33 |
| Version | unspecified |
| OS | All |
## Extended Description
The website says to build libc++, one does the following:
cd libcxx/lib
export TRIPLE=-apple-
./buildit
ln -sf libc++.... | build instructions for libc++ on web page are out-of-date | https://api.github.com/repos/llvm/llvm-project/issues/14823/comments | 2 | 2012-11-29T03:42:53Z | 2021-12-03T23:52:18Z | https://github.com/llvm/llvm-project/issues/14823 | 1,071,055,999 | 14,823 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14450](https://llvm.org/bz14450) |
| Resolution | FIXED |
| Resolved on | Jul 28, 2016 17:23 |
| Version | unspecified |
| OS | All |
| CC | @cmatthew,@gottesmm |
## Extended Description
I just wrote a terrible pile of shell to extract the change in binary size between two run... | LNT should track and display code size improvements and regressions | https://api.github.com/repos/llvm/llvm-project/issues/14822/comments | 3 | 2012-11-29T02:52:43Z | 2021-12-03T23:52:17Z | https://github.com/llvm/llvm-project/issues/14822 | 1,071,055,996 | 14,822 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14449](https://llvm.org/bz14449) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic,@vegard |
## Extended Description
clang++ crashes when compiling the following program:
```cpp
template<class T> struct... | !isNull() && "Cannot retrieve a NULL type pointer" | https://api.github.com/repos/llvm/llvm-project/issues/14821/comments | 5 | 2012-11-29T00:39:51Z | 2023-06-18T04:11:55Z | https://github.com/llvm/llvm-project/issues/14821 | 1,071,055,990 | 14,821 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14448](https://llvm.org/bz14448) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2013 12:33 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I think this is a known issue but..
If you compile the following program with vecto... | [loopvectorize] multiple vector loops generated from single scalar loop | https://api.github.com/repos/llvm/llvm-project/issues/14820/comments | 2 | 2012-11-28T21:35:39Z | 2021-12-03T23:52:15Z | https://github.com/llvm/llvm-project/issues/14820 | 1,071,055,982 | 14,820 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14447](https://llvm.org/bz14447) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@nico,@zygoloid |
## Extended Description
=== test.cpp ===
struct A { ~A() {} };
template<class T> struct B : A { };
template<class T> struct C : B<T> { };
template<class T> struct D : C<T... | [Windows] Aliasing destructors are not handled correctly in COFF? | https://api.github.com/repos/llvm/llvm-project/issues/14819/comments | 3 | 2012-11-28T16:56:09Z | 2023-11-03T13:18:44Z | https://github.com/llvm/llvm-project/issues/14819 | 1,071,055,979 | 14,819 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14446](https://llvm.org/bz14446) |
| Version | 3.2 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This would be great to make code-completion to work inside structure initializer.
I mean, like that:
typedef struct {
int a;
... | Code-completion doesn't work inside structure initializer | https://api.github.com/repos/llvm/llvm-project/issues/14818/comments | 2 | 2012-11-28T08:57:49Z | 2021-12-03T23:52:14Z | https://github.com/llvm/llvm-project/issues/14818 | 1,071,055,975 | 14,818 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14445](https://llvm.org/bz14445) |
| Resolution | INVALID |
| Resolved on | Nov 29, 2012 13:40 |
| Version | unspecified |
| OS | All |
## Extended Description
$ cat test.cc
enum A {
a1,
a2
}
void f() {}
$ clang -c test.cc
test.cc:5:1: error: cannot combine with previous ... | clang recovers poorly from missing ';' after an enum | https://api.github.com/repos/llvm/llvm-project/issues/14817/comments | 1 | 2012-11-28T07:10:01Z | 2021-12-03T23:52:13Z | https://github.com/llvm/llvm-project/issues/14817 | 1,071,055,969 | 14,817 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14444](https://llvm.org/bz14444) |
| Resolution | FIXED |
| Resolved on | Oct 27, 2014 14:37 |
| Version | trunk |
| OS | Linux |
## Extended Description
src/tools/clang/lib/Sema/SemaDeclCXX.cpp:532:36: error: no member named 'getParam' in 'clang::FunctionDecl'; did you mean '... | Poor suggestion from typo correction | https://api.github.com/repos/llvm/llvm-project/issues/14816/comments | 1 | 2012-11-28T01:33:23Z | 2021-12-03T23:52:12Z | https://github.com/llvm/llvm-project/issues/14816 | 1,071,055,967 | 14,816 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14443](https://llvm.org/bz14443) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@AnnaZaks,@belkadan |
## Extended Description
Our product uses .C suffixes for C++ code. The compiler recognizes this suffix, but the scan-build script d... | scan-build should warn in verbose mode when a potential source file has an unknown extension | https://api.github.com/repos/llvm/llvm-project/issues/14815/comments | 11 | 2012-11-27T18:04:37Z | 2021-12-03T23:52:11Z | https://github.com/llvm/llvm-project/issues/14815 | 1,071,055,963 | 14,815 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14442](https://llvm.org/bz14442) |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic,@ekatz |
## Extended Description
$ clang++ -v
clang version 3.3 (trunk 168584)
Target: x86_64-unknown-linux-gnu
Thread model: posix
$ cat /tmp/test.cc
```c
int main() {
... | __int128 atomic hangs compiler | https://api.github.com/repos/llvm/llvm-project/issues/14814/comments | 4 | 2012-11-27T09:53:59Z | 2023-09-04T00:03:56Z | https://github.com/llvm/llvm-project/issues/14814 | 1,071,055,958 | 14,814 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14441](https://llvm.org/bz14441) |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@DougGregor |
## Extended Description
See changes such as r168211 removing unnecessary explicit default ctors that cause types to lose implicit move semantics.
We could try to warn on types tha... | Warn about unnecessarily nontrivial types | https://api.github.com/repos/llvm/llvm-project/issues/14813/comments | 0 | 2012-11-27T02:41:22Z | 2024-01-22T02:04:31Z | https://github.com/llvm/llvm-project/issues/14813 | 1,071,055,955 | 14,813 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14440](https://llvm.org/bz14440) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2019 07:47 |
| Version | trunk |
| OS | All |
| CC | @lattner,@zygoloid,@seanm |
## Extended Description
See the corresponding GCC bug (filed long ago, my recent comment near the bottom):
http://... | Implement __builtin_fallthrough() to suppress false positives from -Wimplicit-fallthrough | https://api.github.com/repos/llvm/llvm-project/issues/14812/comments | 9 | 2012-11-27T01:00:49Z | 2021-12-03T23:52:09Z | https://github.com/llvm/llvm-project/issues/14812 | 1,071,055,949 | 14,812 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14439](https://llvm.org/bz14439) |
| Resolution | INVALID |
| Resolved on | Jun 16, 2016 08:05 |
| Version | 3.1 |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#18926 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@rengolin |
## Extended Description
I... | clang 3.1 crashes in runOnMachineFunction while running pass 'ARM Instruction Selection' | https://api.github.com/repos/llvm/llvm-project/issues/14811/comments | 8 | 2012-11-27T00:15:50Z | 2021-12-03T23:52:08Z | https://github.com/llvm/llvm-project/issues/14811 | 1,071,055,940 | 14,811 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14438](https://llvm.org/bz14438) |
| Resolution | FIXED |
| Resolved on | Nov 27, 2012 07:24 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
scan-build contains the following:
sub GetHTMLRunDir {
...
i... | $TMPDIR not respected | https://api.github.com/repos/llvm/llvm-project/issues/14810/comments | 2 | 2012-11-26T23:43:40Z | 2021-12-03T23:52:07Z | https://github.com/llvm/llvm-project/issues/14810 | 1,071,055,931 | 14,810 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14437](https://llvm.org/bz14437) |
| Resolution | FIXED |
| Resolved on | Nov 04, 2020 11:32 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @emaste,@labath |
## Extended Description
Attempting to evaluate an expression that contains ... | Evaluating expressions that contain function calls is broken on Linux | https://api.github.com/repos/llvm/llvm-project/issues/14809/comments | 5 | 2012-11-26T23:34:04Z | 2021-12-03T23:52:06Z | https://github.com/llvm/llvm-project/issues/14809 | 1,071,055,927 | 14,809 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14436](https://llvm.org/bz14436) |
| Resolution | FIXED |
| Resolved on | Nov 27, 2012 17:06 |
| Version | trunk |
| OS | Linux |
| Attachments | [preprocessed source](https://user-images.githubusercontent.com/60944935/143746419-6311ca8c-071d-4c29-90be-3424bba70d7e.gz), [generat... | clang: /home/hotellnx99/peeterj/tmp/clang/llvm/include/llvm/Support/Casting.h:208: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = clang::ento::StringRegion; Y = const clang::ento::MemRegion*; typename llvm::cast_retty<To, Fro | https://api.github.com/repos/llvm/llvm-project/issues/14808/comments | 3 | 2012-11-26T23:22:46Z | 2021-12-03T23:52:05Z | https://github.com/llvm/llvm-project/issues/14808 | 1,071,055,916 | 14,808 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14435](https://llvm.org/bz14435) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
Currently Firefox fails to build with CXXFLAGS="-stdlib=libc++":
In file included from /var/tmp/mozilla-central/xpcom/b... | Firefox build failure due to hidden visibility of getc and putc | https://api.github.com/repos/llvm/llvm-project/issues/14807/comments | 8 | 2012-11-26T23:21:16Z | 2022-07-11T20:09:53Z | https://github.com/llvm/llvm-project/issues/14807 | 1,071,055,909 | 14,807 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14434](https://llvm.org/bz14434) |
| Version | trunk |
| OS | All |
## Extended Description
MyExecutionEngine->DisableSymbolSearching();
MyExecutionEngine->InstallLazyFunctionCreator(&MyLazyFunctionCreator);
has no effect. MCJIT always wants to resolve symbols by searching li... | MCJIT does not honor EE::InstallLazyFunctionCreator & EE::DisableSymbolSearching | https://api.github.com/repos/llvm/llvm-project/issues/14806/comments | 0 | 2012-11-26T21:15:45Z | 2021-12-03T23:52:04Z | https://github.com/llvm/llvm-project/issues/14806 | 1,071,055,908 | 14,806 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14433](https://llvm.org/bz14433) |
| Resolution | DUPLICATE |
| Resolved on | Nov 26, 2012 12:16 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
With CXXFLAGS="-w -stdlib=libc++ -march=native" I get:... | Firefox doesn't build with -stdlib=libc++ | https://api.github.com/repos/llvm/llvm-project/issues/14805/comments | 2 | 2012-11-26T14:04:48Z | 2021-12-03T23:52:03Z | https://github.com/llvm/llvm-project/issues/14805 | 1,071,055,900 | 14,805 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14432](https://llvm.org/bz14432) |
| Resolution | FIXED |
| Resolved on | Dec 06, 2012 09:39 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [test case, compile with "opt -indvars".](https://user-images.githubusercontent.com/60944935/143746417-61f9b83f-5842-48b3-be39-8d4c1c4b... | -indvars generates infinite loop | https://api.github.com/repos/llvm/llvm-project/issues/14804/comments | 4 | 2012-11-25T22:33:42Z | 2021-12-03T23:52:02Z | https://github.com/llvm/llvm-project/issues/14804 | 1,071,055,896 | 14,804 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14431](https://llvm.org/bz14431) |
| Version | trunk |
| OS | All |
| CC | @lattner,@efriedma-quic |
## Extended Description
While looking at some generated code from a bootstrap build.
I noticed this sequence of code
SDValue Ops[6];
Ops[0] = getRoot();
Ops[1] = g... | Missed opportunity for dead store elimination | https://api.github.com/repos/llvm/llvm-project/issues/14803/comments | 5 | 2012-11-24T21:11:13Z | 2021-12-03T23:52:01Z | https://github.com/llvm/llvm-project/issues/14803 | 1,071,055,888 | 14,803 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14430](https://llvm.org/bz14430) |
| Version | trunk |
| OS | Linux |
| Attachments | [first attachment: preprocessed source](https://user-images.githubusercontent.com/60944935/143746414-1a159365-5d4d-4955-8cc3-a60d14e7d923.gz), [second attachment: command line](https://use... | clang: error: clang frontend command failed due to signal: gcc style inline asm | https://api.github.com/repos/llvm/llvm-project/issues/14802/comments | 3 | 2012-11-24T17:13:31Z | 2023-07-29T04:37:32Z | https://github.com/llvm/llvm-project/issues/14802 | 1,071,055,880 | 14,802 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14429](https://llvm.org/bz14429) |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Doing a bootsrap of 3.2 rc1, dragonegg dies while compiling
clang/lib/ASTMatchers/Debug+Asserts/ASTMatchFinder.cpp:
cc1plus: llvm-3.2/64/rc1/dr... | Dragonegg + gcc-4.7 fails to build clang | https://api.github.com/repos/llvm/llvm-project/issues/14801/comments | 4 | 2012-11-24T16:27:19Z | 2021-12-14T21:10:25Z | https://github.com/llvm/llvm-project/issues/14801 | 1,071,055,878 | 14,801 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14428](https://llvm.org/bz14428) |
| Resolution | FIXED |
| Resolved on | Nov 26, 2012 02:33 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
From r168521:
template <typename T> struct move_from {
T invalid;
};
template... | clang instantiates arguments of all constructors in presence of constructor with default argument | https://api.github.com/repos/llvm/llvm-project/issues/14800/comments | 1 | 2012-11-24T00:32:09Z | 2021-12-03T23:51:58Z | https://github.com/llvm/llvm-project/issues/14800 | 1,071,055,872 | 14,800 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14427](https://llvm.org/bz14427) |
| Resolution | FIXED |
| Resolved on | Apr 01, 2015 08:38 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tberghammer |
## Extended Description
There is no debugserver equivalent implemented on Linu... | Remote debugging is not implemented on Linux | https://api.github.com/repos/llvm/llvm-project/issues/14799/comments | 0 | 2012-11-24T00:29:02Z | 2021-12-03T23:51:57Z | https://github.com/llvm/llvm-project/issues/14799 | 1,071,055,869 | 14,799 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14426](https://llvm.org/bz14426) |
| Resolution | FIXED |
| Resolved on | Jan 24, 2013 13:35 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The hit count is incorrect (off-by-one) for conditional breakpoints. For an ... | Conditional breakpoint hit count is incorrect on Linux | https://api.github.com/repos/llvm/llvm-project/issues/14798/comments | 1 | 2012-11-23T21:43:09Z | 2021-12-03T23:51:56Z | https://github.com/llvm/llvm-project/issues/14798 | 1,071,055,867 | 14,798 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14425](https://llvm.org/bz14425) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2013 12:49 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
On Linux, only strings that do not begin with -- are completed correctly:
'... | Tab-completion is broken for strings that begin with '--' on Linux | https://api.github.com/repos/llvm/llvm-project/issues/14797/comments | 1 | 2012-11-23T21:41:16Z | 2021-12-03T23:51:56Z | https://github.com/llvm/llvm-project/issues/14797 | 1,071,055,861 | 14,797 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14424](https://llvm.org/bz14424) |
| Resolution | WORKSFORME |
| Resolved on | Nov 04, 2020 10:00 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @emaste,@tberghammer |
## Extended Description
The makefiles in test/lang/c/shared_lib a... | Missing Linux/FreeBSD build scripts for test/lang/c/shared_lib tests | https://api.github.com/repos/llvm/llvm-project/issues/14796/comments | 1 | 2012-11-23T20:41:55Z | 2022-01-20T02:10:28Z | https://github.com/llvm/llvm-project/issues/14796 | 1,071,055,845 | 14,796 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14423](https://llvm.org/bz14423) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2013 15:42 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Breakpoints on C++ exceptions (catch/throw) are not working.
For more infor... | Breakpoint on thrown C++ exception broken on Linux | https://api.github.com/repos/llvm/llvm-project/issues/14795/comments | 1 | 2012-11-23T20:25:28Z | 2021-12-03T23:51:54Z | https://github.com/llvm/llvm-project/issues/14795 | 1,071,055,840 | 14,795 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14422](https://llvm.org/bz14422) |
| Resolution | FIXED |
| Resolved on | Apr 16, 2013 14:32 |
| Version | unspecified |
| OS | All |
| CC | @dwblaikie,@llunak |
## Extended Description
__has_include makes the compilation host-specific and often fails in a -cc1 environment. Th... | -frewrite-includes should rewrite __has_include and friends | https://api.github.com/repos/llvm/llvm-project/issues/14794/comments | 1 | 2012-11-23T19:59:14Z | 2021-12-03T23:51:53Z | https://github.com/llvm/llvm-project/issues/14794 | 1,071,055,834 | 14,794 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14421](https://llvm.org/bz14421) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2013 14:45 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [RUDE patch to fix compiler crash under VS 2010.](https://user-images.githubusercontent.com/92601908/143746413-6709c532-d5be-4b5... | VS2010 compiler crash when compiling 'Release'. | https://api.github.com/repos/llvm/llvm-project/issues/14793/comments | 4 | 2012-11-23T17:41:10Z | 2021-12-03T23:51:52Z | https://github.com/llvm/llvm-project/issues/14793 | 1,071,055,827 | 14,793 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14420](https://llvm.org/bz14420) |
| Resolution | DUPLICATE |
| Resolved on | Nov 23, 2012 09:51 |
| Version | 3.2 |
| OS | FreeBSD |
| Attachments | [preprocessed sh file](https://user-images.githubusercontent.com/60944935/143746410-552bceeb-4e74-4444-bb93-14dfeb642565.gz), [or... | Assertion failed: (Loc.isValid() && "point of instantiation must be valid!") | https://api.github.com/repos/llvm/llvm-project/issues/14792/comments | 1 | 2012-11-23T16:32:13Z | 2021-12-03T23:51:51Z | https://github.com/llvm/llvm-project/issues/14792 | 1,071,055,820 | 14,792 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14419](https://llvm.org/bz14419) |
| Version | 3.1 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
I believe that clang++ either handles the following situation incorrectly or, at the very least, requires impro... | Bad diagnostics for functions with multiple variadic template parameter packs | https://api.github.com/repos/llvm/llvm-project/issues/14791/comments | 1 | 2012-11-23T12:13:25Z | 2023-11-03T13:19:38Z | https://github.com/llvm/llvm-project/issues/14791 | 1,071,055,811 | 14,791 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14418](https://llvm.org/bz14418) |
| Resolution | WORKSFORME |
| Resolved on | May 21, 2019 15:46 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans |
## Extended Description
llvm[4]: Compiling cc1as_main.cpp for Release build
llvm... | build failure | https://api.github.com/repos/llvm/llvm-project/issues/14790/comments | 2 | 2012-11-23T01:28:31Z | 2022-01-20T02:10:27Z | https://github.com/llvm/llvm-project/issues/14790 | 1,071,055,808 | 14,790 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14417](https://llvm.org/bz14417) |
| Resolution | FIXED |
| Resolved on | Apr 11, 2013 18:03 |
| Version | 3.1 |
| OS | DragonFly BSD |
| Attachments | [Fix search path for clang on latest DragonFly releases](https://user-images.githubusercontent.com/60944935/143746403-acb3e975-... | Due to base compiler upgrade, clang fails to generate binaries on DragonFly 3.2+ | https://api.github.com/repos/llvm/llvm-project/issues/14789/comments | 7 | 2012-11-23T00:30:07Z | 2021-12-03T23:51:49Z | https://github.com/llvm/llvm-project/issues/14789 | 1,071,055,797 | 14,789 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14416](https://llvm.org/bz14416) |
| Resolution | FIXED |
| Resolved on | Sep 21, 2015 10:47 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @emaste,@labath |
## Extended Description
All tests that rely on watchpoints on Linux are cur... | Watchpoints are not supported on Linux when LLDB is built for i386 | https://api.github.com/repos/llvm/llvm-project/issues/14788/comments | 2 | 2012-11-22T20:30:24Z | 2021-12-03T23:51:47Z | https://github.com/llvm/llvm-project/issues/14788 | 1,071,055,786 | 14,788 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14415](https://llvm.org/bz14415) |
| Resolution | FIXED |
| Resolved on | Nov 23, 2012 05:06 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Hello,
I have a problem since revision r168354.
The AttrL... | llc cpp generation out of date (since r168354). | https://api.github.com/repos/llvm/llvm-project/issues/14787/comments | 4 | 2012-11-22T18:32:17Z | 2021-12-03T23:51:46Z | https://github.com/llvm/llvm-project/issues/14787 | 1,071,055,777 | 14,787 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14414](https://llvm.org/bz14414) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2013 09:16 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143746401-b90b9c05-feb2-4f00-9940-57832409f6dc.gz) |
| CC | @DougGregor ... | Type cast assertion in lib/Sema/SemaOverload.cpp:9545 (clang::DiagnoseTwoPhaseLookup) | https://api.github.com/repos/llvm/llvm-project/issues/14786/comments | 1 | 2012-11-22T16:29:19Z | 2021-12-03T23:51:46Z | https://github.com/llvm/llvm-project/issues/14786 | 1,071,055,768 | 14,786 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14413](https://llvm.org/bz14413) |
| Resolution | FIXED |
| Resolved on | Nov 26, 2012 02:57 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @DougGregor |
## Extended Description
=== anon.cpp ===
namespace A {
namespace B {
namespace { /... | [-cxx-abi microsoft] anonymous namespaces are mangled incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/14785/comments | 4 | 2012-11-22T15:22:44Z | 2021-12-03T23:51:45Z | https://github.com/llvm/llvm-project/issues/14785 | 1,071,055,760 | 14,785 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14412](https://llvm.org/bz14412) |
| Resolution | DUPLICATE |
| Resolved on | Nov 22, 2012 15:14 |
| Version | trunk |
| OS | Linux |
| CC | @lattner,@efriedma-quic |
## Extended Description
Test case:
void a (void) {
_Bool b;
switch (b) {
case 2:
case 0:
bre... | bool reduction of case values is questionable | https://api.github.com/repos/llvm/llvm-project/issues/14784/comments | 9 | 2012-11-22T13:14:03Z | 2021-12-03T23:51:44Z | https://github.com/llvm/llvm-project/issues/14784 | 1,071,055,756 | 14,784 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14411](https://llvm.org/bz14411) |
| Resolution | INVALID |
| Resolved on | Nov 24, 2012 19:23 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
If I understand the spec correctly:
... | "restrict requires a pointer or reference" is wrong for C++11 | https://api.github.com/repos/llvm/llvm-project/issues/14783/comments | 3 | 2012-11-22T13:11:28Z | 2021-12-03T23:51:43Z | https://github.com/llvm/llvm-project/issues/14783 | 1,071,055,747 | 14,783 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14410](https://llvm.org/bz14410) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @AaronBallman,@asl,@DougGregor,@ismail |
## Extended Description
=== stdcall.cpp ===
extern int c... | [-cxx-abi microsoft] Wrong mangling of __stdcall functions? | https://api.github.com/repos/llvm/llvm-project/issues/14782/comments | 12 | 2012-11-22T12:36:44Z | 2021-12-03T23:51:42Z | https://github.com/llvm/llvm-project/issues/14782 | 1,071,055,740 | 14,782 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14409](https://llvm.org/bz14409) |
| Resolution | INVALID |
| Resolved on | Nov 22, 2012 11:40 |
| Version | 3.2 |
| OS | Linux |
| Blocks | llvm/llvm-project#14265 |
## Extended Description
Running the unitary tests under x86, I get the following error:
FAIL: LLVM :: CodeGe... | 2010-06-14-fast-isel-fs-load.ll is failing in llvm 3.2 rc 1 | https://api.github.com/repos/llvm/llvm-project/issues/14781/comments | 1 | 2012-11-22T11:00:52Z | 2021-12-03T23:51:41Z | https://github.com/llvm/llvm-project/issues/14781 | 1,071,055,737 | 14,781 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14408](https://llvm.org/bz14408) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
clang generate error instead of warning in the following testcase.
TestCase:
static inline __attribute__((no_instrument_functio... | unsupported inline asm: input with type 'long' matching output with type 'int' | https://api.github.com/repos/llvm/llvm-project/issues/14780/comments | 3 | 2012-11-22T09:42:59Z | 2021-12-03T23:51:40Z | https://github.com/llvm/llvm-project/issues/14780 | 1,071,055,731 | 14,780 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14407](https://llvm.org/bz14407) |
| Resolution | WONTFIX |
| Resolved on | Nov 22, 2012 11:39 |
| Version | 2.7 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo |
## Extended Description
When compiling our application, I found that llvm-gcc frontend ... | Conditional assignment omitted when compiling a C program with llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/14779/comments | 2 | 2012-11-22T09:13:30Z | 2022-01-20T02:36:52Z | https://github.com/llvm/llvm-project/issues/14779 | 1,071,055,723 | 14,779 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14406](https://llvm.org/bz14406) |
| Resolution | LATER |
| Resolved on | Nov 22, 2012 11:38 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@pageexec |
## Extended Description
I was tryin... | support "asm goto" | https://api.github.com/repos/llvm/llvm-project/issues/14778/comments | 3 | 2012-11-22T05:00:35Z | 2021-12-03T23:51:38Z | https://github.com/llvm/llvm-project/issues/14778 | 1,071,055,715 | 14,778 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14405](https://llvm.org/bz14405) |
| Resolution | DUPLICATE |
| Resolved on | Nov 21, 2012 19:05 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14702 |
| CC | @echristo |
## Extended Description
breaking on main in the trivial program:
int main() {
}
br... | Debug info for empty functions does not have line information | https://api.github.com/repos/llvm/llvm-project/issues/14777/comments | 1 | 2012-11-22T02:59:12Z | 2021-12-03T23:51:37Z | https://github.com/llvm/llvm-project/issues/14777 | 1,071,055,707 | 14,777 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.