-
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
[clang][Sema] Optimize ~SemaDiagnosticBuilder
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#142252
opened May 31, 2025 by
tbaederr
Loading…
Work around a build issue with MSVC; NFC
build-problem
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
platform:windows
#142195
opened May 30, 2025 by
AaronBallman
Loading…
C++ mangling/ABI mismatch vs GCC
ABI
Application Binary Interface
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
#142187
opened May 30, 2025 by
mstorsjo
[clang] Rename diag notes that assumed precompiled dependencies are pch's, NFCI
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
#142161
opened May 30, 2025 by
cyndyishida
Loading…
[UBSan][Ignorelist] Expanding =sanitize to fun.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#142074
opened May 30, 2025 by
qinkunbao
Loading…
[CodeGen][AArch64] ptrauth intrinsic to safely construct relative ptr
backend:AArch64
backend:X86
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:headers
Headers provided by Clang, e.g. for intrinsics
clang
Clang issues not falling into any other category
llvm:ir
llvm:transforms
#142047
opened May 29, 2025 by
AbhayKanhere
Loading…
[clang][Darwin] Simplify deployment version assignment in the Driver
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
#142013
opened May 29, 2025 by
cyndyishida
Loading…
[Clang] Improve infrastructure for libstdc++ workarounds
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#141977
opened May 29, 2025 by
cor3ntin
Loading…
[clang][Basic] Optimize getDiagnosticSeverity()
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#141950
opened May 29, 2025 by
tbaederr
Loading…
[Clang] Explain satisfaction failure for more type traits
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"
good first issue
https://github.com/llvm/llvm-project/contribute
#141911
opened May 29, 2025 by
cor3ntin
[Clang] Properly deprecate Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
__reference_binds_to_temporary
clang:frontend
#141909
opened May 29, 2025 by
frederick-vs-ja
Loading…
[Clang] User-relevant warnings in system headers
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#141908
opened May 29, 2025 by
cor3ntin
[AArch64] Add MSVC-style mangling for SVE types.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
#141887
opened May 29, 2025 by
efriedma-quic
Loading…
bad compilation with default arguments in clang 20
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
miscompilation
regression:20
Regression in 20 release
#141858
opened May 28, 2025 by
rockwotj
[Clang][attr] Add cfi_salt attribute
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
#141846
opened May 28, 2025 by
bwendling
Loading…
Allow Language frontend issues, e.g. anything involving "Sema"
counted_by
argument to support simple arithmetic expressions
clang:frontend
#141827
opened May 28, 2025 by
seanm
[Clang][FMV] Stop emitting implicit default version using target_clones.
backend:RISC-V
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
#141808
opened May 28, 2025 by
labrinea
Loading…
[[gnu::weak]]
disables constant evaluation of constexpr variables in C++14
c++11
c++14
clang:frontend
#141797
opened May 28, 2025 by
cor3ntin
[Module] Prefer precompiled module even when header is private
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
#141792
opened May 28, 2025 by
ilya-biryukov
Loading…
[clang] [[nodiscard]] ignored in std::function due to warning suppression in system headers
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
libstdc++
GNU libstdc++ C++ standard library
#141791
opened May 28, 2025 by
avikivity
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
Infinite recursion in Clang parser with deeply nested int(...) expression only in Trunk
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-valid
generated by fuzzer
#141784
opened May 28, 2025 by
mariete1223
[clang] Failed to compile simple and legal code while gcc is ok
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
lambda
C++11 lambda expressions
regression:16
Regression in 16 release
#141732
opened May 28, 2025 by
yaoxinliu
[clang][LoongArch] Add support for the _Float16 type
backend:loongarch
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
#141703
opened May 28, 2025 by
Ami-zhang
Loading…
[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…
Previous Next
ProTip!
Follow long discussions with comments:>50.