aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-03Core DR 1442 PR c++/59165Paolo Carlini1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-19parser.c (cp_parser_lambda_introducer, [...]): Use cp_parser_lookup_name_simple.Paolo Carlini1-0/+1
2013-03-28cp-tree.h (next_aggr_init_expr_arg): Remove static specifier.Gabriel Dos Reis1-2/+2
2013-03-16re PR c++/54764 (In class initialization of non-static lambda member can't be...Jason Merrill1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-12/+6
2011-08-14re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_l...Jason Merrill1-0/+1
2011-07-12name-lookup.h (cp_binding_level): Rename from cxx_scope.Diego Novillo1-83/+83
2011-06-24name-lookup.h (cp_binding_level): Removed unused member names_size.Gabriel Charette1-3/+0
2011-05-26detect C++ errors to fix 2288 and 18770Janis Johnson1-0/+2
2011-05-26re PR c++/48211 ([C++0x] Segment Fault When Compiling)Jason Merrill1-1/+1
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-1/+1
2011-02-23cp-tree.h (DECL_PARM_LEVEL): New.Jason Merrill1-0/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-09-11Implement range-based for-statements.Rodrigo Rivas Costa1-1/+1
2010-08-08name-lookup.h (cp_label_binding): Declare.Nathan Froyd1-7/+15
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-02-12re PR c++/43024 (ICE on template code with -O2 or -O3, regression from 4.4.2)Jason Merrill1-1/+1
2009-08-10Implement DR 757...Jason Merrill1-0/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-3/+4
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-10/+5
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-0/+2
2008-01-22re PR c++/34912 (ICE with friend in local class)Jason Merrill1-0/+1
2007-10-04re PR c++/32470 (fvisibility=hidden without effect in some cases)Jason Merrill1-6/+2
2007-08-24name-lookup.c (add_decl_to_level): Remove addition to vtables chain.Ollie Wild1-3/+0
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2006-06-06Fix up whitespacingMike Stump1-1/+1
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill1-1/+6
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson1-2/+3
2006-01-17name-lookup.c (lookup_namespace_name): Remove.Kazu Hirata1-1/+0
2005-11-21c-common.c, [...]: Revert 2005-11-18 lookup_name patch.Richard Henderson1-2/+1
2005-11-18c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.Mike Stump1-1/+1
2005-11-16c-decl.c (lookup_name_two): Add.Mike Stump1-0/+1
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor1-2/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-12/+12
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-1/+1
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell1-0/+1
2005-05-07decl.c (wrapup_globals_for_namespace): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-3/+5
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij1-0/+1
2005-01-25name-lookup.c (print_binding_level): Make static.Volker Reichelt1-3/+0
2005-01-19* cp-tree.h, name-lookup.h: Remove unused prototypes.Kazu Hirata1-1/+0
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell1-2/+2
2004-12-30cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua...Mark Mitchell1-1/+1
2004-11-26Friend class name lookup 4/nKriang Lerdsuwanakij1-7/+0
2004-11-25Friend class name lookup 3/n, PR c++/3332Kriang Lerdsuwanakij1-0/+2