summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/common
AgeCommit message (Expand)Author
2023-07-08lint: warn about pointer casts between different kinds of typesrillig
2023-07-08lint: clarify the meaning of 'portable size in bits' of a typerillig
2023-07-06lint: add type safety for accessing properties of basic typesrillig
2023-07-03lint: rename uppercase QUAD to LLONGrillig
2023-06-29lint: use standard terminology for bit-field widthrillig
2023-06-29lint: clean up initialization of type propertiesrillig
2023-06-24lint: remove redundant 'extern' from function declarationsrillig
2023-06-09lint: miscellaneous clean-upsrillig
2023-06-09lint: indent local variables consistentlyrillig
2023-05-22lint: rename constant NOTSPEC to NO_TSPECrillig
2023-04-22lint: rename type_t.t_str to t_sourillig
2023-02-18lint: replace INTERNAL_ERROR with plain assertrillig
2023-01-14lint: clean up messages for internal errorsrillig
2023-01-14lint: remove unnecessary MBLKSIZ, use stack buffer in xlintrillig
2023-01-13lint: remove custom memory allocatorrillig
2022-11-30lint: make definitions of basic types simplerrillig
2022-07-08lint: fix edge cases in the query for redundant cast before assignmentrillig
2022-07-03lint: include the width of bit-fields in the type namerillig
2022-06-21lint: use is_struct_or_union instead of comparing twicerillig
2022-05-20lint: use __RCSID in lint mode as wellrillig
2022-02-07lint: drop compatibility with C90rillig
2021-12-22lint: remove spaces around bit-field colonrillig
2021-11-01lint: enter full C90 compatibility moderillig
2021-09-05lint: reduce number of ifdef namesrillig
2021-09-05lint: hide irrelevant type information from lint2rillig
2021-09-04lint: make initialization of the basic types table simplerrillig
2021-09-04lint: move outqchar from common to lint1rillig
2021-09-04lint: trim down the code for writing the output filesrillig
2021-09-04lint: use 'char' as type for passing characters to functionsrillig
2021-09-04lint: remove _Complex from tspec_namerillig
2021-09-04lint: remove duplicate code in tspec_namerillig
2021-09-04lint: reduce indentation in tdeferrrillig
2021-09-04lint: remove unnecessary includesrillig
2021-08-31lint: remove unnecessary switch statementrillig
2021-08-31lint: fix memory allocation (since 2021-08-28)rillig
2021-08-29lint: allow 'fallthrough' as alternative spelling of FALLTHROUGHrillig
2021-08-28lint: explicitly ignore return value of some function callsrillig
2021-08-28lint: fix lint warning about initializing with negative numberrillig
2021-08-28lint: use 'unsigned int' for bit-size of typesrillig
2021-08-22lint: only include code in the binaries that is actually usedrillig
2021-08-22lint: remove Tflag and pflag from common declarationsrillig
2021-08-10lint: clean up commentsrillig
2021-08-03lint: clean up and move 'sametype'rillig
2021-08-03lint: reduce number of negations in preprocessor conditionrillig
2021-08-03lint: make memory management code easier to readrillig
2021-08-01lint: make xasprintf simplerrillig
2021-08-01lint: unexport nomemrillig
2021-08-01lint: remove xmapallocrillig
2021-07-02lint: document lint1_type.t_is_enumrillig
2021-06-30lint: fix bit-size of long double _Complex in portable moderillig