]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-decl.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / c / c-decl.c
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-03-08  jakub PR tree-optimization/89550
2019-02-15  jakub PR c/89340
2019-02-06  jsm28Fix type of extern array declared in inner scope with...
2019-02-05  rguenth2019-02-05 Richard Biener <rguenther@suse.de>
2019-01-30  jakub PR c/89061
2019-01-28  jakub PR c/89045
2019-01-28  jakub PR c/86125
2019-01-24  mseborPR c/86125 - missing -Wbuiltin-declaration-mismatch...
2019-01-07  jakub PR c/88701
2019-01-07  jsm28Fix diagnostics for never-defined inline and nested...
2019-01-01  jakub Update copyright years.
2018-11-29  mseborPR c/88172 - attribute aligned of zero silently accepte...
2018-11-15  mseborPR c/83656 - missing -Wbuiltin-declaration-mismatch...
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-11-09  mseborPR c/87795 - Excessive alignment permitted for function...
2018-10-29  dmalcolmC++: simplify output from suggest_alternatives_for
2018-10-02  rguenth2018-10-02 Richard Biener <rguenther@suse.de>
2018-09-06  law * varasm.c (output_constructor_regular_field): Check...
2018-09-02  law * c-common.c (braced_list_to_string): Remove eval...
2018-08-27  dmalcolmLess verbose fix-it hints for missing header files...
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-08-15  prathamesh34922018-08-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2018-08-15  iainsDon't make unsized objects into extern.
2018-07-12  jakub * c-attribs.c (c_common_attribute_table): Add
2018-06-07  mpolacek PR c/85318
2018-05-30  law2018-05-30 David Pagan <dave.pagan@oracle.com>
2018-05-02  law PR c/30552
2018-04-25  jakub PR sanitizer/84307
2018-02-13  rsandifoAdd a DECL_EXPR for VLA pointer casts (PR 84305)
2018-01-03  jakub Update copyright years.
2017-12-28  meissner[gcc]
2017-12-22  jakub PR debug/83550
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-12-12  mpolacek PR c/82679
2017-12-07  jsm28Allow _Alignas in compound literals (C11 DR#444).
2017-12-07  mseborPR c/81544 - attribute noreturn and warn_unused_result...
2017-12-06  dmalcolmC/C++: don't suggest implementation names as spelling...
2017-12-06  dmalcolmMove macro-spellchecking code from "gcc" to new files...
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-22  mpolacek PR c++/60336
2017-11-21  dmalcolmC: don't suggest names that came from earlier failures...
2017-11-21  dmalcolmC/C++: more stdlib header hints (PR c/81404)
2017-11-21  dmalcolmC: hints for missing stdlib includes for macros and...
2017-11-20  dmalcolmc-family: add name_hint/deferred_diagnostic
2017-10-31  dmalcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-27  meissner[gcc]
2017-10-25  jakub PR libstdc++/81706
2017-10-24  paolo2017-10-24 Paolo Carlini <paolo.carlini@oracle.com>
2017-10-11  nathan[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-04  dmalcolmC: underline parameters in mismatching function calls
2017-09-29  jakubc-family/
2017-09-29  jakub PR c/82340
2017-09-12  nathan c-family/
2017-08-18  hjlAdd warn_if_not_aligned attribute
2017-08-11  mpolacek PR c/81795
2017-08-09  mpolacekBoolify some parameters.
2017-07-31  marxinDo UBSAN sanitization just when current_function_decl...
2017-07-25  mpolacek * c-decl.c (grokfield): Remove local variable.
2017-07-14  dmalcolmc/c++: Add fix-it hints for suggested missing #includes
2017-06-13  marxinImplement no_sanitize function attribute
2017-06-06  mpolacek PR c/79983
2017-05-22  nathan gcc/
2017-05-18  nathan * c-decl.c (pushdecl_top_level): Delete unused function.
2017-05-18  mpolacek * c-common.c (c_common_type_for_size): Use NULL_TREE...
2017-05-18  mpolacek * c-common.c (self_promoting_args_p): Change the retur...
2017-05-17  mpolacek * c-common.c: Use NULL_TREE instead of 0 where appropr...
2017-05-17  mpolacek PR sanitizer/80659
2017-05-17  marxinIntroduce dump_flags_t type and use it instead of int...
2017-05-17  mpolacekBye bye, c_save_expr.
2017-05-05  dmalcolmEliminate report_diagnostic macro
2017-04-21  jakub PR c/80468
2017-03-29  mpolacek PR c/79730
2017-03-11  mpolacek * c-decl.c (implicit_decl_warning): Add a comment...
2017-03-11  dmalcolmSimplify uses of "%<%s%>" to "%qs" (PR translation...
2017-03-09  jakub PR c/79969
2017-03-04  mpolacek PR c/79847
2017-03-03  mpolacek PR c/79758
2017-01-25  chefmaxPR lto/79061
2017-01-11  jakub PR c++/72813
2017-01-01  jakub Update copyright years.
2016-12-21  jakub PR c/77767
2016-11-21  edlingergcc:
2016-11-18  rsandifoAdd SET_DECL_MODE
2016-10-31  markAdd -Wshadow=global -Wshadow=local and -Wshadow=compati...
2016-10-07  berndsc/
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-09-14  mpolacek * c-common.c (c_common_truthvalue_conversion): Use...
2016-08-30  dmalcolmrich_location: add convenience overloads for adding...
2016-08-25  mpolacek PR c/77323
2016-08-19  jsm28Implement C _FloatN, _FloatNx types.
2016-08-11  jakub PR c/72816
2016-07-29  mpolacek PR c/71573
2016-07-29  mpolacek PR c/71742
2016-07-29  mpolacek PR c/71969
2016-07-20  dmalcolmEnabling work for C++ handling of misspelled identifier...
2016-07-20  dmalcolmC: convert return type of lookup_name_fuzzy from tree...
2016-07-15  jakub PR c/71858
2016-07-14  jakub PR c/71858
next