-
Notifications
You must be signed in to change notification settings - Fork 12.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
missed constraints equivalence put in a different position when defining a class function outside a class
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
#119745
opened Dec 12, 2024 by
mrussoLuxoft
[clang] crash on valid in isPackExpansion
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
crash-on-valid
lambda
C++11 lambda expressions
#116036
opened Nov 13, 2024 by
vient
[clang] C++20 Concept in Template Specialization Should Not See Protected Member.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
#115838
opened Nov 12, 2024 by
xkszltl
Error on requires expression in templated generic lambda
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
lambda
C++11 lambda expressions
#115802
opened Nov 12, 2024 by
Eczbek
[clang] Assertion `!isExprSubstitutionFailure() && "ExprRequirement has no expression because there has been a " "substitution failure."' failed.
c++20
clang:frontend:fuzzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
crash-on-invalid
#115513
opened Nov 8, 2024 by
yijan4845
__attribute__((enable_if(...))) checked before constraints
clang:frontend
#115230
opened Nov 6, 2024 by
pkasting
Error when explicitly specifying return type of generic lambda in constraint?
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
lambda
C++11 lambda expressions
#115118
opened Nov 6, 2024 by
Eczbek
[clang][regression] clang can not distinguish similar class partial specialization with requires clause since clang 16
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
#114803
opened Nov 4, 2024 by
wanghan02
[clang][regression] constraint not satisfied when invoking non type template argument lambda
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
regression:16
Regression in 16 release
#114245
opened Oct 30, 2024 by
wanghan02
[abi][ItaniumMangle] Inconsistent mangling of friend function templates.
ABI
Application Binary Interface
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
libc++abi
libc++abi C++ Runtime Library. Not libc++.
tools:llvm-cxxfilt
#110480
opened Sep 30, 2024 by
VitaNuo
[clang] The timing of checking whether a constraint is self-dependent is unclear
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
#104592
opened Aug 16, 2024 by
zyn0217
Clang 19 regression matching constrained template to unconstrained template template parameter
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
regression:19
Regression in 19 release
#104189
opened Aug 14, 2024 by
CaseyCarter
Method Constraints with Full Specialization Fails to Link (Undefined Symbols)
c++20
clang:codegen
concepts
C++20 concepts
#103475
opened Aug 13, 2024 by
jcsq6
[Clang] Implement CWG2369 "Ordering between constraints and substitution"
c++20
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
#102857
opened Aug 12, 2024 by
zyn0217
Loading…
Clang crashes on nested lambdas with parameter packs
clang:codegen
concepts
C++20 concepts
lambda
C++11 lambda expressions
#102169
opened Aug 6, 2024 by
Taw3e8
[concepts] Increase diagnostics verbosity for substitution failures
c++20
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
concepts
C++20 concepts
#102059
opened Aug 5, 2024 by
ldalessa
ICE on lambda with explicit return type of another lambda
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
lambda
C++11 lambda expressions
#97953
opened Jul 7, 2024 by
Fedr
Wrong processing of overloaded set within requires-expression
c++20
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
#97753
opened Jul 4, 2024 by
Fedr
requires expression failure could provide more helpful diagnostics
clang:diagnostics
#96660
opened Jun 25, 2024 by
mpusz
ICE with requires-clause in template lambda in requires-clause
c++20
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#94811
opened Jun 7, 2024 by
Alcaro
[clang++] unexpected Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
constexpr
Anything related to constant evaluation
crash-on-valid
error: substitution into constraint expression resulted in a non-constant expression
clang:frontend
#93327
opened May 24, 2024 by
pobrn
[clang] Introduce Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
concepts
C++20 concepts
SemaConcept
clang:frontend
#92672
opened May 18, 2024 by
Endilll
Loading…
Assertion Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
crash-on-invalid
!isValueDependent() && "Expression evaluator can't be called on a dependent expression."
c++20
clang:frontend
#91566
opened May 9, 2024 by
Endilll
Implementing friend operator with two exclusive requires clauses but same name of requirement causes "error: redefinition of 'operator<<'"
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
#89909
opened Apr 24, 2024 by
gsamatt
[clang] Crash on unexpanded pack in concept-constrained NTTP
c++20
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
#88866
opened Apr 16, 2024 by
mjerabek
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.