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
/
lint1
/
init.c
Age
Commit message (
Expand
)
Author
2023-07-01
lint: fix initialization of unnamed union member
rillig
2023-06-30
lint: fix handling of unnamed struct/union members
rillig
2023-05-22
lint: fix emitted type for arrays of unknown size
rillig
2023-04-22
lint: rename type_t.t_str to t_sou
rillig
2023-02-06
lint: eliminate unnecessary indirection
rillig
2023-02-06
lint: condense code for handling initializations
rillig
2023-01-13
lint: remove custom memory allocator
rillig
2022-08-28
lint: clean up visual clutter
rillig
2022-06-22
lint: add quotes around placeholders for the remaining messages
rillig
2022-05-20
lint: use __RCSID in lint mode as well
rillig
2022-04-30
lint: inline macro 'tflag'
rillig
2022-04-02
lint: clean up style
rillig
2022-02-27
lint: encode lifetime of allocated memory in function names
rillig
2022-02-27
lint: encode lifetime of allocated memory in the function names
rillig
2021-12-22
lint: clean up initialization
rillig
2021-12-22
lint: fix handling of initializations
rillig
2021-12-21
lint: reword message 187 about too long string literal for initializer
rillig
2021-12-21
lint: treat incomplete union in the same way as incomplete struct
rillig
2021-12-21
lint: rename debug_indent to debug_print_indent
rillig
2021-12-21
lint: make function names a bit more concise
rillig
2021-12-21
lint: rename parameters in check_init_expr
rillig
2021-12-20
lint: add grammar rule for the beginning of a designation
rillig
2021-12-19
lint: split local variable in initialization_end_brace_level
rillig
2021-12-19
lint: add typedef for types in initializations
rillig
2021-12-18
lint: document wrong data structures for modelling initializations
rillig
2021-12-18
lint: move maximum seen subscript from brace level to initialization
rillig
2021-12-18
lint: use vector instead of list for designation in initialization
rillig
2021-12-17
lint: reduce code for beginning an initialization
rillig
2021-12-17
lint: inline sub-cases of brace_level_sub_type
rillig
2021-12-17
lint: fix initialization with few braces from function
rillig
2021-12-17
lint: fix initialization of array with fewer braces
rillig
2021-12-17
lint: work around lint bug in initialization with few braces
rillig
2021-12-17
lint: rename is_string_array to is_character_array
rillig
2021-12-16
lint: narrow down parameter of build_name
rillig
2021-11-16
lint: fix check for function calls in strict bool mode
rillig
2021-09-04
lint: spell out abbreviations in comments
rillig
2021-08-14
lint: allow initialization of struct with constant member
rillig
2021-08-10
lint: fix 3 of the 4 wrong messages about lvalue in initial assignment
rillig
2021-07-31
lint: clean up debug logging
rillig
2021-07-31
lint: extract debug logging to separate file
rillig
2021-07-31
lint: merge duplicate code for generating unqualified type
rillig
2021-07-20
lint: use consistent naming scheme for functions that build nodes
rillig
2021-07-20
lint: split 'build' into build_binary and build_unary
rillig
2021-07-02
lint: fix initialization of array of unknown size
rillig
2021-06-29
lint: do not modify tnode_t->tn_type in check_init_expr
rillig
2021-06-19
lint: replace undefined behavior with assertion failure
rillig
2021-04-18
lint: extend documentation about handling initializations
rillig
2021-04-18
lint: remove redundant test for tflag in initialization handling
rillig
2021-04-18
lint: fix storage class of compound literal in initializer
rillig
2021-04-17
lint: fix assertion failure for temporary objects in initialization
rillig
[next]