aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-decl.cc
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Move void_list_node init to common codeRichard Biener1-8/+0
2022-09-01c: C2x removal of unprototyped functionsJoseph Myers1-3/+2
2022-08-25c: Implement C23 nullptr (N3042)Marek Polacek1-0/+6
2022-08-25c: Support C2x empty initializer bracesJoseph Myers1-17/+3
2022-08-17OpenMP/C++: Allow classes with static members to be mappable [PR104493]Tobias Burnus1-3/+2
2022-06-16c-decl: fix "inform" grouping and conditionalizationDavid Malcolm1-23/+42
2022-05-18c: Implement new -Wenum-int-mismatch warning [PR105131]Marek Polacek1-2/+11
2022-05-17c: use CONST_DECL for enumerators in TYPE_VALUESMarek Polacek1-1/+3
2022-05-16Use more ARRAY_SIZE.Martin Liska1-5/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-3/+3
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+12469