|
clang 23.0.0git
|
#include "clang/ScalableStaticAnalysis/SourceTransformation/SARIFTransformationReportFormat.h"
Public Attributes | |
| std::string | RuleId |
| clang::SarifResultLevel | Level |
| clang::CharSourceRange | Range |
| std::string | Message |
Definition at line 31 of file SARIFTransformationReportFormat.h.
| clang::SarifResultLevel clang::ssaf::ReportResult::Level |
Definition at line 33 of file SARIFTransformationReportFormat.h.
| std::string clang::ssaf::ReportResult::Message |
Definition at line 35 of file SARIFTransformationReportFormat.h.
| clang::CharSourceRange clang::ssaf::ReportResult::Range |
Definition at line 34 of file SARIFTransformationReportFormat.h.
| std::string clang::ssaf::ReportResult::RuleId |
Definition at line 32 of file SARIFTransformationReportFormat.h.