summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
Commit message (Expand)AuthorAgeFilesLines
* c/c++: Add fix-it hints for suggested missing #includesdmalcolm2017-07-141-0/+2
* Support C++-specific selftestsdmalcolm2017-07-061-1/+5
* PR c/80116mpolacek2017-06-261-0/+2
* Implement no_sanitize function attributemarxin2017-06-131-0/+1
* PR c/80731 - poor -Woverflow warningsmsebor2017-05-241-2/+2
* * c-common.c (self_promoting_args_p): Change the return type to bool.mpolacek2017-05-181-1/+1
* Implement new C++ intrinsics __is_assignable and __is_constructible.ville2017-05-171-0/+1
* Introduce dump_flags_t type and use it instead of int type.marxin2017-05-171-1/+1
* Bye bye, c_save_expr.mpolacek2017-05-171-1/+0
* gcc/c/nathan2017-05-091-2/+1
* 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>law2017-05-011-2/+0
* PR libstdc++/80251jakub2017-03-311-2/+2
* PR c++/79588jakub2017-02-241-2/+3
* Add "__RTL" to cc1dmalcolm2017-01-241-0/+3
* PR c/64279mpolacek2017-01-201-0/+1
* Update copyright years.jakub2017-01-011-1/+1
* PR bootstrap/78817jakub2016-12-211-1/+1
* [Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONjgreenhalgh2016-11-231-0/+5
* 2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>rguenth2016-11-141-0/+6
* 2016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-11-131-0/+1
* * internal-fn.def (LAUNDER): New internal function.jakub2016-10-251-2/+2
* * Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.mpolacek2016-10-171-8/+9
* * Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.mpolacek2016-10-111-58/+61
* Implement LWG2296 helper intrinsicjakub2016-10-071-0/+1
* Implement P0258R2 - helper for C++17jakub2016-10-061-1/+2
* PR c++/77852 - class deduction from list-initjason2016-10-051-0/+1
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-0/+1
* * c-common.c (c_common_truthvalue_conversion): Use false instead of 0.mpolacek2016-09-141-1/+1
* Implement P0035R4, C++17 new of over-aligned types.jason2016-09-091-0/+1
* Move class substring_loc from c-family into gccdmalcolm2016-09-071-29/+3
* * c-common.c (warn_logical_not_parentheses): Print fixit hints.mpolacek2016-08-251-1/+2
* Implement C _FloatN, _FloatNx types.jsm282016-08-191-0/+14
* Spelling suggestions for misspelled preprocessor directivesdmalcolm2016-08-181-0/+5
* Fix caret locations in format_type_warning (PR c/72857)dmalcolm2016-08-161-3/+6
* c-format.c: suggest the correct format string to use (PR c/64955)dmalcolm2016-08-081-0/+7
* On-demand locations within string-literalsdmalcolm2016-08-051-0/+29
* C: convert return type of lookup_name_fuzzy from tree to const char *dmalcolm2016-07-201-1/+1
* PR c/71858jakub2016-07-151-0/+3
* C FE: suggest corrections for misspelled identifiers and type namesdmalcolm2016-06-221-0/+9
* gcc/c-family/ChangeLog:doko2016-06-011-5/+10
* 2016-05-24 Richard Biener <rguenther@suse.de>rguenth2016-05-241-1/+1
* PR c++/71024mpolacek2016-05-111-0/+1
* PR c/70859mpolacek2016-05-031-1/+2
* * c-common.h (enum c_omp_region_type): Remove stray comma.mpolacek2016-05-031-1/+1
* gcc/c-family/cesar2016-05-021-0/+9
* gcc/c-family/cesar2016-04-291-1/+1
* gcc/c-family/ChangeLog:doko2016-04-281-0/+5
* PR c++/69024law2016-04-271-0/+3
* * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.bernds2016-04-271-0/+1
* Implement C++17 [[maybe_unused]] attribute.jason2016-04-251-0/+1