We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91df14a commit f287875Copy full SHA for f287875
1 file changed
include/phasar/PhasarLLVM/TypeHierarchy/LLVMTypeHierarchy.h
@@ -175,7 +175,7 @@ class LLVMTypeHierarchy
175
}
176
177
[[nodiscard]] inline bool
178
- isSubType(const llvm::StructType *Type, // NOLINT
+ isSubType(const llvm::StructType *Type,
179
const llvm::StructType *SubType) override {
180
auto ReachableTypes = getSubTypes(Type);
181
return ReachableTypes.count(SubType);
@@ -238,7 +238,7 @@ class LLVMTypeHierarchy
238
239
// a function to conveniently create this writer
240
[[nodiscard]] TypeHierarchyVertexWriter
241
- makeTypeHierarchyVertexWriter(const bidigraph_t &TyGraph) const { // NOLINT
+ makeTypeHierarchyVertexWriter(const bidigraph_t &TyGraph) const {
242
return {TyGraph};
243
244
0 commit comments