-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: llvm/llvm-project
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
[llvm][Coro] Lower coro.frame in CoroEarly instead of CoroSplit
coroutines
C++20 coroutines
llvm:transforms
#137976
opened Apr 30, 2025 by
NewSigma
Loading…
Windows clang-cl.exe 19.1.1 crash
c++20
confirmed
Verified by a second party
coroutines
C++20 coroutines
crash
Prefer [crash-on-valid] or [crash-on-invalid]
llvm:optimizations
platform:windows
#136481
opened Apr 20, 2025 by
MiguelBarro
[clang] await_suspend() -> std::noop_coroutine() = missed optimization
coroutines
C++20 coroutines
missed-optimization
#135377
opened Apr 11, 2025 by
tzcnt
[Coroutines] Create C++ noop coroutine with default function attributes
coroutines
C++20 coroutines
llvm:transforms
#134878
opened Apr 8, 2025 by
vhscampos
Loading…
[clang] Template Specialization Resugaring - Template Type Alias
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
coroutines
C++20 coroutines
#132442
opened Mar 21, 2025 by
mizvekov
Loading…
[clang] Template Specialization Resugaring - TypeDecl
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:openmp
OpenMP related changes to Clang
clang
Clang issues not falling into any other category
clang-tidy
clang-tools-extra
coroutines
C++20 coroutines
lldb
#132441
opened Mar 21, 2025 by
mizvekov
Loading…
[Coroutines] Replace coro.outside.frame metadata with an intrinsic
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang
Clang issues not falling into any other category
coroutines
C++20 coroutines
llvm:ir
llvm:transforms
#129255
opened Feb 28, 2025 by
zmodem
Loading…
Crash when C++ coroutine await_suspend is consteval
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
consteval
C++20 consteval
coroutines
C++20 coroutines
crash-on-invalid
#128965
opened Feb 26, 2025 by
JesseBusman
C++20 coroutine with stateful allocator results in ASAN stack-use-after-scope starting with clang 19
clang:codegen
IR generation bugs: mangling, exceptions, etc.
coroutines
C++20 coroutines
regression:19
Regression in 19 release
#124612
opened Jan 27, 2025 by
bartdesmet
[clang-cl][crash] Corotutine re-throw in unhandled_exception() in debug mode
coroutines
C++20 coroutines
miscompilation
platform:windows
#121167
opened Dec 26, 2024 by
egorpugin
[clang] [coroutine] Initialize return value before destruction of coroutine state
coroutines
C++20 coroutines
llvm:optimizations
miscompilation
#120200
opened Dec 17, 2024 by
NewSigma
clang incorrectly warns about returning reference to local
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
coroutines
C++20 coroutines
incomplete
Issue not complete (e.g. missing a reproducer, build arguments, etc.)
#112021
opened Oct 11, 2024 by
kelbon
clang misoptimization cached equality of thread local variable
coroutines
C++20 coroutines
llvm:optimizations
#111257
opened Oct 5, 2024 by
kelbon
Calling coroutines should be disallowed from [[nonallocating]] performance constraint setting
coroutines
C++20 coroutines
#111050
opened Oct 3, 2024 by
cjappl
Clang miscompilation producing double destroy coro local variable
coroutines
C++20 coroutines
miscompilation
#109542
opened Sep 21, 2024 by
kelbon
clang crashes when compiling coroutine on Windows
confirmed
Verified by a second party
coroutines
C++20 coroutines
crash-on-valid
llvm:optimizations
needs-reduction
Large reproducer that should be reduced into a simpler form
platform:windows
regression:19
Regression in 19 release
#109253
opened Sep 19, 2024 by
flode
Introduce -defer-thinlto-prelink-coro-split that skips Coro passes in ThinLTO pre-link pipeline
clang
Clang issues not falling into any other category
coroutines
C++20 coroutines
#107153
opened Sep 3, 2024 by
apolloww
Loading…
[clang][coroutines] Run-time crash with optimization when using coroutine with C++20 coroutines
co_await
coroutines
#105595
opened Aug 21, 2024 by
dgg5503
[clang] [coroutines] impossible happens, incorrect behavior (bug)
coroutines
C++20 coroutines
#102606
opened Aug 9, 2024 by
kelbon
[Coroutines] Change IR generation bugs: mangling, exceptions, etc.
clang
Clang issues not falling into any other category
coroutines
C++20 coroutines
llvm:ir
llvm:transforms
llvm.coro.noop
to accept llvm_anyptr_ty
instead
clang:codegen
#102096
opened Aug 6, 2024 by
jhuber6
Loading…
[Clang][AMDGPU] Clang crashes on C++20 coroutines
__builtin_coro_noop
when targeting AMDGPU
coroutines
#102095
opened Aug 6, 2024 by
jhuber6
[clang] initializeBuiltins is setting all Clang issues not falling into any other category
coroutines
C++20 coroutines
LangBuiltin
not defined in builtinIsSupported
to true
clang
#101581
opened Aug 1, 2024 by
farzonl
Reapply "[Clang] Implement resolution for CWG1835 (#92957, #98547)"
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:modules
C++20 modules and Clang Header Modules
clang:openmp
OpenMP related changes to Clang
clang
Clang issues not falling into any other category
coroutines
C++20 coroutines
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#100425
opened Jul 24, 2024 by
sdkrystian
Loading…
clang fails to diagnose a co_await in a default argument, and ICEs if the default argument is used in a lambda
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
coroutines
C++20 coroutines
#98923
opened Jul 15, 2024 by
ArsenArsen
[coroutines] Wrong behavior of using get_return_object() when creating coroutines
coroutines
C++20 coroutines
#98744
opened Jul 13, 2024 by
ddvamp
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.