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
/
name-lookup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-21
[C++ PATCH] class member ordering
Nathan Sidwell
1
-23
/
+32
2017-09-13
Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC.
Nathan Sidwell
1
-80
/
+80
2017-09-12
Kill CLASSTYPE_SORTED_FIELDS.
Nathan Sidwell
1
-159
/
+289
2017-09-12
name-lookup.c (get_class_binding): Rename TYPE arg to KLASS for consistency.
Nathan Sidwell
1
-47
/
+50
2017-09-06
name-lookup.h (lookup_field_1): Delete.
Nathan Sidwell
1
-64
/
+90
2017-09-06
name-lookup.c (count_fields): Rename to ...
Nathan Sidwell
1
-51
/
+61
2017-09-06
name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
Nathan Sidwell
1
-3
/
+3
2017-09-05
name-lookup.c (do_class_using_decl): Elide read-once temps.
Nathan Sidwell
1
-29
/
+15
2017-09-05
class.c (add_method): Move slot search and insertion to ...
Nathan Sidwell
1
-7
/
+80
2017-09-01
cp-tree.h (resort_type_method_vec): Move declaration to ...
Nathan Sidwell
1
-2
/
+60
2017-09-01
Revert 2017-08-28 Nathan Sidwell <nathan@acm.org> Restore sorted_fields vector.
Nathan Sidwell
1
-49
/
+125
2017-08-28
cp-tree.h (lang_type): Replace sorted_fields vector with bindings map.
Nathan Sidwell
1
-125
/
+49
2017-08-28
cp-tree.h (insert_late_enum_def_into_classtype_sorted_fields): Delete.
Nathan Sidwell
1
-0
/
+109
2017-08-25
Conversion operators have a special name
Nathan Sidwell
1
-69
/
+43
2017-08-24
Conversion operators kept on single overload set
Nathan Sidwell
1
-18
/
+15
2017-08-23
cp-tree.h (lookup_field_1, [...]): Move declatations to ...
Nathan Sidwell
1
-1
/
+253
2017-08-18
C++: fix ordering of missing std #include suggestion (PR c++/81514)
David Malcolm
1
-19
/
+20
2017-07-29
debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...
Jakub Jelinek
1
-8
/
+9
2017-07-14
c/c++: Add fix-it hints for suggested missing #includes
David Malcolm
1
-45
/
+49
2017-06-30
re PR c++/81229 (ICE in c_tree_chain_next on aarch64)
Nathan Sidwell
1
-3
/
+7
2017-06-29
re PR c++/81247 (ICE on invalid C++ code with malformed namespace declaration...
Nathan Sidwell
1
-0
/
+3
2017-06-29
PR c++/81164 - ICE with invalid inherited constructor.
Jason Merrill
1
-2
/
+1
2017-06-29
call.c (check_dtor_name): Use constructor_name for enums too.
Nathan Sidwell
1
-10
/
+5
2017-06-27
Kill IDENTIFIER_TEMPLATE.
Nathan Sidwell
1
-23
/
+4
2017-06-22
Reorder IDENTIFIER flags
Nathan Sidwell
1
-3
/
+3
2017-06-20
PR c++/67074 - namespace aliases
Nathan Sidwell
1
-12
/
+17
2017-06-19
re PR c++/81124 (internal compiler error: in operator*, at cp/cp-tree.h:726)
Nathan Sidwell
1
-57
/
+58
2017-06-19
re PR c++/81119 (-Wshadow warns on "typedef struct foo foo;")
Nathan Sidwell
1
-15
/
+8
2017-06-06
name-lookup.c (suggest_alternatives_for): Use qualified lookup sans using dir...
Nathan Sidwell
1
-3
/
+5
2017-06-06
re PR c++/80979 (ice in lookup_mark, at cp/tree.c:2298)
Nathan Sidwell
1
-0
/
+6
2017-06-02
name-lookup.h (cp_binding_level): Lose namespaces field.
Nathan Sidwell
1
-84
/
+78
2017-05-30
Kill IDENTIFIER_NAMESPACE_BINDINGS
Nathan Sidwell
1
-15
/
+8
2017-05-30
cp-tree.def (OVERLOAD): Fix comment.
Nathan Sidwell
1
-25
/
+16
2017-05-30
re PR c++/80913 (Infinite loop in cc1plus with stat hack patch)
Nathan Sidwell
1
-38
/
+41
2017-05-29
PR c++/80891 (#1,#5)
Nathan Sidwell
1
-12
/
+56
2017-05-29
Stat hack representation
Nathan Sidwell
1
-97
/
+152
2017-05-26
Implement DR2061
Nathan Sidwell
1
-35
/
+45
2017-05-26
Inline and using namespace representation change.
Nathan Sidwell
1
-33
/
+41
2017-05-26
call.c (build_operator_new_call): Do namelookup and ADL here.
Nathan Sidwell
1
-27
/
+5
2017-05-26
cp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.
Nathan Sidwell
1
-24
/
+16
2017-05-26
* name-lookup.c (name_lookup::search_adl): ADL OMP UDR type args.
Nathan Sidwell
1
-3
/
+5
2017-05-25
Kill OVL_CURRENT, OVL_NEXT.
Nathan Sidwell
1
-16
/
+17
2017-05-25
Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.
Nathan Sidwell
1
-173
/
+27
2017-05-25
Reimplement unqualified namespace lookup.
Nathan Sidwell
1
-240
/
+118
2017-05-25
Reimplement qualified namespace lookup.
Nathan Sidwell
1
-112
/
+250
2017-05-25
cp-tree.h (LOOKUP_SEEN_P, [...]): New.
Nathan Sidwell
1
-373
/
+430
2017-05-24
friend.c (do_friend): Remove check for existing decl.
Nathan Sidwell
1
-32
/
+7
2017-05-24
cp-tree.h (ovl_skip_hidden): Declare.
Nathan Sidwell
1
-66
/
+5
2017-05-24
cp-tree.h (OVL_HIDDEN_P): New.
Nathan Sidwell
1
-16
/
+50
2017-05-23
cp-tree.h (PUSH_GLOBAL, [...]): Delete.
Nathan Sidwell
1
-436
/
+282
[next]