-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[C++] Fix a crash with __thread and dependent types
c++
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
crash-on-valid
#140542
opened May 19, 2025 by
AaronBallman
Loading…
[Clang][OpenMP][LoopTransformations] Fix incorrect number of generated loops for Tile and Reverse directives
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
#140532
opened May 19, 2025 by
eZWALT
Loading…
Implement src:*=sanitize for UBSan
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#140529
opened May 19, 2025 by
qinkunbao
Loading…
Clang crashes with ICE on dependent expression in __thread static initializer since clang 9.0.0
c++
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-valid
#140509
opened May 19, 2025 by
mariete1223
ICE in LocalInstantiationScope::findInstantiationOf since clang 17
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140463
opened May 18, 2025 by
mariete1223
ICE in QualType::getCommonPtr() using is_nothrow_invocable_v with unnamed lambda since clang 17 with -std=c++20
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140462
opened May 18, 2025 by
mariete1223
Clang crash in void clang::LocalInstantiationScope::InstantiatedLocal "Already instantiated this local"
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140450
opened May 18, 2025 by
alexfh
[clang] Assertion `BaseTy->castAs<RecordType>()->getDecl()->getCanonicalDecl() == FD->getParent()->getCanonicalDecl() && "record / field mismatch"' failed.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140370
opened May 17, 2025 by
k-arrows
[clang] Assertion `!AllocType->isArrayType() && "array allocation with non-array new"' failed.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140367
opened May 17, 2025 by
k-arrows
[clang] Assertion `IdentLoc.isValid() && "Invalid TargetName location."' failed.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140364
opened May 17, 2025 by
k-arrows
[clang] Assertion `E->isGLValue() || E->getType()->isFunctionType() || E->getType()->isVoidType() || isa<ObjCSelectorExpr>(E->IgnoreParens())' failed.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140363
opened May 17, 2025 by
k-arrows
[clang] Assertion `EnumDeclBits.NumPositiveBits == Num && "can't store this bitcount"' failed.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140346
opened May 17, 2025 by
k-arrows
[OpenACC] UNREACHABLE executed at /root/llvm-project/llvm/tools/clang/lib/Sema/SemaOpenACCClause.cpp:1305!
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:openacc
Clang OpenACC Implementation
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140339
opened May 17, 2025 by
k-arrows
[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
[Clang][NFC] Use Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
llvm::sort()
clang:analysis
clang:dataflow
#140337
opened May 17, 2025 by
el-ev
Loading…
Assertion failure in ThreadSafetyReporter::handleNoMutexHeld "Only works for variables"
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#140330
opened May 17, 2025 by
alexfh
[HLSL][RootSignature] Add space, visibility enums to StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140306
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing of remaining enums to StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140305
opened May 16, 2025 by
inbelic
Loading…
Wrong result of "constructible" traits for unbound arrays
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#140303
opened May 16, 2025 by
bolshakov-a
[HLSL][RootSignature] Add parsing of filter enum for StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140294
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSiganture] Add parsing of address params in StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140293
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSiganture] Add parsing of new number params in StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140291
opened May 16, 2025 by
inbelic
Loading…
[clang] Fixed Constant Evaluation don't Call Destructor
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#140278
opened May 16, 2025 by
Mr-Anyone
Loading…
[PAuth] Use different discriminators for __int128_t / __uint128_t / _BitInt(n)
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#140276
opened May 16, 2025 by
asl
Loading…
[ClangCL] Incompatible behavior of explicit template instantiation combined with dllexport
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
diverges-from:msvc
Does the clang frontend diverge from msvc on this issue
#140258
opened May 16, 2025 by
kikairoya
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.