|
clang 24.0.0git
|
The outcome of classifying a declared type against the reachable pointer levels of its entity: a bounded-type rewrite, or a report reason. More...
#include "clang/ScalableStaticAnalysis/SourceTransformation/Transformations/CppBoundedBuffers.h"
Public Attributes | |
| BoundedType | NewType = BoundedType::Ptr |
| std::string | InnerSpelling |
| std::optional< ReportReason > | Skip = ReportReason::NotTransformed |
The outcome of classifying a declared type against the reachable pointer levels of its entity: a bounded-type rewrite, or a report reason.
Definition at line 60 of file CppBoundedBuffers.h.
| std::string clang::ssaf::ClassifyResult::InnerSpelling |
Definition at line 64 of file CppBoundedBuffers.h.
| BoundedType clang::ssaf::ClassifyResult::NewType = BoundedType::Ptr |
Definition at line 62 of file CppBoundedBuffers.h.
| std::optional<ReportReason> clang::ssaf::ClassifyResult::Skip = ReportReason::NotTransformed |
Definition at line 65 of file CppBoundedBuffers.h.