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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-05
Various small C++ changes.
Jason Merrill
1
-1
/
+2
2019-11-02
PR c++/88335 - Implement P1073R3: Immediate functions
Jakub Jelinek
1
-1
/
+4
2019-05-21
[C++ PATCH] Using decls
Nathan Sidwell
1
-6
/
+2
2019-05-20
[C++ PATCH] Commonixe using directive finishing
Nathan Sidwell
1
-3
/
+2
2019-05-01
[C++ PATCH] Simplify class member lookup
Nathan Sidwell
1
-2
/
+2
2019-03-07
PR c++/88123 - lambda and using-directive.
Jason Merrill
1
-0
/
+3
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-06-15
* decl.c (start_enum): Do compare dependent underlying type.
Jason Merrill
1
-1
/
+1
2018-05-07
[C++ PATCH] Kill -fno-for-scope
Nathan Sidwell
1
-5
/
+0
2018-02-28
[PR c++/84602] ICE with anon-struct
Nathan Sidwell
1
-1
/
+1
2018-02-27
[PR c++/84426] ICE after conflicting member decl
Nathan Sidwell
1
-1
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-20
P0329R4: Designated Initialization
Jakub Jelinek
1
-0
/
+1
2017-10-25
[C++ PATCH] Kill IDENTIFIER_LABEL_VALUE
Nathan Sidwell
1
-13
/
+0
2017-10-05
[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
Nathan Sidwell
1
-4
/
+5
2017-09-13
Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC.
Nathan Sidwell
1
-2
/
+2
2017-09-12
Kill CLASSTYPE_SORTED_FIELDS.
Nathan Sidwell
1
-1
/
+1
2017-09-06
name-lookup.h (lookup_field_1): Delete.
Nathan Sidwell
1
-3
/
+2
2017-09-06
name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
Nathan Sidwell
1
-2
/
+2
2017-09-05
class.c (add_method): Move slot search and insertion to ...
Nathan Sidwell
1
-0
/
+1
2017-09-01
cp-tree.h (resort_type_method_vec): Move declaration to ...
Nathan Sidwell
1
-1
/
+3
2017-08-28
cp-tree.h (insert_late_enum_def_into_classtype_sorted_fields): Delete.
Nathan Sidwell
1
-0
/
+2
2017-08-25
Conversion operators have a special name
Nathan Sidwell
1
-1
/
+0
2017-08-23
cp-tree.h (lookup_field_1, [...]): Move declatations to ...
Nathan Sidwell
1
-0
/
+4
2017-06-02
name-lookup.h (cp_binding_level): Lose namespaces field.
Nathan Sidwell
1
-3
/
+0
2017-05-30
cp-tree.def (OVERLOAD): Fix comment.
Nathan Sidwell
1
-2
/
+1
2017-05-26
Inline and using namespace representation change.
Nathan Sidwell
1
-3
/
+3
2017-05-26
call.c (build_operator_new_call): Do namelookup and ADL here.
Nathan Sidwell
1
-2
/
+0
2017-05-25
Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.
Nathan Sidwell
1
-1
/
+0
2017-05-25
cp-tree.h (LOOKUP_SEEN_P, [...]): New.
Nathan Sidwell
1
-1
/
+1
2017-05-24
friend.c (do_friend): Remove check for existing decl.
Nathan Sidwell
1
-1
/
+0
2017-05-24
cp-tree.h (ovl_skip_hidden): Declare.
Nathan Sidwell
1
-2
/
+0
2017-05-23
cp-tree.h (OVL_P): New.
Nathan Sidwell
1
-3
/
+2
2017-05-22
name-lookup.h (parse_using_directive): Replace with ...
Nathan Sidwell
1
-1
/
+2
2017-05-16
cp-tree.h (SCOPE_DEPTH): New.
Nathan Sidwell
1
-0
/
+2
2017-05-15
re PR c++/79369 (namespace definition with qualified id)
Nathan Sidwell
1
-1
/
+1
2017-05-11
name-lookup.h (pushdecl): Add default friend parm.
Nathan Sidwell
1
-4
/
+2
2017-05-11
Revert pushdecl_top_level_and_finish name change.
Nathan Sidwell
1
-1
/
+1
2017-05-11
cp-tree.h (pushdecl, [...]): Move declarations to ...
Nathan Sidwell
1
-10
/
+15
2017-05-11
name-lookup.h (pop_binding): Rename to pop_local_binding.
Nathan Sidwell
1
-2
/
+2
2017-05-09
c-tree.h (pushdecl): Declare.
Nathan Sidwell
1
-0
/
+2
2017-05-08
name-lookup.h (pushdecl_with_scope): Replace with ...
Nathan Sidwell
1
-1
/
+1
2017-05-08
Revert _binding -> _value change.
Nathan Sidwell
1
-2
/
+2
2017-05-05
cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value.
Nathan Sidwell
1
-24
/
+2
2017-05-05
Kill per-namespace static_decls.
Nathan Sidwell
1
-3
/
+0
2017-05-04
More global trees.
Nathan Sidwell
1
-9
/
+0
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-05
Implement P0305R1, Selection statements with initializer.
Marek Polacek
1
-1
/
+1
2016-05-27
re PR c++/60385 (confused by earlier errors, bailing out)
Paolo Carlini
1
-1
/
+1
[next]