aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Merge branch 'fixes' into masterLuc Van Oostenryck1-0/+13
2022-05-22handle clang's option "-meabi gnu"Luc Van Oostenryck1-0/+13
2022-05-21dissect: Allow to show all symbolsAlexey Gladkov1-0/+5
2021-01-27Makefile: fix version.h dependenciesKyle Russell1-2/+1
2020-10-20Merge branch 'bf-sign' into nextLuc Van Oostenryck1-0/+3
2020-10-09flex-array: allow arrays of unions with flexible members.Ilya Maximets1-0/+2
2020-10-01flex-array: warn on flexible array in nested aggregate typesLuc Van Oostenryck1-0/+2
2020-10-01flex-array: warn an arrays containing a flexible arrayLuc Van Oostenryck1-0/+2
2020-10-01flex-array: warn when using sizeof() on a flexible arrayLuc Van Oostenryck1-0/+2
2020-09-16teach sparse about -funsigned-bitfieldsLuc Van Oostenryck1-0/+3
2020-08-18Merge branch 'union-cast' into masterLuc Van Oostenryck1-0/+2
2020-08-17union-cast: teach sparse about union castsLuc Van Oostenryck1-0/+2
2020-08-08warning: conditionalize "advancing past deep designator"Luc Van Oostenryck1-0/+2
2020-07-25option: accept 'sparse -U ...'Luc Van Oostenryck1-0/+6
2020-07-18Merge branch 'error-inval-num'Luc Van Oostenryck1-0/+8
2020-07-13Merge branches 'march', 'endianness', 'os' and 'arch-mini' into archLuc Van Oostenryck1-0/+19
2020-07-13arch: add an option to specify the OS: --os=$OSLuc Van Oostenryck1-0/+11
2020-07-11teach sparse about -fmax-errorsLuc Van Oostenryck1-0/+8
2020-07-08arch: teach sparse about the '-march' optionLuc Van Oostenryck1-0/+8
2020-07-02options: keep the options sortedLuc Van Oostenryck1-49/+49
2020-07-02options: move option parsing in a separate fileLuc Van Oostenryck1-0/+998