summaryrefslogtreecommitdiffstats
path: root/src/cppcheckplus/text/stdClangType.java
blob: ccbe3f77eb2f2c1ef556c0d5fcbe4021a4053407 (plain) (blame)
1
2
3
4
5
6
7
8
9
package cppcheckplus.text;

public class stdClangType {
    public int len;
    public String cwe;
    public String type;
    public String level;
    public String target;
}