-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Infinite recursion in clang::Sema when defining a struct with std::atomic of the same struct since clang 20 until trunk
c++
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
#141789
opened May 28, 2025 by
mariete1223
[C2y] Handle FP-suffixes on prefixed octals (#141230)
c2y
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
crash-on-invalid
#141695
opened May 28, 2025 by
naveen-seth
Loading…
I got this when compiling Bullet 3D physics engine in Ogre3d sources
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
crash-on-invalid
llvm:codegen
#141343
opened May 24, 2025 by
Joilnen
Assertion failure "Assertion `isa<LabelDecl>(D) && "declaration not instantiated in this scope"' failed"
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
#140898
opened May 21, 2025 by
hokein
Clang sequencial incorrect #pragma specification end in ICE since 3.5
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
#140687
opened May 20, 2025 by
mariete1223
Fix crash with delayed typo correction
c++
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
crash-on-invalid
#140571
opened May 19, 2025 by
AaronBallman
Loading…
ASTContext.cpp:2443: clang::TypeInfo clang::ASTContext::getTypeInfoImpl(const clang::Type*) const: Assertion `!A->getDeducedType().isNull() && "cannot request the size of an undeduced or dependent auto type"' failed. Since clang 11
clang:codegen
IR generation bugs: mangling, exceptions, etc.
confirmed
Verified by a second party
crash-on-invalid
#140461
opened May 18, 2025 by
mariete1223
[OpenMP] Assertion `(isUnevaluated() || getCharByteWidth() == 1) && "This function is used in places that assume strings use char"' failed.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:openmp
OpenMP related changes to Clang
confirmed
Verified by a second party
crash-on-invalid
#140338
opened May 17, 2025 by
k-arrows
[OpenMP] crash on invalid C++ code
clang:openmp
OpenMP related changes to Clang
confirmed
Verified by a second party
crash-on-invalid
#140243
opened May 16, 2025 by
k-arrows
Clang ICE / LLVM oom after allocd[32] = '\2'; in C and C++ related to CodeGen
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
#140023
opened May 15, 2025 by
mariete1223
ICE in clang in getTypoExprState, only in trunk version and using -std=c2x
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
#139913
opened May 14, 2025 by
mariete1223
Clang Crash on Parsing Constructor with Lambda and Template Name Resolution since clang 11
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
#139387
opened May 10, 2025 by
mariete1223
inline asm: asm("// %0\n" : "=r"(a) : "0"(a)) crashes on an array variable
backend:X86
crash-on-invalid
generated by fuzzer
llvm:SelectionDAG
SelectionDAGISel as well
#139383
opened May 10, 2025 by
mariete1223
Clang Crashes When Instantiating a Static Templated Method With void Parameter Pack since first clang (3.0.0)
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
#139053
opened May 8, 2025 by
mariete1223
ICE with concept pack expansion + std::swap in C++20 constraint expressions with -std=c++20 since clang 20
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
crash-on-invalid
regression:20
Regression in 20 release
#138823
opened May 7, 2025 by
mariete1223
[clangd] Crash when Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
embed
#embed (not embedded systems)
char[]
is initialized with both #embed
and literal values
clang:frontend
#138439
opened May 4, 2025 by
398utubzyt
Assertion failure in TreeTransform::TransformInitializer with templated constructor and invalid type usage in Clang
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
#138248
opened May 2, 2025 by
mariete1223
Clang ICE on assertion "isa<To>(Val) && "cast<Ty>() argument of incompatible type" with templates using -std=c++20
c++20
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
generated by fuzzer
#138098
opened May 1, 2025 by
mariete1223
AMDGPU assertion on invalid inline asm
backend:AMDGPU
crash-on-invalid
#137064
opened Apr 23, 2025 by
arsenm
Clang crashes: "Out-of-bounds Bit access."
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
regression:18
Regression in 18 release
#136813
opened Apr 23, 2025 by
wangtz0607
Clang pretends to supports indexing a pack of template-names
c++26
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
#135550
opened Apr 13, 2025 by
cor3ntin
[Clang] [Sema] Assertion when trying to Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-invalid
goto
into an attribute
clang:frontend
#133604
opened Mar 29, 2025 by
Sirraide
[clang] Crash with official test Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
generated by fuzzer
CXX/special/class.inhctor/elsewhere.cpp
and virtual inheritance
clang:frontend
#132344
opened Mar 21, 2025 by
Rush10233
[clang-format] crashes upon expanding function macros with missing closing paren
clang-format
confirmed
Verified by a second party
crash-on-invalid
#131157
opened Mar 13, 2025 by
zeule
Previous Next
ProTip!
Adding no:label will show everything without a label.