aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-15pt.c (tsubst_default_argument): Use push_to/pop_from_top_level.Jason Merrill1-20/+18
2018-06-15PR c++/82882 - ICE with lambda in template default argument.Jason Merrill1-0/+8
2018-05-07[C++ PATCH] Kill -fno-for-scopeNathan Sidwell1-83/+1
2018-05-03[C++ Patch] Kill -ffriend-injectionNathan Sidwell1-9/+2
2018-05-02re PR c++/68374 (G++ -Wshadow doesn't warn about static member shadowing)Paolo Carlini1-0/+1
2018-05-01PR c++/85580 - extern "C" and local variablesJason Merrill1-0/+4
2018-04-27Don't offer suggestions for compiler-generated variables (PR c++/85515)David Malcolm1-0/+6
2018-04-27[C++ PATCH] some cleanupsNathan Sidwell1-1/+1
2018-04-12Prevent erroneous "macro had not yet been defined" messages (PR c++/85385)David Malcolm1-10/+29
2018-04-06C++: more std header hints; filter on C++ dialect (PR c++/84269)David Malcolm1-71/+191
2018-04-06C++: suggest missing headers for implicit use of "std" (PR c++/85021)David Malcolm1-14/+79
2018-04-05re PR c++/80956 (ICE with abstract class vector)Paolo Carlini1-2/+2
2018-04-03re PR c++/85140 (ICE with invalid use of alignas)Jakub Jelinek1-0/+3
2018-03-29More #include suggestions (PR c++/84269)David Malcolm1-0/+14
2018-03-21[PR c++/84804] ICE with default arg, template friend & lambdaNathan Sidwell1-1/+2
2018-03-21[PR c++/84836] ICE with local scopesNathan Sidwell1-13/+4
2018-03-20[PR c++/84962] ICE with anon-struct memberNathan Sidwell1-9/+23
2018-03-19[C++/84812] ICE with local fn declNathan Sidwell1-2/+5
2018-03-09[PR c++/84733] ICE in check-local-shadowNathan Sidwell1-3/+4
2018-03-01[PR c++/84434] ICE with deduction guideNathan Sidwell1-46/+38
2018-02-28[PR c++/84602] ICE with anon-structNathan Sidwell1-19/+9
2018-02-27[PR c++/84426] ICE after conflicting member declNathan Sidwell1-26/+28
2018-02-26re PR c++/84537 (ICE in get_string, at spellcheck-tree.h)Marek Polacek1-0/+4
2018-02-16[C++ PATCH] Deprecate -ffriend-injectionNathan Sidwell1-0/+6
2018-02-16[PR c++/84375] Fix ICE after bad friendNathan Sidwell1-6/+10
2018-02-07C++: avoid most reserved words as misspelling suggestions (PR c++/81610 and P...David Malcolm1-3/+28
2018-01-26PR c++/82514 - ICE with local class in generic lambda.Jason Merrill1-1/+2
2018-01-23[C++ PATCH] Deprecate ARM-era for scopesNathan Sidwell1-23/+24
2018-01-16re PR c++/83825 (ICE on invalid C++ code with shadowed identifiers: in operat...Jakub Jelinek1-6/+6
2018-01-03re PR preprocessor/83602 (ICE in cpp_macro_definition_location(cpp_hashnode*)...Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-12-18[PR c++/59930] template friend injectionNathan Sidwell1-0/+9
2017-12-06C/C++: don't suggest implementation names as spelling fixes (PR c/83236)David Malcolm1-4/+21
2017-12-06Move macro-spellchecking code from "gcc" to new files in c-familyDavid Malcolm1-0/+1
2017-12-01Give #include hints for <complex>.Jason Merrill1-0/+3
2017-11-22re PR c++/82401 (error: qsort comparator non-negative on sorted output: 1 in ...Jakub Jelinek1-1/+4
2017-11-21C/C++: more stdlib header hints (PR c/81404)David Malcolm1-0/+11
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm1-2/+48
2017-11-20P0329R4: Designated InitializationJakub Jelinek1-15/+24
2017-11-20c-family: add name_hint/deferred_diagnosticDavid Malcolm1-6/+9
2017-11-16[PR c++/81060] ICE with invalid initialzer via lambdaNathan Sidwell1-5/+1
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-7/+7
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell1-1/+1
2017-10-10[C++ PATCH] hash-table for extern-c fns.Nathan Sidwell1-22/+24
2017-10-10[C++ PATCH] set_global_binding tweakNathan Sidwell1-15/+6
2017-10-06[PR c++/82424] Dont convert dependent typesNathan Sidwell1-1/+5
2017-10-06[C++ PATCH] hash-table for extern-c fns.Nathan Sidwell1-15/+35
2017-10-06[C++ PATCH] use hash-table for namespace contentsNathan Sidwell1-24/+12
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-21/+11