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/existing-fp8
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
2018-10-02
c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.
Richard Biener
1
-4
/
+0
2018-09-25
Remove unused functions and fields.
Martin Liska
1
-15
/
+0
2018-09-18
[PATCH c++/86881] -Wshadow-local-compatible ICE
Nathan Sidwell
1
-0
/
+7
2018-08-31
[PR c++/87155] Anonymous namespace and
Nathan Sidwell
1
-5
/
+8
2018-08-27
Less verbose fix-it hints for missing header files (PR 87091)
David Malcolm
1
-1
/
+1
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
1
-2
/
+2
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-16
/
+19
2018-08-16
[PATCH] CPP Macro predicates
Nathan Sidwell
1
-4
/
+4
2018-08-07
re PR c++/79133 (lambda capture shadowing parameter & decltype confusion)
Ville Voutilainen
1
-1
/
+17
2018-06-27
C++: don't offer bogus "._0" suggestions (PR c++/86329)
David Malcolm
1
-0
/
+5
2018-06-27
Avoid crash on friend in nested class template.
Jason Merrill
1
-14
/
+24
2018-06-21
Reduce garbage from push_to_top_level.
Jason Merrill
1
-2
/
+2
2018-06-15
pt.c (tsubst_default_argument): Use push_to/pop_from_top_level.
Jason Merrill
1
-20
/
+18
2018-06-15
PR c++/82882 - ICE with lambda in template default argument.
Jason Merrill
1
-0
/
+8
2018-05-07
[C++ PATCH] Kill -fno-for-scope
Nathan Sidwell
1
-83
/
+1
2018-05-03
[C++ Patch] Kill -ffriend-injection
Nathan Sidwell
1
-9
/
+2
2018-05-02
re PR c++/68374 (G++ -Wshadow doesn't warn about static member shadowing)
Paolo Carlini
1
-0
/
+1
2018-05-01
PR c++/85580 - extern "C" and local variables
Jason Merrill
1
-0
/
+4
2018-04-27
Don't offer suggestions for compiler-generated variables (PR c++/85515)
David Malcolm
1
-0
/
+6
2018-04-27
[C++ PATCH] some cleanups
Nathan Sidwell
1
-1
/
+1
2018-04-12
Prevent erroneous "macro had not yet been defined" messages (PR c++/85385)
David Malcolm
1
-10
/
+29
2018-04-06
C++: more std header hints; filter on C++ dialect (PR c++/84269)
David Malcolm
1
-71
/
+191
2018-04-06
C++: suggest missing headers for implicit use of "std" (PR c++/85021)
David Malcolm
1
-14
/
+79
2018-04-05
re PR c++/80956 (ICE with abstract class vector)
Paolo Carlini
1
-2
/
+2
2018-04-03
re PR c++/85140 (ICE with invalid use of alignas)
Jakub Jelinek
1
-0
/
+3
2018-03-29
More #include suggestions (PR c++/84269)
David Malcolm
1
-0
/
+14
2018-03-21
[PR c++/84804] ICE with default arg, template friend & lambda
Nathan Sidwell
1
-1
/
+2
2018-03-21
[PR c++/84836] ICE with local scopes
Nathan Sidwell
1
-13
/
+4
2018-03-20
[PR c++/84962] ICE with anon-struct member
Nathan Sidwell
1
-9
/
+23
2018-03-19
[C++/84812] ICE with local fn decl
Nathan Sidwell
1
-2
/
+5
2018-03-09
[PR c++/84733] ICE in check-local-shadow
Nathan Sidwell
1
-3
/
+4
2018-03-01
[PR c++/84434] ICE with deduction guide
Nathan Sidwell
1
-46
/
+38
2018-02-28
[PR c++/84602] ICE with anon-struct
Nathan Sidwell
1
-19
/
+9
2018-02-27
[PR c++/84426] ICE after conflicting member decl
Nathan Sidwell
1
-26
/
+28
2018-02-26
re PR c++/84537 (ICE in get_string, at spellcheck-tree.h)
Marek Polacek
1
-0
/
+4
2018-02-16
[C++ PATCH] Deprecate -ffriend-injection
Nathan Sidwell
1
-0
/
+6
2018-02-16
[PR c++/84375] Fix ICE after bad friend
Nathan Sidwell
1
-6
/
+10
2018-02-07
C++: avoid most reserved words as misspelling suggestions (PR c++/81610 and P...
David Malcolm
1
-3
/
+28
2018-01-26
PR c++/82514 - ICE with local class in generic lambda.
Jason Merrill
1
-1
/
+2
2018-01-23
[C++ PATCH] Deprecate ARM-era for scopes
Nathan Sidwell
1
-23
/
+24
2018-01-16
re PR c++/83825 (ICE on invalid C++ code with shadowed identifiers: in operat...
Jakub Jelinek
1
-6
/
+6
2018-01-03
re PR preprocessor/83602 (ICE in cpp_macro_definition_location(cpp_hashnode*)...
Jakub Jelinek
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
1
-1
/
+1
2017-12-18
[PR c++/59930] template friend injection
Nathan Sidwell
1
-0
/
+9
2017-12-06
C/C++: don't suggest implementation names as spelling fixes (PR c/83236)
David Malcolm
1
-4
/
+21
2017-12-06
Move macro-spellchecking code from "gcc" to new files in c-family
David Malcolm
1
-0
/
+1
2017-12-01
Give #include hints for <complex>.
Jason Merrill
1
-0
/
+3
2017-11-22
re PR c++/82401 (error: qsort comparator non-negative on sorted output: 1 in ...
Jakub Jelinek
1
-1
/
+4
2017-11-21
C/C++: more stdlib header hints (PR c/81404)
David Malcolm
1
-0
/
+11
[next]