summaryrefslogtreecommitdiffstats
path: root/src/cppcheckplus/text/stdClangType.java
blob: 42e9c370f24e970826b81f7a60ae072b0294b02f (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;
}