-
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
Tracking progress for constexpr cmath (P0533R9, P1383R2)
c++23
c++26
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
documentation
good first issue
https://github.com/llvm/llvm-project/contribute
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
libc
#139885
opened May 14, 2025 by
cor3ntin
[clang] constant evaluation of Language frontend issues, e.g. anything involving "Sema"
constexpr
Anything related to constant evaluation
good first issue
https://github.com/llvm/llvm-project/contribute
rejects-valid
for
loop does not run destructor for condition variable
accepts-invalid
c++20
c++23
clang:frontend
#139818
opened May 14, 2025 by
zygoloid
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…
[libc++] P2165R4: Update deduction guides for map containers and container adaptors
c++23
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
#135351
opened Apr 11, 2025 by
frederick-vs-ja
[libc++] P2165R4: Update libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
<tuple>
for interoperability between tuple
and tuple-like
types
c++23
libc++
#135348
opened Apr 11, 2025 by
frederick-vs-ja
P2440R1: libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
ranges
Issues related to `<ranges>`
ranges::shift_right
c++23
libc++
#134062
opened Apr 2, 2025 by
Zingam
ABI break for Application Binary Interface
c++23
clang
Clang issues not falling into any other category
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
libstdc++
GNU libstdc++ C++ standard library
_Atomic
in C++23 when using libstdc++
ABI
#132998
opened Mar 25, 2025 by
zygoloid
Comma expressions rejected in #if for C++23
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
good first issue
https://github.com/llvm/llvm-project/contribute
#132822
opened Mar 24, 2025 by
kyuupichan
[clang-tidy] Check request: modernize-use-elifdef-and-elifndef
c++23
check-request
Request for a new check in clang-tidy
clang-tidy
#132561
opened Mar 22, 2025 by
denzor200
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
[libc++] P2255R2: Set libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
__cpp_lib_reference_from_temporary
c++23
libc++
#130405
opened Mar 8, 2025 by
Zingam
[libc++] P2255R2: Changes to Standard library components - libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
INVOKE
c++23
libc++
#130404
opened Mar 8, 2025 by
Zingam
1 task
[libc++] P2255R2: Changes to Standard library components - libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
tuple
c++23
libc++
#130403
opened Mar 8, 2025 by
Zingam
2 tasks
[libc++] P2255R2: Changes to Standard library components - libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
pair
c++23
libc++
#129051
opened Feb 27, 2025 by
Zingam
1 task
[Clang++] What type alias should be selected when used together with "deducing this"?
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
#128364
opened Feb 22, 2025 by
BlankSpruce
-Wglobal-constructors is silenced for derived classes with a virtual base destructor in c++2b mode
c++23
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
#121004
opened Dec 23, 2024 by
apache-hb
[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
extension:gnu
#116430
opened Nov 15, 2024 by
Sirraide
[clang] Assertion `(data().DefaultedMoveConstructorIsDeleted || needsOverloadResolutionForMoveConstructor()) && "move constructor should not be deleted"' failed.
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
generated by fuzzer
regression:19
Regression in 19 release
#115315
opened Nov 7, 2024 by
yijan4845
Clang 17 and later rejects __attribute__ after static specifier in C++23 lambda expressions
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
lambda
C++11 lambda expressions
#114026
opened Oct 29, 2024 by
johnplatts
[libc++][memory] Implement specializations for P1132R8: libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
out_ptr
- a scalable output pointer abstraction
c++23
libc++
#111655
opened Oct 9, 2024 by
Zingam
c++23: constexpr std::unique_ptr::~unique_ptr()/std::default_delete<T> instantiation too strict
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
#111185
opened Oct 4, 2024 by
jdrouhard
Unnecessary warning for the fixed range-based for loop in C++23
c++23
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
clang:memory-safety
Issue/FR relating to the lifetime analysis in Clang (-Wdangling, -Wreturn-local-addr)
false-positive
Warning fires when it should not
#109793
opened Sep 24, 2024 by
josuttis
[clang] Invocation of NTTP pointer to explicit this member function is rejected
c++23
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
#106660
opened Aug 30, 2024 by
vasama
Clang behavior diverges in Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
T&
and T const&
conversions when using explicit object parameter this auto&&
.
c++23
clang:frontend
#105737
opened Aug 22, 2024 by
ldalessa
Previous Next
ProTip!
Updated in the last three days: updated:>2025-05-26.