aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-2/+2
2016-07-20C++ FE: handle misspelled identifiers and typenamesDavid Malcolm1-2/+114
2016-05-28Revert the attempted fix for c++/69855, it breaks bootstrap.Ville Voutilainen1-18/+0
2016-05-27re PR c++/60385 (confused by earlier errors, bailing out)Paolo Carlini1-3/+9
2016-05-27re PR c++/69855 (Missing diagnostic for overload that only differs by return ...Ville Voutilainen1-0/+18
2016-05-25PR c++/71173 - wrong qualified lookupJason Merrill1-10/+9
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-12/+1
2016-04-21Reuse the saved_scope structures allocated by push_to_top_levelPatrick Palka1-1/+24
2016-04-19re PR c++/70522 (Hidden friend functions block qualified name lookup into nes...Jason Merrill1-1/+2
2016-02-16re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill1-1/+12
2016-02-16re PR c++/69657 (abs() not inlined after including math.h)Jason Merrill1-2/+13
2016-02-15re PR c++/69753 (bogus: expected primary-expression before ‘>’ token)Jason Merrill1-12/+1
2016-02-10re PR c++/69657 (abs() not inlined after including math.h)Jason Merrill1-5/+9
2016-02-08re PR c++/69657 (abs() not inlined after including math.h)Jason Merrill1-13/+16
2016-01-29Fix cp_binding_level reuse logicPatrick Palka1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04C++ FE: expression rangesDavid Malcolm1-3/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+4
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+1
2015-10-01re PR c++/54430 ([C++11] For-Loop: Scope of iterating variable begins too early)Ville Voutilainen1-1/+1
2015-08-20* name-lookup.c (hidden_name_p): Handle OVERLOAD.Jason Merrill1-0/+7
2015-07-30class.c (check_for_override): Use DECL_SOURCE_LOCATION and "%qD" in warning_a...Paolo Carlini1-16/+20
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-14re PR c++/65721 (Internal compiler error segmentation fault)Jason Merrill1-1/+1
2015-04-01re PR c++/56100 (spurious -Wshadow warning with local variable in template cl...Paolo Carlini1-4/+4
2015-03-25re PR c++/65558 (crash using __attribute__((__abi_tag__)) on anonymous inline...Marek Polacek1-0/+6
2015-03-24re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-1/+1
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-1/+18
2015-01-15re PR c++/59366 (A friend function template defined in a class is found witho...Momchil Velikov1-11/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12cp-tree.h (NAMESPACE_ABI_TAG): New.Jason Merrill1-4/+9
2014-11-21re PR c++/63942 (constexpr conflicts with previous declaration)Jason Merrill1-0/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-7/+4
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-1/+1
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-1/+1
2014-08-22re PR c++/57709 (-Wshadow is too strict / has false positives)Manuel López-Ibáñez1-3/+18
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-7/+6
2014-06-11re PR c++/60265 ([C++11] using-declaration of enumerator fails if fully quali...Paolo Carlini1-1/+1
2014-06-09re PR c++/22556 (extern array: compatible declaration at function scope refused)Paolo Carlini1-1/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-7/+7
2014-04-15decl.c (duplicate_decls): Remove redundant TYPE_NAME use.Paolo Carlini1-2/+1