summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-07-09lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunkrillig
2023-07-08lint: warn about pointer casts between different kinds of typesrillig
2023-07-08lint: do not use portable type sizes in integer constraintsrillig
2023-07-08lint: warn about conversion from 128-bit to smaller integer typesrillig
2023-07-08lint: clean uprillig
2023-07-08lint: enable more lint warnings for its own source coderillig
2023-07-08lint: fix handling of 'long double' in cross-compiled moderillig
2023-07-08lint: clarify the meaning of 'portable size in bits' of a typerillig
2023-07-08lint: use consistent conditional compilation guardsrillig
2023-07-07lint: only warn about traditional/C90 differences in migration moderillig
2023-07-07lint: warn about function definitions without header declarationrillig
2023-07-07lint: only skip 'unused' warnings after errors, not other warningsrillig
2023-07-06lint: add type safety for accessing properties of basic typesrillig
2023-07-05tests/lint: spell platform identifiers for 'long double' consistentlyrillig
2023-07-03lint: consistently use portable type size in integer constraintsrillig
2023-07-03lint: sync usage messages with realityrillig
2023-07-03lint: invert the -u, -v and -z flagsrillig
2023-07-03lint: remove redundant comments for command line flagsrillig
2023-07-03lint: fix C11 mode to not allow C23 features (since yesterday)rillig
2023-07-03lint: clean up redundant castsrillig
2023-07-03lint: rename uppercase QUAD to LLONGrillig
2023-07-02lint: add initial support for C23rillig
2023-07-02lint: allow empty statements in GCC statement expressionsrillig
2023-07-02lint: eliminate redundant conditionsrillig
2023-07-02lint: clean up variable names relating to structure paddingrillig
2023-07-02lint: rename 'quad' to 'signed int' or 'unsigned int'rillig
2023-07-02lint: use unsigned int for struct alignmentrillig
2023-07-02lint: extend debug logging for declaration levelsrillig
2023-07-02Fix HTTPS through Proxy.mlelstv
2023-07-02lint: initialize unnamed member like an unnamed bit-fieldrillig
2023-07-02lint: clean up variable namesrillig
2023-07-01Use ENVIRONMENT sectionnia
2023-07-01lint: constify, reduce indentationrillig
2023-07-01lint: clean up comments in lint1.hrillig
2023-07-01lint: clean up duplicate and dead code for integer constantsrillig
2023-07-01lint: clean up typosrillig
2023-07-01tests/make: show how to use indirect conditions in the '?:' modifierrillig
2023-07-01lint: fix initialization of unnamed union memberrillig
2023-06-30audioplay.1: fix sentence punctuationgutteridge
2023-06-30lint: clean up names related to declaration levelsrillig
2023-06-30lint: fix handling of unnamed struct/union membersrillig
2023-06-30lint: replace macro for unique identifiers with functionrillig
2023-06-30lint: clean up handling of declarationsrillig
2023-06-30lint: fix computation of bit-field widthrillig
2023-06-30lint: clean up packing of structs and unionsrillig
2023-06-30lint: clean up tree.crillig
2023-06-30lint: make alignof(incomplete enum) an errorrillig
2023-06-30lint: use NULL for null pointer constantsrillig
2023-06-30lint: add query for assigning an integer 0 to a pointerrillig
2023-06-30tests/lint: extend test for sizeof and offsetofrillig