Age | Commit message (Expand) | Author | Files | Lines |
2021-09-13 | Merged current trunk to branch. | Thomas Koenig | 23 | -13/+276 |
2020-11-14 | testsuite, Objective-C : Amend PR23214 for Darwin11. | Iain Sandoe | 1 | -1/+1 |
2020-11-13 | C-Family, Objective-C : Implement Objective-C nullability Part 1[PR90707]. | Iain Sandoe | 3 | -0/+59 |
2020-11-13 | Objective-C [2/3] : Implement Wobjc-root-class [PR77404]. | Iain Sandoe | 124 | -32/+171 |
2020-11-13 | C-family, Objective-C [1/3] : Implement Wobjc-root-class [PR77404]. | Iain Sandoe | 2 | -0/+21 |
2020-11-08 | Objective-C/C++ : Handle parsing @property 'class' attribute. | Iain Sandoe | 1 | -8/+13 |
2020-11-07 | Objective-C/C++ (C-family) : Add missing 'atomic' property attribute. | Iain Sandoe | 1 | -0/+3 |
2020-11-07 | Objective-C : Implement NSObject attribute. | Iain Sandoe | 1 | -0/+66 |
2020-11-06 | Objective-C/C++ (parsers) : Update @property attribute parsing. | Iain Sandoe | 5 | -14/+19 |
2020-11-01 | Objective-C : Implement SEL as a built-in typedef. | Iain Sandoe | 1 | -0/+7 |
2020-10-11 | testsuite, Objective-C : Fix two plugin diagnostics tests for Darwin. | Iain Sandoe | 1 | -6/+19 |
2020-10-11 | testsuite, Objective-C : Fix call-super-2.m for newer NeXT headers. | Iain Sandoe | 1 | -1/+5 |
2020-10-11 | testsuite, Objective-C : Update forward-1.m. | Iain Sandoe | 1 | -4/+42 |
2020-10-11 | testsuite, Objective-C : Add initialize method to root class. | Iain Sandoe | 1 | -0/+6 |
2020-10-11 | testsuite, Objective-C : Adjust gnu-api tests for Darwin. | Iain Sandoe | 3 | -3/+12 |
2020-10-11 | testsuite, Objective-C : Update a test for newer OS versions. | Iain Sandoe | 1 | -1/+1 |
2020-06-28 | Underline argument in -Wnonnull and in C++ extend warning to the this pointer... | Martin Sebor | 1 | -4/+4 |
2020-04-19 | c, objc: Fix up c_parser_objc_selector_arg after CPP_SCOPE changes [PR94637] | Jakub Jelinek | 1 | -0/+10 |
2020-02-25 | Fix typo: paramter -> parameter [PR93864] | Jakub Jelinek | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2019-11-29 | Handle C2x attributes in Objective-C. | Joseph Myers | 1 | -0/+5 |
2019-08-13 | [Darwin] There is no need to distinguish PIC/non-PIC symbol stubs. | Iain Sandoe | 2 | -2/+2 |
2019-06-20 | [objective-c/c++, testsuite] Fix stubify tests for -fnext-runtime. | Iain Sandoe | 2 | -9/+15 |
2019-06-15 | [objective-c/c++, testsuite, 2/3] Workaround for PR90709. | Iain Sandoe | 21 | -35/+42 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 2 | -9/+9 |
2019-05-18 | objective-c - add instancetype. | Iain Sandoe | 1 | -0/+30 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 16 | -59/+35 |
2019-01-14 | PR target/88638 - FAIL: fsf-nsstring-format-1.s on darwin | Martin Sebor | 1 | -2/+2 |
2019-01-09 | PR other/16615 [3/5] | Sandra Loosemore | 8 | -22/+22 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2018-11-15 | PR c++/87541 - ICE using a constant decl as an attribute alloc_size argument | Martin Sebor | 2 | -10/+10 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2017-11-22 | C/C++: fix quoting of "aka" typedef information (PR 62170) | David Malcolm | 1 | -3/+3 |
2017-10-12 | C/C++: add fix-it hints for various missing symbols | David Malcolm | 1 | -2/+2 |
2017-08-10 | * objc.dg/proto-lossage-4.m: Accept int/long int as intptr_t. | Marek Polacek | 1 | -3/+3 |
2017-08-09 | re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin... | Marek Polacek | 1 | -3/+3 |
2017-06-17 | Get rid of dg-skip-if etc. default args | Rainer Orth | 3 | -3/+3 |
2017-04-28 | Replace absolute linenrs in objc.dg,obj-c++.dg | Tom de Vries | 16 | -101/+97 |
2017-04-28 | Remove superfluous "" in dg-(error|warning|message|bogus) | Tom de Vries | 1 | -2/+2 |
2017-04-25 | Add dg-line | Tom de Vries | 1 | -4/+4 |
2017-04-19 | Use relative line number for subsequent dg directives | Tom de Vries | 45 | -83/+83 |
2017-04-16 | Remove braces around line number in dejagnu directive | Tom de Vries | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2016-09-26 | Implement -Wimplicit-fallthrough. | Marek Polacek | 1 | -0/+38 |
2016-02-23 | re PR objc/69844 (Possibly bogus error: unknown type name in ObjC code) | Jakub Jelinek | 1 | -0/+24 |
2016-02-12 | cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. | Jakub Jelinek | 3 | -7/+7 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2015-12-17 | Only support -gstabs on Mac OS X if assember supports it (PR target/67973) | Rainer Orth | 1 | -2/+1 |
2015-11-23 | Fix PR objc/68438 (uninitialized source ranges) | David Malcolm | 2 | -0/+184 |
2015-01-09 | ivars.c: Add a check for classes without instance variables... | Dimitris Papavasiliou | 1 | -0/+13 |