-
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
Clang fails to consider default arguments reachable at the instantiation context
accepts-invalid
c++
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
diverges-from:edg
Does the clang frontend diverge from edg compiler
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
diverges-from:msvc
Does the clang frontend diverge from msvc on this issue
miscompilation
rejects-valid
#135442
opened Apr 11, 2025 by
hubert-reinterpretcast
Disable -fdollars-in-identifiers by default
accepts-invalid
c23
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
clang-format
rejects-valid
#135407
opened Apr 11, 2025 by
AaronBallman
Loading…
No longer add enumeration constants to the wrong scope
accepts-invalid
c++
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
waiting-for-wg21
Blocked on C++ Standards Committee
#134998
opened Apr 9, 2025 by
AaronBallman
Loading…
accepts-invalid accessing private member of C++ class from scope specifier
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#134959
opened Apr 9, 2025 by
efriedma-quic
Non-constant tuple_size in structured binding is accepted
accepts-invalid
c++17
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#132668
opened Mar 24, 2025 by
halbi2
Clang parses header names incorrectly as strings
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
diverges-from:edg
Does the clang frontend diverge from edg compiler
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
diverges-from:msvc
Does the clang frontend diverge from msvc on this issue
rejects-valid
#132643
opened Mar 23, 2025 by
hubert-reinterpretcast
constexpr-unknown allows illegal pointer arithmetic
accepts-invalid
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#131654
opened Mar 17, 2025 by
efriedma-quic
[Clang] Regression on not rejecting UB in constexpr reference initialization due to implementing P2280R4
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
constexpr
Anything related to constant evaluation
#131330
opened Mar 14, 2025 by
frederick-vs-ja
MachineVerifier does not diagnose REG_SEQUENCE with overlapping input operands
accepts-invalid
llvm:codegen
llvm:regalloc
#130075
opened Mar 6, 2025 by
arsenm
[clang] P2558R2 not implemented, despite claim to contrary on cxx_status.html
accepts-invalid
c++26
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
rejects-valid
#128939
opened Feb 26, 2025 by
zygoloid
Type error on SIMD native types not caught by compiler
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#126491
opened Feb 10, 2025 by
jfalcou
[Clang] Accepts invalid lambda init-capture shadowing a template parameter
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
diverges-from:edg
Does the clang frontend diverge from edg compiler
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
lambda
C++11 lambda expressions
#126392
opened Feb 9, 2025 by
MagentaTreehouse
[Clang] Invalid VLA is not rejected in constant evaluation
accepts-invalid
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
constexpr
Anything related to constant evaluation
#116430
opened Nov 15, 2024 by
Sirraide
[Clang] [[clang::require_constant_initialization]] seems to be broken in C++03
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
#115779
opened Nov 11, 2024 by
philnik777
[Clang] Accepts invalid auto on a declaration of class
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
#114753
opened Nov 4, 2024 by
YuchangSu
[Clang] Accepts invalid Language frontend issues, e.g. anything involving "Sema"
constexpr
Anything related to constant evaluation
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
constexpr
in explicit instantiation of variable template
accepts-invalid
clang:frontend
#110873
opened Oct 2, 2024 by
MagentaTreehouse
clang incorrectly accepts non-constant consteval function calls in destructor
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
consteval
C++20 consteval
#109096
opened Sep 18, 2024 by
kelbon
[clang] Invalid character/string literals accepted in C++ during preprocessing after P2621R2.
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#107191
opened Sep 4, 2024 by
keinflue
[clang] Range of empty enumeration without fixed underlying type is incorrect.
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#106815
opened Aug 31, 2024 by
keinflue
Clang accepts invalid program when default constructor is overloaded with initializer list constructor that is also a default constructor
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#102157
opened Aug 6, 2024 by
ranaanoop
Invalid unicode character in identifier not rejected by Clang when concatenated with macros
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#101342
opened Jul 31, 2024 by
Michael137
[Clang][C] What is the type of a bit-field? (For generic selection / constexpr initialization)
accepts-invalid
c23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
#101299
opened Jul 31, 2024 by
MitalAshok
[Clang] Member function definitions of local classes outside the class not rejected
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
#100863
opened Jul 27, 2024 by
MitalAshok
clang incorrectly judges default copy constructor in template class
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#99749
opened Jul 20, 2024 by
Rush10233
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.