aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2003-04-03gengtype-lex.l (IWORD): Add CHAR_BITFIELD.Kaveh R. Ghazi1-20/+20
2003-03-30cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype.Gabriel Dos Reis1-4/+2
2003-03-30name-lookup.c: New file.Gabriel Dos Reis1-57/+1
2003-03-28re PR c++/10245 (?: operator requires public copy constructor of return type)Jason Merrill1-0/+1
2003-03-27re PR c++/10158 (ICE with templates and friends)Nathan Sidwell1-1/+2
2003-03-22PR c++/9978, c++/9708Nathan Sidwell1-1/+1
2003-03-20cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.Matt Austern1-2/+4
2003-03-19c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.Nathanael Nerode1-1/+1
2003-03-16re PR c++/9629 (virtual inheritance segfault)Nathan Sidwell1-1/+5
2003-03-15Compile-time improvement: 2/n.Gabriel Dos Reis1-33/+42
2003-03-11re PR c++/8700 (unhelpful error message for binding temp to reference)Mark Mitchell1-8/+2
2003-03-1116077.C: Adjust warnings.Mark Mitchell1-2/+1
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-1/+1
2003-03-08re PR c++/9823 (ICE in sort_mem_initializers)Mark Mitchell1-1/+0
2003-03-08re PR c++/9809 (when are builtins brought into view)Mark Mitchell1-1/+2
2003-03-07call.c (reference_binding): Remove REF_IS_VAR parameter.Mark Mitchell1-1/+2
2003-03-04cp-tree.h (cxx_saved_binding): Declare.Gabriel Dos Reis1-1/+5
2003-03-03re PR c++/9878 (error: non-lvalue in unary `&' wrongly issued)Mark Mitchell1-2/+5
2003-02-28re PR c++/9879 (ICE / endless compile with "new int[2]()")Mark Mitchell1-1/+1
2003-02-24re PR c++/9836 (Error with typdefs in partial specializations of classes)Mark Mitchell1-4/+6
2003-02-24re PR c++/5333 (ICE on nested template classes using other nested template cl...Mark Mitchell1-0/+6
2003-02-20Change base class access representation.Nathan Sidwell1-108/+41
2003-02-18* gcc.c (validate_switches): Don't scan past closing '}'.Geoffrey Keating1-4/+0
2003-02-15search.c: ANSIfy function declarations and definitions.Nathan Sidwell1-2/+2
2003-02-10cp-tree.h (struct lang_type_header): Make all fields unsigned char.Dan Nicolaescu1-9/+9
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-3/+7
2003-01-30class.c (check_field_decls): Only check C_TYPE_FIELDS_READONLY for class types.Mark Mitchell1-7/+14
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-10/+9
2003-01-25cp-tree.h (flagged_type_tree_s): Remove.Kriang Lerdsuwanakij1-7/+0
2003-01-23* cp-tree.h, decl.h: Get rid of PARAMS. Again.Nathanael Nerode1-3/+3
2003-01-22re PR c++/9388 ([new parser] ICE in cxx_incomplete_type_diagnostic, at cp/typ...Mark Mitchell1-0/+4
2003-01-17re PR c++/9294 ([new parser] parser enters infinite loop)Mark Mitchell1-3/+13
2003-01-16re PR c++/8564 (ICE in find_function_data, at function.c:329)Jason Merrill1-1/+1
2003-01-16cp-tree.h (tsubst_copy_and_build): New declaration.Jeffrey D. Oldham1-0/+1
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-23/+3
2003-01-14config-lang.in: Add semantics.c to gtfiles.Kriang Lerdsuwanakij1-8/+34
2003-01-13re PR c++/9264 ([parser] ICE on invalid octal constant)Mark Mitchell1-1/+0
2003-01-10cfns.gperf: ANSIfy function declarations.Nathanael Nerode1-626/+629
2003-01-10re PR c++/9128 (Typeid does not work on polymorphic classes)Mark Mitchell1-4/+0
2003-01-10Merge from pch-branch.Geoffrey Keating1-8/+19
2003-01-03cp-tree.h (struct lang_type_class): add field for key methodMatt Austern1-3/+10
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2003-01-01cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.Mark Mitchell1-7/+1
2002-12-31class.c (modify_vtable_entry): Remove unused variable.Nathan Sidwell1-3/+7
2002-12-31cp-tree.def (RETURN_INIT): Remove.Mark Mitchell1-16/+6
2002-12-31* cp-tree.h (pending_lang_change): Declare.Gabriel Dos Reis1-0/+3
2002-12-30parse.y: Remove.Mark Mitchell1-3/+1
2002-12-30cp-tree.h (THUNK_TARGET): New macro.Nathan Sidwell1-8/+17
2002-12-29Remove traditional C constructs 4/n.Gabriel Dos Reis1-69/+65
2002-12-28Remove traditional C constructs 3/n.Gabriel Dos Reis1-11/+11