index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
xlint
/
common
/
tyname.c
Age
Commit message (
Expand
)
Author
2023-06-29
lint: use standard terminology for bit-field width
rillig
2023-04-22
lint: rename type_t.t_str to t_sou
rillig
2023-02-18
lint: replace INTERNAL_ERROR with plain assert
rillig
2022-07-03
lint: include the width of bit-fields in the type name
rillig
2022-06-21
lint: use is_struct_or_union instead of comparing twice
rillig
2022-05-20
lint: use __RCSID in lint mode as well
rillig
2021-09-05
lint: reduce number of ifdef names
rillig
2021-09-04
lint: remove _Complex from tspec_name
rillig
2021-09-04
lint: remove duplicate code in tspec_name
rillig
2021-09-04
lint: reduce indentation in tdeferr
rillig
2021-08-31
lint: remove unnecessary switch statement
rillig
2021-08-28
lint: explicitly ignore return value of some function calls
rillig
2021-08-03
lint: clean up and move 'sametype'
rillig
2021-07-02
lint: document lint1_type.t_is_enum
rillig
2021-06-28
lint: fix type name for prototype function without parameters
rillig
2021-06-04
lint: fix typo in comment
rillig
2021-04-18
lint: remove redundant CONSTCOND
rillig
2021-04-10
lint: use distinct struct tags for type_t in lint1 and lint2
rillig
2021-04-09
lint: for structs and unions, include incompleteness in the type name
rillig
2021-04-02
lint: add parentheses after sizeof, as required by share/misc/style
rillig
2021-03-27
lint: rename LERROR to INTERNAL_ERROR
rillig
2021-03-26
lint: in malloc calls, use 'sizeof *ptr' instead of 'sizeof(type)'
rillig
2021-03-07
lint: in the name of an array type, list the dimension first
rillig
2021-02-28
lint: extract type_name_of_array from type_name
rillig
2021-02-28
lint: output precise type information for struct/union/enum
rillig
2021-02-21
lint: add debug logging for initializing an array of unknown size
rillig
2021-02-21
lint: add type information to message about enum mismatch
rillig
2021-02-19
lint: rename t_isenum and t_aincompl to be more expressive
rillig
2021-02-19
lint: rename tenum_t and its members to be more expressive
rillig
2021-02-19
lint: rename str_t and its members to be more expressive
rillig
2021-01-26
lint: remove __noinline attribute from string interning function
rillig
2021-01-24
lint: merge duplicate code for interning type names
rillig
2021-01-16
lint: replace integer constant expressions with true and false
rillig
2021-01-16
lint: replace 0 and 1 with false and true, where appropriate
rillig
2021-01-04
lint: fix typos and other minor stylistic issues
rillig
2021-01-03
lint: add detailed type information for functions
rillig
2021-01-02
lint: fix buffer truncation for type names
rillig
2021-01-02
lint: order tspec_name in the same way as the enum
rillig
2021-01-01
lint: rename basic_type_name to tspec_name
rillig
2020-12-31
lint: check that in "if (cond)", cond is scalar
rillig
2020-12-29
lint: rename functions with very short names
rillig
2020-12-29
lint: fix indentation and alignment that used space-tab
rillig
2020-12-29
lint: remove redundant parentheses around return value
rillig
2018-09-07
recognize int128
christos
2016-08-19
add a type comparison function.
christos
2012-06-20
better to print (null) than core-dump
christos
2008-09-26
Add a missing label for LCOMPLEX
matt
2008-09-26
Teach lint about long double _Complex (C99)
matt
2008-05-01
fix const and volatile printing in types.
christos
2008-05-01
PR/38543: Valery Ushakov: Don't crash printing anonymous unions. XXX: Type
christos
[next]