baloghadamsoftware added a comment. https://reviews.llvm.org/D27202 is now a dependency, but cannot add it.
================ Comment at: lib/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp:166 +IteratorPastEndChecker::IteratorPastEndChecker() { + PastEndBugType.reset(new BugType(this, "Iterator Past End", "C++ STL Error")); + PastEndBugType->setSuppressOnSink(true); ---------------- zaks.anna wrote: > How about: "C++ STL Error" -> "Misuse of STL APIs" OK, I copied it from another checker :-) https://reviews.llvm.org/D25660 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits