-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Control analysis-based diagnostics with #pragma
clang:analysis
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:static analyzer
clang
Clang issues not falling into any other category
quality-of-implementation
#136323
opened Apr 18, 2025 by
AaronBallman
Loading…
[clang] Redefine IR generation bugs: mangling, exceptions, etc.
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
llvm:ir
llvm:transforms
noconvergent
and generate convergence control tokens
clang:analysis
clang:codegen
#136282
opened Apr 18, 2025 by
ssahasra
Loading…
[clang] Define convergence in C++ languages such as HIP, CUDA, OpenCL
clang:analysis
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#136280
opened Apr 18, 2025 by
ssahasra
Loading…
[Clang] Improve Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
-Wtautological-overlap-compare
diagnostics flag
clang:analysis
clang:frontend
#133653
opened Mar 30, 2025 by
YutongZhuu
Loading…
Thread Safety Analysis: Check managed capabilities of returned scoped capability
clang:analysis
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#131831
opened Mar 18, 2025 by
malek203
Loading…
[Clang][analyzer] replace Stmt* with ConstCFGElementRef in SymbolConjured
clang:analysis
clang:static analyzer
clang
Clang issues not falling into any other category
#128251
opened Feb 21, 2025 by
fangyi-zhou
Loading…
diags without usable source location after #127338
clang:analysis
#128195
opened Feb 21, 2025 by
nico
[-Wunsafe-buffer-usage] Add absl::{Span,string_view} to UnsafeBufferUsage analysis
clang:analysis
clang
Clang issues not falling into any other category
#127698
opened Feb 18, 2025 by
mxms0
Loading…
Clang thread-safety analysis not producing a warning for accessing a guarded field in different object
clang:analysis
#127349
opened Feb 15, 2025 by
Qwinci
clang thread safety analysis does not take into account assert_exclusive_lock attribute
clang:analysis
#123512
opened Jan 19, 2025 by
krinkinmu
[Clang][Analysis] Don't treat the default switch path as unreachable when all enumerators are covered
clang:analysis
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#123166
opened Jan 16, 2025 by
jeremy-rifkin
Loading…
[Clang] [NFC] Rename IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:openmp
OpenMP related changes to Clang
clang:static analyzer
clang
Clang issues not falling into any other category
clang-tidy
clang-tools-extra
clangd
HLSL
HLSL Language Support
lldb
isAnyPointerType()
and getPointeeOrArrayElementType()
.
backend:AArch64
backend:ARM
backend:RISC-V
backend:SystemZ
clang:analysis
clang:codegen
#122938
opened Jan 14, 2025 by
Sirraide
Loading…
Assertion `Uses->count(DRE) && "DRE not found or claimed by multiple matchers!"' failed.
clang:analysis
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#122066
opened Jan 8, 2025 by
marckwei
[clang] Function call without comparisons reported as non-constant expression after CWG2765 implementation
c++20
clang:analysis
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#117409
opened Nov 23, 2024 by
ormris
[clang][Analysis][NFC] Let isConfigurationValue take Expr
clang:analysis
clang
Clang issues not falling into any other category
#116266
opened Nov 14, 2024 by
aaronpuchert
Loading…
Clang tooling generated visibility macros for Clang
backend:AArch64
backend:AMDGPU
backend:ARM
backend:Hexagon
backend:loongarch
backend:PowerPC
backend:RISC-V
backend:SystemZ
backend:WebAssembly
backend:X86
clang:analysis
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:dataflow
Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html
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:static analyzer
clang
Clang issues not falling into any other category
clang-format
ClangIR
Anything related to the ClangIR project
HLSL
HLSL Language Support
xray
#109702
opened Sep 23, 2024 by
fsfod
Loading…
Prefer std::getenv to ::getenv
clang:analysis
clang:as-a-library
libclang and C++ API
clang:dataflow
Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
clang:modules
C++20 modules and Clang Header Modules
clang
Clang issues not falling into any other category
llvm:support
#108529
opened Sep 13, 2024 by
vgvassilev
Loading…
Thread Safety Analysis - some types of unsupported marking leads to many false positives
clang:analysis
#107196
opened Sep 4, 2024 by
ethouris
-Wall causes massive compilation slowdown
clang:analysis
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
confirmed
Verified by a second party
slow-compile
#105959
opened Aug 24, 2024 by
mikulas-patocka
Why isn‘t any warning for elements uninitialized in a Structure using Wuninitialized
clang:analysis
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
enhancement
Improving things as opposed to bug fixing, e.g. new or missing feature
#104744
opened Aug 19, 2024 by
Zhenhang1213
thread-safety: Support the new capability-based names for all related attributes.
clang:analysis
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
clang-tidy
clang-tools-extra
#99919
opened Jul 22, 2024 by
pdherbemont
Loading…
Thread safety analysis: scoped lockable members and temporaries
clang:analysis
#98004
opened Jul 8, 2024 by
leonid-s-usov
Thread safety analysis treats non-const method calls as reads
clang:analysis
#97550
opened Jul 3, 2024 by
ilya-biryukov
[clang][ThreadSafety] Improve errors for trylock functions
clang:analysis
#97333
opened Jul 1, 2024 by
dmcardle
6 tasks
Previous Next
ProTip!
Adding no:label will show everything without a label.