Age | Commit message (Expand) | Author | Files | Lines |
2023-02-15 | testsuite, objective-c: Fix a testcase on Windows. | Iain Sandoe | 1 | -6/+8 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 7 | -7/+7 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 7 | -7/+7 |
2021-12-18 | Darwin: Future-proof and homogeneize detection of darwin versions | François-Xavier Coudert | 2 | -2/+2 |
2021-09-01 | C-family: Add attribute 'unavailable'. | Iain Sandoe | 6 | -0/+186 |
2021-08-18 | Objective-C: fix crash with -fobjc-nilcheck | Iain Sandoe | 3 | -0/+46 |
2021-03-18 | Objective-C++ : Fix handling of unnamed message parms [PR49070]. | Iain Sandoe | 1 | -0/+52 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 7 | -7/+7 |
2020-12-26 | Objective-C++ : Fix up testcase EOF diagnostics. | Iain Sandoe | 4 | -4/+4 |
2020-11-13 | C-Family, Objective-C : Implement Objective-C nullability Part 1[PR90707]. | Iain Sandoe | 3 | -1/+60 |
2020-11-13 | Objective-C [3/3] : Implement Wobjc-root-class [PR77404]. | Iain Sandoe | 106 | -19/+117 |
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 | -11/+16 |
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 | 4 | -13/+19 |
2020-11-01 | Objective-C : Implement SEL as a built-in typedef. | Iain Sandoe | 1 | -0/+7 |
2020-11-01 | Objective-C++ : Address a FIXME. | Iain Sandoe | 1 | -1/+0 |
2020-10-11 | testsuite, Objective-c++ : Update diagnostic plugin test. | Iain Sandoe | 1 | -10/+23 |
2020-10-11 | testsuite, objective-c++ : GC is not available from Darwin16. | Iain Sandoe | 1 | -1/+1 |
2020-10-11 | testsuite, Objective-C++ : Skip an ancient test on newer systems. | Iain Sandoe | 1 | -2/+2 |
2020-10-11 | testsuite, Objective-c++ : Fix GNU API tests to work with NeXT where possible. | Iain Sandoe | 3 | -2/+8 |
2020-09-11 | objc++: Always pop scope with method definitions [PR97015] | Nathan Sidwell | 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-06-26 | c++: Change the default dialect to C++17. | Marek Polacek | 1 | -1/+1 |
2020-05-12 | preprocessor: EOF location is at end of file [PR95013] | Nathan Sidwell | 4 | -4/+5 |
2020-02-25 | Fix typo: paramter -> parameter [PR93864] | Jakub Jelinek | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 7 | -7/+7 |
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 | -8/+14 |
2019-06-15 | [objective-c/c++, testsuite, 3/3] Workaround for PR90709. | Iain Sandoe | 17 | -24/+36 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 2 | -9/+9 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 13 | -53/+38 |
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 | 7 | -19/+19 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 7 | -7/+7 |
2018-11-26 | re PR testsuite/88090 (obj-c++.dg/attributes/method-nonnull-1.mm FAILs) | Jakub Jelinek | 1 | -2/+4 |
2018-11-15 | PR c++/87541 - ICE using a constant decl as an attribute alloc_size argument | Martin Sebor | 2 | -8/+10 |
2018-06-13 | c-opts.c (c_common_post_options): Warn about useless -Wabi. | Jason Merrill | 2 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 7 | -7/+7 |
2017-11-22 | C/C++: fix quoting of "aka" typedef information (PR 62170) | David Malcolm | 1 | -2/+2 |
2017-11-06 | Fix test-suite fallout of default -Wreturn-type. | Martin Liska | 3 | -0/+3 |
2017-10-12 | C/C++: add fix-it hints for various missing symbols | David Malcolm | 2 | -7/+7 |
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 | 19 | -101/+99 |
2017-04-28 | Remove superfluous "" in dg-(error|warning|message|bogus) | Tom de Vries | 1 | -1/+1 |
2017-04-28 | Remove superfluous '{ target *-*-* }' in dg-(error|warning|message|bogus) | Tom de Vries | 1 | -1/+1 |
2017-04-28 | Remove superfluous ' . ' in dg-(error|warning|message|bogus) | Tom de Vries | 1 | -1/+1 |
2017-04-19 | Use relative line number for subsequent dg directives | Tom de Vries | 39 | -76/+76 |
2017-01-27 | re PR c++/71290 (Flexible array member is not diagnosed with -pedantic) | Martin Sebor | 1 | -2/+1 |