llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

Results 700 llvm-project issues
Sort by recently updated
recently updated
newest added

``` > cat test.ii enum class a : int; enum class b : int; b x{a{}}; > ~/l/ra/bin/clang++ test.ii -std=c++17 clang: ../clang/lib/Sema/SemaOverload.cpp:424: clang::NarrowingKind clang::StandardConversionSequence::getNarrowingKind(clang::ASTContext &, const clang::Expr *, clang::APValue &,...

clang:frontend

```cpp template struct A {}; template void f(A); template void f(A)=delete; // clang incorrectly think this wins. // But `I` should've been deduced as two different values // so neither...

c++
clang:frontend
accepts-invalid

| | | | --- | --- | | Bugzilla Link | [52312](https://llvm.org/bz52312) | | Version | unspecified | | OS | Linux | | CC | @joker-eph | ##...

bugzilla
beginner
mlir:llvm
mlir:sparse

I'm getting a crash in clang when building with the flag `-funique-internal-linkage-names`. ``` $ cat test.c inline void foo() {} extern void foo(); $ clang -funique-internal-linkage-names test.c -c ``` ```...

clang:codegen
crash

| | | | --- | --- | | Bugzilla Link | [21197](https://llvm.org/bz21197) | | Version | unspecified | | OS | MacOS X | | Attachments | [Simple vaarg...

bugzilla

The following program, when compiled with Clang, produces an executable that, when run, results in a stack overflow due to recursive re-initialization of a variable with thread local storage duration....

clang:codegen

This issue and the following lists serves as a tracker for missing OpenCL/SPIR-V/... builtins discovered while testing the SPIR-V backend. The builtins will be incrementally implemented or fixed. OpenCL: -...

OpenCL
backend:SPIR-V
SPIR-V

| | | | --- | --- | | Bugzilla Link | [51549](https://llvm.org/bz51549) | | Version | 11.0 | | OS | Windows NT | | Reporter | LLVM Bugzilla...

c++20
clang:frontend
bugzilla
concepts

| | | | --- | --- | | Bugzilla Link | [52526](https://llvm.org/bz52526) | | Version | trunk | | OS | Linux | | Attachments | [tmp/main-38cf0d.cpp followed by...

c++20
clang:frontend
bugzilla
concepts

| | | | --- | --- | | Bugzilla Link | [48650](https://llvm.org/bz48650) | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-project#48906 |...

backend:Sparc
bugzilla
build-problem
release:backport