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
2020-05-14
c++: Missing SFINAE with lookup_fnfields [PR78446]
Patrick Palka
1
-1
/
+2
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-20
/
+20
2020-04-13
c++: Improve redeclared parameter name diagnostic [PR94588]
Marek Polacek
1
-3
/
+6
2020-03-27
[pr84733] Fix ICE popping local scope
Nathan Sidwell
1
-1
/
+2
2020-03-27
c++: Fix ICE after ambiguous inline namespace reopen [PR94257]
Nathan Sidwell
1
-12
/
+48
2020-03-17
Fix up duplicated duplicated words mostly in comments
Jakub Jelinek
1
-1
/
+1
2020-02-13
c++: Fix useless using-declaration.
Jason Merrill
1
-2
/
+4
2020-02-06
c++: Fix ICE with lambda in operator function [PR93597]
Marek Polacek
1
-4
/
+4
2020-01-27
c++: Bogus error using namespace alias [PR91826]
Nathan Sidwell
1
-12
/
+20
2020-01-24
c++: Fix ICE with lambda in member operator (PR93279)
Jason Merrill
1
-0
/
+6
2020-01-14
PR c++/92590 - wrong handling of inherited default ctor.
Jason Merrill
1
-1
/
+0
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-17
* name-lookup.c (get_std_name_hint): Add std::byte.
Jason Merrill
1
-0
/
+2
2019-12-11
PR c++/92859 - ADL and bit-field.
Jason Merrill
1
-1
/
+1
2019-12-04
cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.
Jakub Jelinek
1
-0
/
+2
2019-11-23
re PR c++/92365 (ice unexpected expression ‘int16_t()’ of kind cast_expr)
Bernd Edlinger
1
-2
/
+2
2019-11-12
[C++ PATCH] Merge some using-decl handling
Nathan Sidwell
1
-103
/
+141
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-1
/
+1
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+6
2019-11-05
Various small C++ changes.
Jason Merrill
1
-2
/
+8
2019-10-30
re PR c++/92024 (crash in check_local_shadow)
Bernd Edlinger
1
-17
/
+19
2019-10-14
PR c++/91930 - ICE with constrained inherited default ctor.
Jason Merrill
1
-0
/
+1
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-1
/
+10
2019-10-02
init.c (build_new): Use cp_expr_loc_or_input_loc in two places.
Paolo Carlini
1
-6
/
+8
2019-09-25
name-lookup.c (check_extern_c_conflict): Use DECL_SOURCE_LOCATION.
Paolo Carlini
1
-5
/
+8
2019-09-24
PR c++/91868 - improve -Wshadow location.
Marek Polacek
1
-3
/
+3
2019-08-28
[PR c++/90613] Fix using-decl debug bloat
Nathan Sidwell
1
-16
/
+17
2019-08-23
PR c++/79817 - attribute deprecated on namespace.
Marek Polacek
1
-0
/
+18
2019-08-15
Implement P0848R3, Conditionally Trivial Special Member Functions.
Jason Merrill
1
-3
/
+3
2019-08-14
PR c++/91436 fix C++ dialect for std::make_unique fix-it hint
Jonathan Wakely
1
-2
/
+2
2019-08-14
Add more entries to the C++ get_std_name_hint array
Jonathan Wakely
1
-0
/
+40
2019-07-20
Reduce memory consumption for push/pop_access_scope.
Jason Merrill
1
-1
/
+13
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-06-17
[PR c++/90754] name lookup ICE
Nathan Sidwell
1
-9
/
+9
2019-06-04
[C++ PATCH] structure tag lookup
Nathan Sidwell
1
-70
/
+55
2019-05-31
[C++PATCH] Lambda names are anonymous
Nathan Sidwell
1
-16
/
+0
2019-05-28
[PATCH] Commonize anon-name generation
Nathan Sidwell
1
-20
/
+4
2019-05-21
[C++ PATCH] Using decls
Nathan Sidwell
1
-21
/
+18
2019-05-21
[C++ PATCH] Using decls
Nathan Sidwell
1
-226
/
+165
2019-05-20
name-lookup.c (finish_using_directive): Don't issue inform() if the warning d...
Marek Polacek
1
-3
/
+3
2019-05-20
[C++ PATCH] Commonixe using directive finishing
Nathan Sidwell
1
-39
/
+23
2019-05-20
[C++ PATCH] namespace using directives
Nathan Sidwell
1
-15
/
+5
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-4
/
+4
2019-05-01
[C++ PATCH] Simplify class member lookup
Nathan Sidwell
1
-20
/
+15
2019-03-11
Wrap apostrophes in gcc internal format with %'.
Martin Liska
1
-1
/
+1
2019-03-07
PR c++/88123 - lambda and using-directive.
Jason Merrill
1
-0
/
+99
2019-02-28
* name-lookup.c (print_binding_level): Print this_entity.
Jason Merrill
1
-0
/
+2
2019-02-19
P0482R5 char8_t: Standard library support
Tom Honermann
1
-0
/
+1
2019-02-13
[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
Alexandre Oliva
1
-1
/
+1
[next]