summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/common/externs.h
AgeCommit message (Expand)Author
2023-07-06lint: add type safety for accessing properties of basic typesrillig
2023-06-29lint: clean up initialization of type propertiesrillig
2023-06-24lint: remove redundant 'extern' from function declarationsrillig
2023-01-13lint: remove custom memory allocatorrillig
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-08-31lint: fix memory allocation (since 2021-08-28)rillig
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-03lint: clean up and move 'sametype'rillig
2021-08-01lint: make xasprintf simplerrillig
2021-08-01lint: unexport nomemrillig
2021-08-01lint: remove xmapallocrillig
2021-01-16lint: replace 0 and 1 with false and true, where appropriaterillig
2021-01-12lint: add new check for strict bool moderillig
2021-01-04lint: revert previous commit, except for the typorillig
2021-01-04lint: fix typo in commentrillig
2021-01-02lint: fix buffer truncation for type namesrillig
2021-01-01lint: rename basic_type_name to tspec_namerillig
2020-12-29lint: rename functions with very short namesrillig
2020-02-10use asprintf().christos
2016-08-19add a type comparison function.christos
2014-04-17make outname print where it came from in case of errorchristos
2005-04-07Factor out tyname() so that it can be used both by lint1 and lint2.christos
2003-10-21PR/23219: Dan McMahill: Make this compile on system that don't have MAP_ANON.christos
2002-01-18Centralize the initialization/declaration of the ttab.thorpej
2002-01-18* Move stuff shared between lint1 and lint2 to the new common/ directory.thorpej