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
/
search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-20
c++: memfn lookup consistency in incomplete-class ctx
Patrick Palka
1
-0
/
+4
2021-07-16
c++: covariant reference return types [PR99664]
Patrick Palka
1
-1
/
+7
2021-07-12
c++: permit deduction guides at class scope [PR79501]
Patrick Palka
1
-1
/
+4
2021-01-23
c++: private inheritance access diagnostics fix [PR17314]
Anthony Sharp
1
-0
/
+35
2021-01-23
c++: 'this' injection and static member functions [PR97399]
Patrick Palka
1
-9
/
+11
2021-01-19
c++: Always check access during late-parsing of members [PR58993]
Patrick Palka
1
-0
/
+8
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-27
c++: Kill nested_udts
Nathan Sidwell
1
-11
/
+0
2020-07-02
c++: Support C++20 virtual consteval functions. [PR88335]
Jason Merrill
1
-12
/
+24
2020-06-16
c++: Improve access checking inside templates [PR41437]
Patrick Palka
1
-15
/
+0
2020-05-14
c++: Missing SFINAE with lookup_fnfields [PR78446]
Patrick Palka
1
-2
/
+3
2020-05-07
c++: Fix spelling of non-static
Marek Polacek
1
-3
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-1
/
+4
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+2
2019-06-22
PR c++/86476 - noexcept-specifier is a complete-class context.
Marek Polacek
1
-16
/
+35
2019-05-15
call.c (perform_overload_resolution, [...]): Use OVL_P; remove redundant TEMP...
Paolo Carlini
1
-4
/
+1
2019-02-13
[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
Alexandre Oliva
1
-3
/
+16
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-0
/
+10
2018-05-25
PR c++/85815 - reference to member of enclosing template.
Jason Merrill
1
-1
/
+4
2018-05-24
cp-tree.h (INDIRECT_TYPE_P): New.
Paolo Carlini
1
-2
/
+2
2018-04-27
Don't offer suggestions for compiler-generated variables (PR c++/85515)
David Malcolm
1
-3
/
+10
2018-03-29
PR c++/85060 - wrong-code with call to base member in template.
Jason Merrill
1
-1
/
+1
2018-03-27
search.c (check_final_overrider): Use inform instead of error for the diagnos...
Volker Reichelt
1
-11
/
+20
2018-03-21
C++: show private field accessor hints with -g and optimization (PR c++/84994)
David Malcolm
1
-10
/
+11
2018-03-21
C++: show private field accessor hints for const accesses (PR c++/84892)
David Malcolm
1
-2
/
+2
2018-02-08
constexpr.c (cxx_eval_component_reference): Use INDIRECT_REF_P.
Paolo Carlini
1
-1
/
+1
2018-01-18
Fix template/inherit4.C.
Jason Merrill
1
-0
/
+7
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-09-13
Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC.
Nathan Sidwell
1
-4
/
+4
2017-09-06
name-lookup.h (lookup_field_1): Delete.
Nathan Sidwell
1
-17
/
+1
2017-09-06
name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
Nathan Sidwell
1
-4
/
+3
2017-08-25
Conversion operators have a special name
Nathan Sidwell
1
-6
/
+2
2017-08-24
Conversion operators kept on single overload set
Nathan Sidwell
1
-108
/
+41
2017-08-23
cp-tree.h (lookup_field_1, [...]): Move declatations to ...
Nathan Sidwell
1
-252
/
+0
2017-08-23
cp-tree.h (print_search_statistics, [...]): Don't declare.
Nathan Sidwell
1
-56
/
+0
2017-08-21
search.c (lookup_field_r): Remove obsolete code for type-named field in PoD.
Nathan Sidwell
1
-28
/
+11
2017-08-21
search.c (lookup_field_1): Assert TYPE is a class and VFIELD isn't special.
Nathan Sidwell
1
-46
/
+6
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-07-21
search.c (lookup_conversion_operator): Return overloads.
Nathan Sidwell
1
-69
/
+38
2017-07-21
Remove special CDtor METHOD_VEC slots.
Nathan Sidwell
1
-41
/
+18
2017-07-21
Remove TYPE_METHODS.
Nathan Sidwell
1
-0
/
+4
2017-06-30
cp-tree.h (lookup_fnfields_1, [...]): Don't declare.
Nathan Sidwell
1
-8
/
+20
2017-06-30
call.c (build_new_method_call_1): Use constructo_name to get ctor name.
Nathan Sidwell
1
-4
/
+1
2017-06-29
PR c++/81164 - ICE with invalid inherited constructor.
Jason Merrill
1
-0
/
+22
2017-06-29
Whitespace cleanups.
Nathan Sidwell
1
-0
/
+3
2017-06-27
cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
Nathan Sidwell
1
-1
/
+1
2017-06-26
cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.
Nathan Sidwell
1
-9
/
+6
[next]