summaryrefslogtreecommitdiff
path: root/gcc/c-family
Commit message (Expand)AuthorAgeFilesLines
* Support %f in pp_formatDavid Malcolm2018-11-082-0/+7
* dump_printf: add "%C" for dumping cgraph_node *David Malcolm2018-11-083-19/+48
* Implement P0732R2, class types in non-type template parameters.Jason Merrill2018-11-052-0/+6
* [PATCH] command line macrosNathan Sidwell2018-10-312-39/+37
* [6/6] Preprocessor forced macro locationNathan Sidwell2018-10-312-2/+5
* PR middle-end/87041 - -Wformat reading through null pointer on unreachable codeMartin Sebor2018-10-302-2/+11
* Implement P0892R2, explicit(bool).Marek Polacek2018-10-302-1/+11
* C++: simplify output from suggest_alternatives_forDavid Malcolm2018-10-292-1/+12
* Folding and check_function_argumentsDavid Malcolm2018-10-292-4/+24
* Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers2018-10-185-3/+66
* Update C17 option descriptions not to say "expected to be published".Joseph Myers2018-10-172-6/+11
* Fix typo in previous commit.Christophe Lyon2018-10-122-1/+6
* re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...Will Wray2018-10-113-15/+26
* c-lex.c (c_common_has_attribute): Return 201803 instead of 20180312 for no_un...Jakub Jelinek2018-10-112-1/+6
* Cleanup of libcpp diagnostic callbacksDavid Malcolm2018-10-094-10/+25
* Don't ICE on vectors of enums (PR 87286)Richard Sandiford2018-10-082-3/+12
* invoke.texi (-Wno-prio-ctor-dtor): Document new warning -Wno-prio-ctor-dtor.Vinay Kumar2018-10-043-2/+12
* Implement P0840, language support for empty objects.Jason Merrill2018-10-032-0/+6
* c-ada-spec.c (get_underlying_decl): Get to the main type variant.Eric Botcazou2018-10-012-7/+17
* Remove Pascal-related entries in code and comments.Martin Liska2018-09-252-1/+6
* c-ada-spec.c: Include diagnostic.h.Eric Botcazou2018-09-212-0/+16
* Add -Wclass-conversion.Marek Polacek2018-09-202-0/+8
* Add range_idx param to range_label::get_textDavid Malcolm2018-09-172-2/+7
* substring-locations: add class format_string_diagnostic_tDavid Malcolm2018-09-172-15/+19
* Add -Wabsolute-valueMartin Jambor2018-09-172-0/+9
* varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init...Bernd Edlinger2018-09-063-0/+28
* c-common.c (braced_list_to_string): Remove eval parameter.Bernd Edlinger2018-09-023-38/+37
* Replace 8 spaces with a tabular in ChangeLog files.Martin Liska2018-08-271-17/+17
* Less verbose fix-it hints for missing header files (PR 87091)David Malcolm2018-08-276-9/+62
* Come up with fndecl_built_in_p.Martin Liska2018-08-273-6/+13
* PR c++/87029, Implement -Wredundant-move.Marek Polacek2018-08-262-0/+9
* PR c++/86981, Implement -Wpessimizing-move.Marek Polacek2018-08-212-0/+9
* Add support for grouping of related diagnostics (PR other/84889)David Malcolm2018-08-205-0/+17
* [PATCH] #assert becomes macro-likeNathan Sidwell2018-08-202-4/+9
* [PATCH] Adjust lazy macro definitionNathan Sidwell2018-08-172-33/+36
* Formatted printing for dump_* in the middle-endDavid Malcolm2018-08-172-2/+46
* [PATCH] Macro body is trailing arrayNathan Sidwell2018-08-172-2/+4
* [PATCH] Move cpp_macro to cpplib.hNathan Sidwell2018-08-173-2/+5
* Merge Ignore and Deprecated in .opt files.Martin Liska2018-08-172-46/+52
* -Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693)David Malcolm2018-08-164-14/+203
* [PATCH] CPP Macro predicatesNathan Sidwell2018-08-164-29/+34
* diagnostics: add labeling of source rangesDavid Malcolm2018-08-152-26/+168
* PR tree-optimization/71625 - missing strlen optimization on different array i...Martin Sebor2018-08-133-0/+99
* [PATCH] line-map include-from representationNathan Sidwell2018-08-084-7/+12
* PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor2018-08-013-17/+28
* c-family: clean up the data tables in c-format.cDavid Malcolm2018-07-312-68/+44
* Add __builtin_speculation_safe_valueRichard Earnshaw2018-07-313-1/+179
* libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm2018-07-202-2/+8
* PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor2018-07-202-1/+6
* PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor2018-07-204-18/+33