What would you use as the name of the single checker?
There is lots of bikeshedding potential in this question
and Iām not too satisfied with the security.VaList that I suggested:
- Converting
va_listto CamelCase can produce eitherVaList(probably the least bad option),VAList(which is used in a few variable names within the checker code) or perhaps evenValistorVa_list⦠- Iām a bit ashamed that Iām using
securityas an āeverything elseā group⦠is there anything better?
Also, should I think about preserving the old checker names for the sake of backwards compatibility ā or can we say that āthese were undocumented[1], so weāre just removing themā?
[1] They presumably appear in the output produced by the ālist all checkersā command line flag, but theyāre missing from the web docs.