aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/cast-kinds-check.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-19prepend diagnostics with source's path and include chainLuc Van Oostenryck1-0/+1
2019-02-04target.c: ignore -m64 on archs where int32_t is a longLuc Van Oostenryck1-0/+1
2018-08-06cast: fix warning position in cast_pseudo()Luc Van Oostenryck1-2/+2
2018-06-29cast: reorganize testcases for cast optimizationLuc Van Oostenryck1-11/+11
2018-06-23cast: specialize integer castsLuc Van Oostenryck1-5/+0
2018-06-23cast: make casts from pointer always size preservingLuc Van Oostenryck1-2/+0
2018-06-23cast: add support for -Wpointer-to-int-castLuc Van Oostenryck1-1/+1
2018-06-23cast: specialize casts from unsigned to pointersLuc Van Oostenryck1-0/+2
2018-06-23cast: specialize floats to integer conversionLuc Van Oostenryck1-3/+0
2018-06-23cast: add tests for warnings issued by sparse -vLuc Van Oostenryck1-0/+27