Home
last modified time | relevance | path

Searched refs:InvalidatedBugType (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp34 const BugType InvalidatedBugType{this, "Iterator invalidated", member in __anon98e648a70111::InvalidatedIteratorChecker
128 auto R = std::make_unique<PathSensitiveBugReport>(InvalidatedBugType, Message, in reportBug()