-
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
Clang 20 regression: conflicting deduction 'type-parameter-0-0' against 'long' for parameter
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#138078
opened May 1, 2025 by
jeremy-rifkin
[Clang][NFC] Use std::move to avoid copy
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:modules
C++20 modules and Clang Header Modules
clang
Clang issues not falling into any other category
#138073
opened May 1, 2025 by
shafik
Loading…
[Clang][NFC] Use const auto & to avoid copy
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:modules
C++20 modules and Clang Header Modules
clang
Clang issues not falling into any other category
#138069
opened May 1, 2025 by
shafik
Loading…
[HLSL][RootSignature] Add parsing for RootFlags
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#138055
opened Apr 30, 2025 by
inbelic
Loading…
[Clang][NFC] assert IFaceT in SemaObjC::HandleExprPropertyRefExpr
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#138026
opened Apr 30, 2025 by
shafik
Loading…
ICE on clang: Assertion `!Calls.empty() && "Missing lambda call operator!"'
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#138018
opened Apr 30, 2025 by
jcelerier
release/20.x: [Clang][MicrosoftMangle] Implement mangling for ConstantMatrixType (#134930)
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
[C] Add -Wduplicate-decl-specifier to -Wc++-compat
c
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#138012
opened Apr 30, 2025 by
AaronBallman
Loading…
[C] Add -Wjump-bypasses-init
c
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#138009
opened Apr 30, 2025 by
AaronBallman
Loading…
[HLSL][RootSignature] Add optional parameters for RootConstants
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#138007
opened Apr 30, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add mandatory parameters for RootConstants
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#138002
opened Apr 30, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing for empty RootConstants
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#137999
opened Apr 30, 2025 by
inbelic
Loading…
[OpenACC][CIR] Start work to lower 'loop'
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
ClangIR
Anything related to the ClangIR project
#137972
opened Apr 30, 2025 by
erichkeane
Loading…
[C] Add -Wtentative-definition-compat
c
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#137967
opened Apr 30, 2025 by
AaronBallman
Loading…
[clang][bytecode] Fix checking for integer overflow
clang:bytecode
Issues for the clang bytecode constexpr interpreter
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#137962
opened Apr 30, 2025 by
tbaederr
Loading…
[C] Modify -Wdefault-const-init
c
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#137961
opened Apr 30, 2025 by
AaronBallman
Loading…
[NVPTX] Support the OpenCL generic addrspace feature by default
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#137940
opened Apr 30, 2025 by
frasercrmck
Loading…
[clang] Fix nondeterminism in MemberPointerType
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#137910
opened Apr 30, 2025 by
emaxx-google
Loading…
inherited constructor causes Language frontend issues, e.g. anything involving "Sema"
std::source_location::current()
to point at wrong line
clang:frontend
#137907
opened Apr 30, 2025 by
snarkmaster
[clang] Warn about deprecated volatile-qualified return types
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#137899
opened Apr 29, 2025 by
halbi2
Loading…
Clang compiles Language frontend issues, e.g. anything involving "Sema"
slow-compile
_Generic
expressions very slowly
c11
clang:frontend
#137891
opened Apr 29, 2025 by
JacksonAllan
A parameter pack appears both empty and non-empty at the same time
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
consteval
C++20 consteval
#137885
opened Apr 29, 2025 by
HolyBlackCat
Clang 21 crash (Stack dump) when using _Atomic(struct) field access incorrectly in C code
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]
generated by fuzzer
#137867
opened Apr 29, 2025 by
mariete1223
Clang crash ( Stack Dump + SIGSEGV) when initializing struct with too few arguments (constexpr constructor)
c23
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]
generated by fuzzer
#137866
opened Apr 29, 2025 by
mariete1223
No move elision in construction from nested brace-enclosed initializer list
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#137862
opened Apr 29, 2025 by
Fedr
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.