index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
constraint.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-19
c++: local_specializations and recursive constrained fn [PR103714]
Patrick Palka
1
-0
/
+4
2021-12-16
c++: tweak comment
Jason Merrill
1
-2
/
+0
2021-12-16
c++: two-stage name lookup for overloaded operators [PR51577]
Patrick Palka
1
-9
/
+2
2021-12-14
c++: processing_template_decl vs template depth [PR103408]
Patrick Palka
1
-16
/
+0
2021-09-16
c++: constrained variable template issues [PR98486]
Patrick Palka
1
-3
/
+5
2021-08-17
c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...
Jakub Jelinek
1
-0
/
+3
2021-07-30
c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...
Jakub Jelinek
1
-0
/
+4
2021-07-09
c++: requires-expr with dependent extra args [PR101181]
Patrick Palka
1
-1
/
+2
2021-06-30
c++: Fix push_access_scope and introduce RAII wrapper for it
Patrick Palka
1
-6
/
+1
2021-06-24
cp: add support for per-location warning groups.
Martin Sebor
1
-2
/
+2
2021-06-24
c++: requires-expression folding [PR101182]
Patrick Palka
1
-1
/
+1
2021-06-10
c++: normalization of non-templated return-type-req [PR100946]
Patrick Palka
1
-0
/
+9
2021-05-18
c++: Prune dead functions.
Marek Polacek
1
-62
/
+0
2021-05-10
c++: fn parm pack expansion inside constraint [PR100138]
Patrick Palka
1
-1
/
+5
2021-04-12
c++: constraints are unevaluated operands [PR99961]
Patrick Palka
1
-0
/
+3
2021-04-09
c++: Use a TEMPLATE_INFO to hold regenerated-lambda info
Patrick Palka
1
-2
/
+2
2021-04-08
c++: Don't substitute into constraints on lambdas [PR99874]
Patrick Palka
1
-5
/
+38
2021-03-03
c++: Unify REQUIRES_EXPR evaluation / diagnostic routines
Patrick Palka
1
-255
/
+193
2021-03-03
c++: Clean up normalization and satisfaction routines
Patrick Palka
1
-134
/
+100
2021-03-02
c++: Fix satisfaction of placeholder type constraints [PR96443]
Patrick Palka
1
-61
/
+50
2021-03-02
c++: Delay normalizing nested requirements until satisfaction
Patrick Palka
1
-66
/
+72
2021-03-02
c++: Some preparatory type canonicalization fixes
Patrick Palka
1
-17
/
+8
2021-03-02
c++: Avoid building garbage trees from tsubst_requires_expr
Patrick Palka
1
-32
/
+14
2021-02-04
c++: Empty args for variadic concept [PR98717]
Jason Merrill
1
-8
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-17
c++: More precise tracking of potentially unstable satisfaction
Patrick Palka
1
-50
/
+64
2020-12-17
c++: Diagnose self-recursive satisfaction
Patrick Palka
1
-8
/
+31
2020-12-17
c++: Diagnose unstable satisfaction
Patrick Palka
1
-54
/
+211
2020-12-05
c++: Normalize nested-requirements twice at parse time [PR97093]
Patrick Palka
1
-15
/
+26
2020-12-05
c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]
Patrick Palka
1
-53
/
+102
2020-11-25
Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)
Martin Sebor
1
-2
/
+2
2020-11-09
c++: Consider only relevant template arguments in sat_hasher
Patrick Palka
1
-6
/
+70
2020-11-09
c++: Use two levels of caching in satisfy_atom
Patrick Palka
1
-14
/
+43
2020-11-09
c++: Reuse identical ATOMIC_CONSTRs during normalization
Patrick Palka
1
-3
/
+24
2020-11-09
c++: Fix ICE with variadic concepts and aliases [PR93907]
Patrick Palka
1
-0
/
+10
2020-11-02
c++: Don't purge the satisfaction caches
Patrick Palka
1
-9
/
+0
2020-10-29
c++: Simplify constraint normalization routines
Patrick Palka
1
-49
/
+20
2020-10-29
c++: Tolerate empty initial args during normalization [PR97412]
Patrick Palka
1
-1
/
+2
2020-10-14
c++: DECL_FRIEND_P cleanup
Nathan Sidwell
1
-3
/
+8
2020-10-08
c++: ICE in dependent_type_p with constrained auto [PR97052]
Patrick Palka
1
-0
/
+2
2020-09-19
c++: Fix self-mapping in map_arguments [PR96531, PR97103]
Patrick Palka
1
-2
/
+2
2020-09-19
c++: std::is_constant_evaluated inside constraint [PR97051]
Patrick Palka
1
-1
/
+2
2020-09-17
c++: requires-expressions and partial instantiation [PR96410]
Patrick Palka
1
-6
/
+15
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-1
/
+1
2020-08-19
c++: Check satisfaction before non-dep convs. [CWG2369]
Jason Merrill
1
-3
/
+9
2020-08-18
c++: Rewrite members for all deduction guides. [PR96199]
Jason Merrill
1
-0
/
+2
2020-07-29
c++: constraints and explicit instantiation [PR96164]
Patrick Palka
1
-0
/
+6
2020-06-11
c++: constrained class template friend [PR93467]
Patrick Palka
1
-0
/
+13
2020-05-29
c++: satisfaction value of type typedef to bool [PR95386]
Patrick Palka
1
-7
/
+7
[next]