aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.cc
AgeCommit message (Expand)AuthorFilesLines
2022-04-13c++: local fn and generic lambda [PR97219]Jason Merrill1-0/+18
2022-04-08c++: friend implicit template instantiation [PR91618]Jason Merrill1-0/+15
2022-04-07c++: use after free during name lookup w/ modules [PR99479]Patrick Palka1-40/+22
2022-04-06c++: -Wshadow=compatible-local type vs var [PR100608]Jason Merrill1-0/+4
2022-03-28c++: visibility of local extern [PR103291]Jason Merrill1-0/+3
2022-03-23c++: tweak PR105006 fixJason Merrill1-1/+1
2022-03-23c++: using from enclosing class template [PR105006]Jason Merrill1-0/+15
2022-03-18c++: using lookup within class defn [PR104476]Jason Merrill1-4/+12
2022-02-08c++: Don't emit repeated -Wshadow warnings for templates/ctors [PR104379]Jakub Jelinek1-8/+16
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+8944