aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse.1
AgeCommit message (Expand)AuthorFilesLines
2020-10-05evaluate: check variadic argument types against format stringformat-checkBen Dooks1-0/+9
2020-08-18Merge branch 'union-cast' into masterLuc Van Oostenryck1-0/+6
2020-08-17union-cast: teach sparse about union castsLuc Van Oostenryck1-0/+6
2020-08-08warning: conditionalize "advancing past deep designator"Luc Van Oostenryck1-0/+7
2020-07-25manpage: replace homepage to sparse.docs.kernel.orgLuc Van Oostenryck1-1/+1
2020-07-18Merge branch 'error-inval-num'Luc Van Oostenryck1-0/+6
2020-07-13arch: add an option to specify the OS: --os=$OSLuc Van Oostenryck1-0/+10
2020-07-11teach sparse about -fmax-errorsLuc Van Oostenryck1-0/+6
2020-06-14doc: correct some spellingRamsay Jones1-7/+7
2020-06-12doc: add link to the doc on kernel.org in the man pageLuc Van Oostenryck1-0/+4
2020-06-03univ-init: set default to -Wno-universal-initializerLuc Van Oostenryck1-4/+6
2020-05-27add an option to suppress warning 'no newline at EOF'Luc Van Oostenryck1-0/+7
2020-05-21univ-init: conditionally accept { 0 } without warningsLuc Van Oostenryck1-0/+8
2019-11-12Add -Wexternal-function-has-definitionJohn Levon1-0/+7
2019-10-30arch: add an option to specify the desired arch: --arch=<arch>Luc Van Oostenryck1-0/+8
2019-04-01fix allowing casts of AS pointers to uintptr_tLuc Van Oostenryck1-0/+2
2019-03-30man: explain role of uintptr_t & unsigned long in casts from AS pointersLuc Van Oostenryck1-3/+10
2018-12-28manpage: fix doc of '-Wcast-from-as'Luc Van Oostenryck1-1/+1
2018-12-22as-name: document that identifiers are OK for address spacesLuc Van Oostenryck1-3/+4
2018-12-17add a flag to warn on casts to/from bitwise pointersLuc Van Oostenryck1-0/+6
2018-12-08man: update maintainer infoLuc Van Oostenryck1-2/+1
2018-12-08man: add AUTHORS sectionLuc Van Oostenryck1-0/+5
2018-12-08man: add section about reporting bugsLuc Van Oostenryck1-0/+9
2018-11-23constant: add -Wconstant-suffix warningRamsay Jones1-0/+12
2018-09-01stricter warning for explicit cast to ulongLuc Van Oostenryck1-0/+9
2018-07-23big-shift: add -Wshift-count-{negative,overflow}Luc Van Oostenryck1-0/+12
2018-06-16add support for -fdiagnostic-prefix[=prefix]Luc Van Oostenryck1-0/+6
2018-04-11sparse: add -Wpointer-arith flag to toggle sizeof(void) warningsJoey Pabalinas1-0/+13
2018-04-11doc: copy-edit text related to applying sizeof to a _BoolJoey Pabalinas1-1/+1
2018-01-21doc: fix manpage formattingLuc Van Oostenryck1-0/+1
2018-01-21sparse: minor manpage correctionsRandy Dunlap1-3/+3
2018-01-07Merge branches 'fmax-warnings', 'funsigned-char', 'testcase-fix-missing-retur...Luc Van Oostenryck1-0/+11
2018-01-03teach sparse about '-fmax-warnings'Luc Van Oostenryck1-0/+6
2017-12-29add support for '-f[no-][un]signed-char'Luc Van Oostenryck1-0/+5
2017-11-13Merge branch 'dump-ir' into tipLuc Van Oostenryck1-7/+1
2017-11-13dump-ir: make it more flexibleLuc Van Oostenryck1-6/+0
2017-11-13dump-ir: rename -fdump-linearize to -fdump-irLuc Van Oostenryck1-1/+1
2017-10-19sparse: document that -Wbitwise is defaultJacob Keller1-2/+2
2017-09-14option: use OPTION_NUMERIC() for handle_switch_fmemcpy_max_count()Luc Van Oostenryck1-1/+1
2017-08-28Merge remote-tracking branch 'luc/constexpr-v4' into masterChristopher Li1-0/+9
2017-06-15add support for -fmemcpy-max-countLuc Van Oostenryck1-0/+9
2017-06-15add support for -Wmemcpy-max-countLuc Van Oostenryck1-0/+8
2017-05-19add support for a new flag: -fdump-linearize[=only]Luc Van Oostenryck1-0/+5
2017-05-15use -fmem-report to report allocation statsLuc Van Oostenryck1-0/+5
2017-03-31constexpr: check static storage duration objects' intializers' constnessNicolai Stange1-0/+9
2017-02-13Update maintainers in the manpageLuc Van Oostenryck1-1/+1
2014-10-10Add support for multiarch system header filesRamsay Jones1-0/+6
2014-10-10rename -Werror to -Wsparse-errorChristopher Li1-1/+1
2014-09-28sparse: Make -Werror turn warnigns into errorsThomas Graf1-0/+3
2014-02-27sparse: Allow override of sizeof(bool) warningJoe Perches1-0/+8
2013-04-19Add description for -Winit-cstring optionMasatake YAMATO1-0/+18
2012-05-19I have updated the sparse.1 man page including the __bitwiseShakthi Kannan1-1/+13
2010-03-28New attribute designated_init: mark a struct as requiring designated initJosh Triplett1-0/+24
2010-03-28Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionallyJosh Triplett1-0/+4
2009-01-02Add -ftabstop=WIDTHHannes Eder1-0/+7
2008-12-24Revert the context tracking codeJohannes Berg1-33/+10
2008-12-18Document -gcc-base-dir in sparse.1Alexey Zaytsev1-0/+5
2008-04-21Add -Wno-declaration-after-statementGeoff Johnstone1-0/+10
2008-04-21sparse: simple conditional context trackingJohannes Berg1-0/+9
2008-04-21make sparse keep its promise about context trackingJohannes Berg1-10/+24
2007-09-15Add SEE ALSO for cgcc in sparse manpageJosh Triplett1-0/+3
2007-08-31Add a manpage for sparseJosh Triplett1-0/+264