1#ifndef ROSE_Sarif_BasicTypes_H
2#define ROSE_Sarif_BasicTypes_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_SARIF
9#include <Rose/Sarif/NodeDeclarations.h>
Kind
Analysis result kind.
@ REVIEW
The result requires review by a human.
@ PASS
Rule was evaluated and no problem found.
@ OPEN
Rule was evaluated with insufficient information.
@ FAIL
The result represents a problem whose severity is specified.
@ INFORMATIONAL
Rule was evaluated and produced a purely informational result.
@ NOT_APPLICABLE
Rule was not evaluated because it doesn't apply.
Severity
Analysis result severity.
@ NONE
No specified severity.
@ ERROR
A serious problem.