aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2004-03-11* call.c, cp-tree.h, pt.c: Fix comment typos.Kazu Hirata1-1/+1
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-18/+8
2004-03-08re PR c++/13170 (ICE in build_base_path)Jason Merrill1-1/+1
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-6/+0
2004-02-14re PR c++/14122 (problem with non-type tmplt parm in member template)Mark Mitchell1-1/+1
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-16/+4
2004-02-12debug.h (struct gcc_debug_hooks): Add type_decl field.Zack Weinberg1-1/+0
2004-02-04re PR c++/13969 (static const value rejected as template parameter)Mark Mitchell1-0/+1
2004-02-02re PR c++/13113 (Nice warning about &(X::m) lost)Mark Mitchell1-0/+1
2004-01-27system.h (CHAR_BITFIELD): Delete.Kaveh R. Ghazi1-10/+10
2004-01-19re PR c++/13592 (C++ parser regression)Mark Mitchell1-3/+1
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-2/+2
2004-01-02re PR c++/13520 (gcc crashes with inheritance + default template parameter of...Kriang Lerdsuwanakij1-1/+8
2003-12-23c-common.c (flag_abi_version): Default to 2.Mark Mitchell1-1/+0
2003-12-22re PR c++/5050 (template instantiation depth exceeds/maybe recursion problem)Andrew Pinski1-2/+0
2003-12-22re PR c++/13438 (internal compiler error: tree check: expected identifier_nod...Mark Mitchell1-6/+0
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-3/+3
2003-12-18c-decl.c (check_bitfield_type_and_width): Remove enum special case suppressio...Richard Henderson1-1/+1
2003-12-12re PR c++/13118 ([ABI] Missed covariant return thunk)Nathan Sidwell1-15/+21
2003-12-10* cp-tree.h (DECL_CONV_FN_P): Check that DECL_NAME is non-NULL.Mark Mitchell1-1/+1
2003-12-08re PR c++/11971 (ICE in cp_expr_size with variadic function call)Jason Merrill1-0/+1
2003-12-08Give the anonymous namespace a null DECL_NAME.Jason Merrill1-2/+0
2003-12-04re PR c++/9127 (Confusing diagnostic on specialization not introduced by "tem...Mark Mitchell1-0/+1
2003-11-22re PR c++/5369 (template member friend declaration not honored)Kriang Lerdsuwanakij1-1/+3
2003-11-18re PR c++/12932 (ICE with use of ptr-to-function as template arg)Kriang Lerdsuwanakij1-1/+1
2003-11-12re PR c++/12735 (duplicate error messages for redeclaration errors)Mark Mitchell1-1/+1
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill1-0/+5
2003-10-24PR c++/12698, c++/12699, c++/12700, c++/12566Nathan Sidwell1-3/+17
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-10-14Breack out decl.c (3/n)Gabriel Dos Reis1-1/+1
2003-10-14name-lookup.h (cxx_scope_find_binding_for_name): Don't export.Gabriel Dos Reis1-19/+0
2003-10-13Break out decl.c (2/n)Gabriel Dos Reis1-46/+2
2003-10-08cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.Giovanni Bajo1-1/+3
2003-10-03decl.c (struct cp_binding_level): Move to name-lookup.hGabriel Dos Reis1-25/+0
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis1-2/+0
2003-09-27cp-tree.h, [...]: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and...Gabriel Dos Reis1-3/+3
2003-09-23cp-tree.h (scope_kind): Add new enumerator.Gabriel Dos Reis1-3/+5
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-17re PR c++/12266 (incorrect instantiation of unneeded template during overload...Mark Mitchell1-1/+5
2003-09-17re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)Mark Mitchell1-0/+2
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell1-16/+14
2003-09-10cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson1-1/+1
2003-09-06cp-tree.h (add_binding): Remove declaration.Gabriel Dos Reis1-1/+0
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell1-2/+7
2003-09-04cp-tree.h (finish_sizeof, [...]): Remove.Nathan Sidwell1-4/+2
2003-09-04Remove cast-as-lvalue extension.Mark Mitchell1-4/+1
2003-09-02re PR c++/11808 (Wrong namespace lookup for template function when induced by...Mark Mitchell1-1/+6
2003-09-01re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)Mark Mitchell1-1/+1
2003-08-29tree-optimize.c: New file.Richard Henderson1-0/+1