Age | Commit message (Expand) | Author | Files | Lines |
2005-03-14 | Friend class name lookup 5/n PR c++/1016 | Kriang Lerdsuwanakij | 1 | -0/+1 |
2005-01-25 | name-lookup.c (print_binding_level): Make static. | Volker Reichelt | 1 | -3/+0 |
2005-01-19 | * cp-tree.h, name-lookup.h: Remove unused prototypes. | Kazu Hirata | 1 | -1/+0 |
2005-01-05 | re PR c++/19030 (ice on tree check) | Nathan Sidwell | 1 | -2/+2 |
2004-12-30 | cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua... | Mark Mitchell | 1 | -1/+1 |
2004-11-26 | Friend class name lookup 4/n | Kriang Lerdsuwanakij | 1 | -7/+0 |
2004-11-25 | Friend class name lookup 3/n, PR c++/3332 | Kriang Lerdsuwanakij | 1 | -0/+2 |
2004-11-25 | Friend class name lookup 2/n, PR c++/14513, c++/15410 | Kriang Lerdsuwanakij | 1 | -1/+17 |
2004-11-15 | Friend class name lookup 1/n, PR c++/18471 | Kriang Lerdsuwanakij | 1 | -0/+1 |
2004-09-10 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-08 | vec.c (vec_p_reserve, [...]): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2004-07-14 | cp-tree.h (IDENTIFIER_VALUE): Remove. | Mark Mitchell | 1 | -2/+2 |
2004-07-13 | cp-tree.h (lang_identifier): Remove class_value. | Mark Mitchell | 1 | -2/+0 |
2004-07-12 | call.c (build_operator_new_call): Avoid using push_to_top_level. | Mark Mitchell | 1 | -2/+2 |
2004-07-11 | cp-tree.h (saved_scope): Make old_bindings a vector. | Mark Mitchell | 1 | -4/+14 |
2004-07-08 | name-lookup.h (struct cp_binding_level): Update documentation for class_shado... | Mark Mitchell | 1 | -6/+6 |
2004-07-08 | cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va... | Mark Mitchell | 1 | -2/+11 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -0/+4 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+0 |
2004-03-09 | re PR c++/14401 (Uninitialized reference error not reported.) | Mark Mitchell | 1 | -0/+1 |
2004-03-01 | re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0}) | Mark Mitchell | 1 | -1/+1 |
2004-01-27 | system.h (CHAR_BITFIELD): Delete. | Kaveh R. Ghazi | 1 | -1/+1 |
2004-01-26 | class.c (add_method): Just check processing_template_decl to determine whethe... | Mark Mitchell | 1 | -1/+0 |
2004-01-15 | add copyright 2004 | Alexandre Oliva | 1 | -1/+1 |
2004-01-15 | re PR c++/13659 (error: no matching function for call to) | Alexandre Oliva | 1 | -2/+2 |
2003-12-02 | name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD. | Richard Henderson | 1 | -1/+1 |
2003-11-11 | cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro. | Jason Merrill | 1 | -0/+2 |
2003-10-14 | Breack out decl.c (3/n) | Gabriel Dos Reis | 1 | -9/+0 |
2003-10-14 | name-lookup.h (cxx_scope_find_binding_for_name): Don't export. | Gabriel Dos Reis | 1 | -5/+19 |
2003-10-13 | Break out decl.c (2/n) | Gabriel Dos Reis | 1 | -10/+55 |
2003-10-03 | decl.c (struct cp_binding_level): Move to name-lookup.h | Gabriel Dos Reis | 1 | -0/+147 |
2003-09-27 | name-lookup.h (get_global_value_if_present): New function. | Gabriel Dos Reis | 1 | -0/+27 |
2003-09-27 | cp-tree.h, [...]: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and... | Gabriel Dos Reis | 1 | -13/+1 |
2003-09-06 | cp-tree.h (add_binding): Remove declaration. | Gabriel Dos Reis | 1 | -0/+1 |
2003-05-29 | name-lookup.h (global_scope_p): New macro. | Gabriel Dos Reis | 1 | -0/+3 |
2003-05-18 | hashtable.h (struct ht_identifier): Add data member "hash_value". | Gabriel Dos Reis | 1 | -0/+33 |
2003-03-30 | cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype. | Gabriel Dos Reis | 1 | -16/+16 |
2003-03-30 | name-lookup.c: New file. | Gabriel Dos Reis | 1 | -0/+85 |