Skip to content

Commit f287875

Browse files
committed
minor
1 parent 91df14a commit f287875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/phasar/PhasarLLVM/TypeHierarchy/LLVMTypeHierarchy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class LLVMTypeHierarchy
175175
}
176176

177177
[[nodiscard]] inline bool
178-
isSubType(const llvm::StructType *Type, // NOLINT
178+
isSubType(const llvm::StructType *Type,
179179
const llvm::StructType *SubType) override {
180180
auto ReachableTypes = getSubTypes(Type);
181181
return ReachableTypes.count(SubType);
@@ -238,7 +238,7 @@ class LLVMTypeHierarchy
238238

239239
// a function to conveniently create this writer
240240
[[nodiscard]] TypeHierarchyVertexWriter
241-
makeTypeHierarchyVertexWriter(const bidigraph_t &TyGraph) const { // NOLINT
241+
makeTypeHierarchyVertexWriter(const bidigraph_t &TyGraph) const {
242242
return {TyGraph};
243243
}
244244

0 commit comments

Comments
 (0)