aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-tree.h
AgeCommit message (Expand)Author
2019-11-25Properly handle C2x attributes on types.Joseph Myers
2019-11-20Add more pedwarns for [[]] C attributes on types.Joseph Myers
2019-11-14Support C2x [[]] attributes for C.Joseph Myers
2019-10-29Add a simulate_enum_decl langhookRichard Sandiford
2019-10-29Add a simulate_builin_function_decl langhookRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska
2019-04-26 PR debug/90197Jakub Jelinek
2019-04-012019-04-01 Richard Biener <rguenther@suse.de>Richard Biener
2019-03-142019-03-14 Richard Biener <rguenther@suse.de>Richard Biener
2019-01-30 PR c/89061Jakub Jelinek
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-19c/c++, asm: Use nicer error for duplicate asm qualifiersSegher Boessenkool
2018-12-06asm inlineSegher Boessenkool
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-17Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-01-13 PR c/83801Jakub Jelinek
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-07Allow _Alignas in compound literals (C11 DR#444).Joseph Myers
2017-11-30 PR c/83222Jakub Jelinek
2017-11-19 PR c/66618Jakub Jelinek
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm
2017-08-24C: fix logic within c_expr::get_locationDavid Malcolm
2017-08-21C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm
2017-08-09Boolify some parameters.Marek Polacek
2017-08-09 PR c/81417Marek Polacek
2017-07-06Support C++-specific selftestsDavid Malcolm
2017-06-02gcc:Bernd Edlinger
2017-05-18 * c-common.c (self_promoting_args_p): Change the return type to bool.Marek Polacek
2017-05-17Bye bye, c_save_expr.Marek Polacek
2017-05-09 gcc/c/Nathan Sidwell
2017-03-27 PR middle-end/80162Jakub Jelinek
2017-03-23 * c-tree.h: Remove a C_RID_YYCODE reference.Marek Polacek
2017-01-24Add "__RTL" to cc1David Malcolm
2017-01-04C FE: implement fix-it hint for -Wmissing-bracesDavid Malcolm
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-142016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>Prasad Ghangal
2016-09-02 PR c/65467Jakub Jelinek
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm
2016-06-13C: fixits for named initializersDavid Malcolm
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm
2016-05-19PR c/71171: Fix uninitialized source_range in c_parser_postfix_expressionDavid Malcolm
2016-05-12 PR c/70756Marek Polacek
2016-05-11PR43651: add warning for duplicate qualifierMikhail Maltsev
2016-05-02 gcc/c-family/Cesar Philippidis
2016-04-20Fix PR c++/69363Ilya Verbin
2016-04-13 PR c/70436Marek Polacek
2016-02-12Fix obstack use-after-free problems in C frontend, PR69522Bernd Schmidt