mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
6 lines
234 B
Plaintext
6 lines
234 B
Plaintext
import cpp
|
|
|
|
from AttributeFormattingFunction f
|
|
select f, f.getFormatParameterIndex(), concat(f.getDefaultCharType().toString(), ", "),
|
|
concat(f.getWideCharType().toString(), ", "), concat(f.getNonDefaultCharType().toString(), ", ")
|