aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-warn.cc
AgeCommit message (Expand)AuthorFilesLines
2023-05-18c: use _P() defines from tree.hBernhard Reutner-Fischer1-3/+3
2023-03-28Don't emit -Wxor-used-as-pow on macro expansions [PR107002]David Malcolm1-4/+19
2023-03-04c-family: Incremental fix for -Wsign-compare BIT_NOT_EXPR handling [PR107465]Jakub Jelinek1-28/+24
2023-03-04c-family: Fix up -Wsign-compare BIT_NOT_EXPR handling [PR107465]Jakub Jelinek1-31/+56
2023-03-04c-family: Account for integral promotions of left shifts for -Wshift-overflow...Jakub Jelinek1-3/+10
2023-02-28c++: ICE with constexpr variable template [PR107938]Marek Polacek1-0/+4
2023-02-18Fix ICE related to implicit access attributes for VLA arguments [PR105660]Martin Uecker1-0/+2
2023-01-31c++: fix ICE with -Wduplicated-cond [PR107593]Marek Polacek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-28c: C2x enums with fixed underlying type [PR61469]Joseph Myers1-1/+2
2022-09-22c: fix uninitialized c_expr::m_decimal [PR106830]David Malcolm1-6/+3
2022-09-02c/c++: new warning: -Wxor-used-as-pow [PR90885]David Malcolm1-0/+94
2022-05-18c, c++: -Wswitch warning on [[maybe_unused]] enumerator [PR105497]Marek Polacek1-2/+9
2022-05-04c-family: Tweak -Woverflow diagnosticMarek Polacek1-5/+11
2022-03-30c-family: ICE with -Wconversion and A ?: B [PR101030]Marek Polacek1-1/+1
2022-03-09c, c++, c-family: -Wshift-negative-value and -Wshift-overflow* tweaks for -fw...Jakub Jelinek1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3788