Age | Commit message (Expand) | Author | Files | Lines |
2024-10-15 | c: Implement C2Y N3355 - Named Loops [PR117022] | Jakub Jelinek | 1 | -0/+172 |
2024-04-23 | testsuite: Adjust testsuite expectations for diagnostic spelling fixes | Jakub Jelinek | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2023-11-27 | c-family: Implement __has_feature and __has_extension [PR60512] | Alex Coplan | 1 | -0/+26 |
2023-11-08 | testsuite: Rename c2x-*, gnu2x-* tests to c23-*, gnu23-* | Joseph Myers | 1 | -1/+1 |
2023-11-07 | testsuite: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -2/+2 |
2023-05-16 | c: Remove restrictions on declarations in 'for' loops for C2X | Joseph Myers | 1 | -1/+1 |
2023-02-16 | testsuite, objective-c: Cater for Windows intptr type. | Iain Sandoe | 1 | -3/+3 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2022-09-02 | STABS: remove -gstabs and -gxcoff functionality | Martin Liska | 1 | -19/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2022-01-01 | objc: Fix handling of break stmt inside of switch inside of ObjC foreach [PR1... | Jakub Jelinek | 1 | -0/+101 |
2021-12-18 | Darwin: Future-proof and homogeneize detection of darwin versions | François-Xavier Coudert | 1 | -1/+1 |
2021-09-01 | C-family: Add attribute 'unavailable'. | Iain Sandoe | 6 | -0/+187 |
2021-08-18 | Objective-C: fix crash with -fobjc-nilcheck | Iain Sandoe | 3 | -0/+46 |
2021-04-22 | testsuite/100176 - fix struct-layout-1_generate.c compile | Richard Biener | 1 | -0/+2 |
2021-03-18 | Objective-C++ : Fix handling of unnamed message parms [PR49070]. | Iain Sandoe | 1 | -0/+28 |
2021-02-04 | PR c/97882 - Segmentation Fault on improper redeclaration of function | Martin Sebor | 2 | -3/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
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 |