aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-6/+6
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-0/+2
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-01-13re PR c/83801 ([avr] String constant in __flash not put into .progmem)Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07Allow _Alignas in compound literals (C11 DR#444).Joseph Myers1-1/+2
2017-12-01re PR c/83222 (Inconsistent "initializer element is not constant" error)Jakub Jelinek1-0/+1
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek1-2/+0
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm1-1/+3
2017-08-24C: fix logic within c_expr::get_locationDavid Malcolm1-1/+1
2017-08-21C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm1-0/+8
2017-08-09Boolify some parameters.Marek Polacek1-1/+1
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek1-1/+1
2017-07-06Support C++-specific selftestsDavid Malcolm1-0/+7
2017-06-02invoke.texi: Document the -Wsizeof-pointer-div warning.Bernd Edlinger1-0/+1
2017-05-18c-common.c (self_promoting_args_p): Change the return type to bool.Marek Polacek1-2/+2
2017-05-17Bye bye, c_save_expr.Marek Polacek1-0/+4
2017-05-09c-tree.h (pushdecl): Declare.Nathan Sidwell1-0/+1
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek1-1/+1
2017-03-23c-tree.h: Remove a C_RID_YYCODE reference.Marek Polacek1-2/+1
2017-01-24Add "__RTL" to cc1David Malcolm1-2/+5
2017-01-04C FE: implement fix-it hint for -Wmissing-bracesDavid Malcolm1-2/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-0/+5
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek1-0/+1
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+4
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm1-0/+1
2016-06-13C: fixits for named initializersDavid Malcolm1-1/+1
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm1-1/+1
2016-05-19PR c/71171: Fix uninitialized source_range in c_parser_postfix_expressionDavid Malcolm1-0/+9
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-2/+2
2016-05-11PR43651: add warning for duplicate qualifierMikhail Maltsev1-1/+2
2016-05-02c-common.h (enum c_omp_region_type): Define.Cesar Philippidis1-1/+1
2016-04-20re PR c++/69363 (ICE when doing a pragma simd reduction with max)Ilya Verbin1-1/+1
2016-04-13re PR c/70436 (-Wparentheses missing ambiguous else warning)Marek Polacek1-1/+1
2016-02-12Fix obstack use-after-free problems in C frontend, PR69522Bernd Schmidt1-0/+1
2016-01-20re PR c/24293 (Undefined behaviour not diagnosed with -fsyntax-only)Prathamesh Kulkarni1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04c-tree.h (c_build_va_arg): Adjust prototype.Eric Botcazou1-1/+1
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill1-0/+3
2015-12-01OpenACC host_data support.Julian Brown1-0/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+19
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-2/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-1/+1
2015-09-15re PR c/67580 (Improve error message on missing "struct" tag)Marek Polacek1-0/+1
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-1/+0
2015-04-10PR target/55143: undefined reference to c_default_pointer_modeBernhard Reutner-Fischer1-4/+0
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1