Age | Commit message (Expand) | Author | Files | Lines |
2024-05-15 | c++: DR 569, DR 1693: fun with semicolons [PR113760] | Marek Polacek | 1 | -1/+1 |
2024-04-23 | Spelling fixes for translatable strings | Jakub Jelinek | 1 | -1/+1 |
2024-04-12 | c++: reference cast, conversion fn [PR113141] | Jason Merrill | 1 | -0/+4 |
2024-03-04 | c++/modules: relax diagnostic about GMF contents | Patrick Palka | 1 | -0/+4 |
2024-02-10 | c++: DR2237, cdtor and template-id tweaks [PR107126] | Marek Polacek | 1 | -0/+4 |
2024-01-23 | Sort warning options in c-family/c.opt. | Sandra Loosemore | 1 | -244/+244 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-21 | c++: Enable -Walloc-size and -Wcalloc-transposed-args warnings for C++ | Jakub Jelinek | 1 | -1/+1 |
2023-12-20 | c: Split -Wcalloc-transposed-args warning from -Walloc-size, -Walloc-size fixes | Jakub Jelinek | 1 | -0/+4 |
2023-12-13 | c++: note other candidates when diagnosing deletedness | Patrick Palka | 1 | -0/+4 |
2023-12-04 | c++: implement P2564, consteval needs to propagate up [PR107687] | Marek Polacek | 1 | -0/+4 |
2023-12-01 | c: Add new -Wdeclaration-missing-parameter-type permerror | Florian Weimer | 1 | -0/+4 |
2023-11-24 | c-family/c.opt (-Wopenmp): Add missing tailing '.' | Tobias Burnus | 1 | -1/+1 |
2023-11-24 | OpenMP: Add -Wopenmp and use it | Tobias Burnus | 1 | -0/+4 |
2023-11-23 | c++: Implement C++26 P2741R3 - user-generated static_assert messages [PR110348] | Jakub Jelinek | 1 | -0/+4 |
2023-11-09 | c: Add -Wreturn-mismatch warning, split from -Wreturn-type | Florian Weimer | 1 | -0/+4 |
2023-11-08 | c-family: Enable -fpermissive for C and ObjC | Florian Weimer | 1 | -1/+1 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -1/+1 |
2023-11-06 | c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954] | Joseph Myers | 1 | -6/+22 |
2023-11-01 | c: Add Walloc-size to warn about insufficient size in allocations [PR71219] | Martin Uecker | 1 | -0/+4 |
2023-09-19 | p1689r5: initial support | Ben Boeckel | 1 | -0/+12 |
2023-08-31 | Darwin: homogenize spelling of macOS | Francois-Xavier Coudert | 1 | -1/+1 |
2023-08-17 | Add warning options -W[no-]compare-distinct-pointer-types | Jose E. Marchesi | 1 | -0/+4 |
2023-08-11 | c: Support for -Wuseless-cast [PR84510] | Martin Uecker | 1 | -1/+1 |
2023-07-31 | c: add -Wmissing-variable-declarations [PR65213] | Hamza Mahfooz | 1 | -0/+4 |
2023-06-29 | Update documentation to clarify a GCC extension [PR c/77650] | Qing Zhao | 1 | -0/+5 |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 1 | -4/+20 |
2023-06-16 | c++: Accept elaborated-enum-base with pedwarn | Alex Coplan | 1 | -0/+4 |
2023-06-06 | c++: Add -Wnrvo | Jason Merrill | 1 | -0/+4 |
2023-02-23 | c++: Fix up -fcontracts option description [PR108890] | Jakub Jelinek | 1 | -1/+1 |
2023-01-31 | c++: Add -Wno-changes-meaning | Jason Merrill | 1 | -0/+4 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-16 | Add a new warning option -Wstrict-flex-arrays. | Qing Zhao | 1 | -0/+5 |
2022-11-24 | c++: Further -fcontract* option description fixes | Jakub Jelinek | 1 | -2/+2 |
2022-11-23 | c++: Fix up -fcontract* options | Jakub Jelinek | 1 | -5/+5 |
2022-11-18 | c++: implement P1492 contracts | Jeff Chapman II | 1 | -0/+41 |
2022-11-16 | c++: P2448 - Relaxing some constexpr restrictions [PR106649] | Marek Polacek | 1 | -0/+4 |
2022-10-28 | c: tree: target: C2x (...) function prototypes and va_start relaxation | Joseph Myers | 1 | -2/+2 |
2022-10-26 | c++: Implement -Wdangling-reference [PR106393] | Marek Polacek | 1 | -0/+4 |
2022-10-07 | Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_array | Qing Zhao | 1 | -0/+7 |
2022-09-07 | libcpp: Named universal character escapes and delimited escape sequence tweaks | Jakub Jelinek | 1 | -2/+6 |
2022-09-02 | c/c++: new warning: -Wxor-used-as-pow [PR90885] | David Malcolm | 1 | -0/+4 |
2022-09-01 | libcpp: Add -Winvalid-utf8 warning [PR106655] | Jakub Jelinek | 1 | -0/+4 |
2022-08-26 | c++: Implement -Wself-move warning [PR81159] | Marek Polacek | 1 | -0/+4 |
2022-08-16 | c++: Fix pragma suppression of -Wc++20-compat diagnostics [PR106423] | Tom Honermann | 1 | -1/+1 |
2022-06-24 | c++: Include -Woverloaded-virtual in -Wall [PR87729] | Jason Merrill | 1 | -1/+5 |
2022-05-18 | c: Implement new -Wenum-int-mismatch warning [PR105131] | Marek Polacek | 1 | -0/+4 |
2022-05-11 | opts: do not allow Separate+Joined ending with = | Martin Liska | 1 | -2/+2 |
2022-03-30 | options, '-Wc++[...]-extensions': Remove undefined one-argument 'LangEnabledB... | Thomas Schwinge | 1 | -5/+5 |
2022-03-30 | options: Remove 'gcc/c-family/c.opt:Wuse-after-free' option definition record | Thomas Schwinge | 1 | -5/+1 |