mbox series

[0/3] add some builtin types for printf format checking

Message ID 20201004114349.81440-1-luc.vanoostenryck@gmail.com (mailing list archive)
Headers show
Series add some builtin types for printf format checking | expand

Message

Luc Van Oostenryck Oct. 4, 2020, 11:43 a.m. UTC
The checking of printf format strings needs a few more builtin types.
For example, a type for wide string is needed for "%Ls" and more are
needed to support "%n" with the different possible lenght modifiers.


Luc Van Oostenryck (3):
  add builtin type for wide strings
  add builtin types for signed char* and short *
  add builtin types for size_t*, intmax_t* & ptrdiff_t*

 symbol.c | 19 +++++++++++++++++++
 symbol.h |  3 +++
 2 files changed, 22 insertions(+)