Files
codeql/cpp/ql/test/library-tests/printf/formatAttribute/FormatAttribute.ql
2022-10-21 18:36:12 +01:00

6 lines
167 B
Plaintext

import cpp
from FormatAttribute fa
select fa, fa.getArchetype(), concat(fa.getFormatIndex().toString(), ", "),
concat(fa.getFirstFormatArgIndex().toString(), ", ")