mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
C++: Autoformat tests.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import cpp
|
||||
|
||||
from AttributeFormattingFunction f
|
||||
select
|
||||
f,
|
||||
f.getFormatParameterIndex(),
|
||||
concat(f.getDefaultCharType().toString(), ", "),
|
||||
concat(f.getWideCharType().toString(), ", "),
|
||||
concat(f.getNonDefaultCharType().toString(), ", ")
|
||||
|
||||
select f, f.getFormatParameterIndex(), concat(f.getDefaultCharType().toString(), ", "),
|
||||
concat(f.getWideCharType().toString(), ", "), concat(f.getNonDefaultCharType().toString(), ", ")
|
||||
|
||||
Reference in New Issue
Block a user