aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-27/+32
2003-04-11c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg1-2/+2
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-7/+5
2003-03-07c-pch.c: Include langhooks.h.Geoffrey Keating1-10/+12
2003-02-26* objc-act.c: (mark_referenced_methods): Fix compilation problem.Jan Hubicka1-2/+2
2003-02-26objc-act.c: Include cgraph.hJan Hubicka1-0/+26
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-1/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+1
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-6/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-24objc-act.c (get_static_reference): Remove unneeded TYPE_BINFO initialization.Ziemowit Laski1-4/+2
2002-09-17Fixed ObjC typechecking, particularly case with protocolsNicola Pero1-34/+191
2002-09-06c-lang.c (objc_is_id): New stub.Ziemowit Laski1-6/+20
2002-09-06Compile ObjC @protocols into list of ObjC statically allocated instances,Nicola Pero1-1/+84
2002-09-06Fixed bugs in the ObjC -gen-decls optionNicola Pero1-11/+36
2002-09-03Fixed typo causing bloat when compiling ObjC programs with GNU runtimeNicola Pero1-4/+4
2002-08-27Added -Wundeclared-selector ObjC command line optionNicola Pero1-0/+30
2002-08-26objc-act.c (get_super_receiver): If inside a class method of a category...Ziemowit Laski1-2/+6
2002-08-20objc-act.c (building_objc_message_expr): Rename to current_objc_message_selec...Ziemowit Laski1-4/+4
2002-08-20objc-act.c (build_ivar_chain): Remove.Ziemowit Laski1-59/+17
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski1-16/+1
2002-08-08objc-act.c (build_selector_translation_table): Issue warning...Devang Patel1-0/+26
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth1-41/+0
2002-08-01objc-act.c (encode_complete_bitfield): Add prototype and avoid ISO C style fu...Kaveh R. Ghazi1-1/+5
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth1-35/+4
2002-07-29objc-act.c (objc_init): Return immediately if filename is NULL.Neil Booth1-0/+2
2002-07-25objc-act.c (UTAG_STATICS, [...]): Remove.Neil Booth1-6/+0
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-07-09objc-act.c (adjust_type_for_id_default): Fix my previous patch.Devang Patel1-1/+1
2002-07-02objc-act.c (adjust_type_for_id_default): Do not allow an object as parameter.Devang Patel1-0/+4
2002-07-02c-parse.in (designator): Enable designated initializers if ObjC.Ziemowit Laski1-4/+2
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-4/+8
2002-07-01objc-act.c (finish_file): Avoid finish_objc() if -fsyntax-only.Devang Patel1-1/+4
2002-06-11objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error.Gabriel Dos Reis1-2/+2
2002-06-05toplev.h (report_error_function): Remove.Gabriel Dos Reis1-4/+5
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-73/+7
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-2/+0
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-16/+18
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+1
2002-03-28c-decl.c (finish_function): New arg can_defer_p.Richard Henderson1-2/+2
2002-03-20Makefile.in: Update.Neil Booth1-4/+1
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-52/+0
2002-03-12Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi1-1/+1
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-3/+0
2002-02-18objc-act.c (handle_impent): Remove leading '*' from objc_class_name.David Billinghurst1-1/+1
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth1-0/+7
2002-01-29re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth1-7/+0
2002-01-08Remove spurious warnings of the like '__objc_class_ref_NSObject defined butNicola Pero1-0/+1
2002-01-06objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*.Jakub Jelinek1-6/+15
2002-01-02objc-act.c (hack_method_prototype): Clear current_function_decl after abusing...Richard Henderson1-1/+5