aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-29objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.Stan Shebs1-6/+4
2001-12-29* objc/objc-act.c: Apply various cosmetic and formatting changes.Stan Shebs1-67/+63
2001-12-28objc-act.c (build_module_descriptor): Make sure the init function is not defe...Stan Shebs1-0/+8
2001-12-17Makefile.in: Update dependencies.Neil Booth1-27/+1
2001-12-12Fixed compilation of bitfields of enumerations in args and ivarsNicola Pero1-1/+2
2001-12-11objc-act.c (build_string_class_template): New.Richard Henderson1-2/+36
2001-12-11objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names.Stan Shebs1-2/+2
2001-12-11objc-act.c (build_constructor): Cast initializer values to the proper field t...Richard Henderson1-1/+20
2001-12-04Make-lang.in: Update copyright.Ziemowit Laski1-66/+37
2001-12-02cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi1-1/+1
2001-12-02* objc-act.c: Partially reverse mistaken commit.Neil Booth1-1/+27