summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
* Fixed ObjC typechecking, particularly case with protocolsNicola Pero2002-09-171-34/+191
* c-lang.c (objc_is_id): New stub.Ziemowit Laski2002-09-061-6/+20
* Compile ObjC @protocols into list of ObjC statically allocated instances,Nicola Pero2002-09-061-1/+84
* Fixed bugs in the ObjC -gen-decls optionNicola Pero2002-09-061-11/+36
* Fixed typo causing bloat when compiling ObjC programs with GNU runtimeNicola Pero2002-09-031-4/+4
* Added -Wundeclared-selector ObjC command line optionNicola Pero2002-08-271-0/+30
* objc-act.c (get_super_receiver): If inside a class method of a category...Ziemowit Laski2002-08-261-2/+6
* objc-act.c (building_objc_message_expr): Rename to current_objc_message_selec...Ziemowit Laski2002-08-201-4/+4
* objc-act.c (build_ivar_chain): Remove.Ziemowit Laski2002-08-202-59/+18
* c-opts.c (set_std_cxx98, [...]): New.Neil Booth2002-08-101-4/+3
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-102-18/+4
* objc-act.c (build_selector_translation_table): Issue warning...Devang Patel2002-08-081-0/+26
* configure.in (enable_coverage): New enable switch.Nathan Sidwell2002-08-081-0/+1
* Makefile.in (c-opts.o, [...]): Update.Neil Booth2002-08-073-43/+1
* objc-act.c (encode_complete_bitfield): Add prototype and avoid ISO C style fu...Kaveh R. Ghazi2002-08-011-1/+5
* c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth2002-08-011-35/+4
* objc-act.c (objc_init): Return immediately if filename is NULL.Neil Booth2002-07-291-0/+2
* objc-act.c (UTAG_STATICS, [...]): Remove.Neil Booth2002-07-251-6/+0
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0
* Make gengtype.c language independent.Tim Josling2002-07-141-1/+1
* objc-act.c (adjust_type_for_id_default): Fix my previous patch.Devang Patel2002-07-091-1/+1
* objc-act.c (adjust_type_for_id_default): Do not allow an object as parameter.Devang Patel2002-07-021-0/+4
* c-parse.in (designator): Enable designated initializers if ObjC.Ziemowit Laski2002-07-022-6/+2
* tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2002-07-011-4/+8
* objc-act.c (finish_file): Avoid finish_objc() if -fsyntax-only.Devang Patel2002-07-011-1/+4
* objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error.Gabriel Dos Reis2002-06-111-2/+2
* Define some laguage hooks which were missing - LANG_HOOKS_GET_ALIAS_SETNicola Pero2002-06-061-1/+5
* toplev.h (report_error_function): Remove.Gabriel Dos Reis2002-06-052-5/+6
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-045-87/+19
* gcc.c (cpp_unique_options): Remove "-d" options.Matthew Woodcraft2002-05-311-1/+2
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-252-6/+4
* re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth2002-05-222-14/+3
* gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when...Neil Booth2002-05-141-1/+1
* c-common.c (fix_string_type): Split out of ...Richard Henderson2002-04-261-16/+18
* c-common.h (c_common_parse_file): Update.Neil Booth2002-04-251-2/+0
* attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth2002-04-241-0/+6
* Makefile.in: Update.Neil Booth2002-04-201-0/+7
* builtins.c: Include langhooks.h.Neil Booth2002-04-191-0/+2
* c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth2002-04-181-0/+2
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-0/+2
* re PR rtl-optimization/4330 (Optimizer generates illegal assembly code)Richard Henderson2002-04-031-0/+3
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-0/+2
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-0/+6
* c-common.c (c_unsafe_for_reeval): Rename.Neil Booth2002-03-311-0/+4
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-292-1/+6
* c-decl.c (finish_function): New arg can_defer_p.Richard Henderson2002-03-281-2/+2
* Makefile.in (attribs.o): Update.Neil Booth2002-03-271-0/+2
* c-common.c (c_expand_expr): Fix prototype.Neil Booth2002-03-271-0/+2
* Makefile.in (ggc-common.o): Update.Neil Booth2002-03-261-0/+2
* Removal of separate preprocessor cpp0.Neil Booth2002-03-241-1/+1