[PATCH] D32859: [Analyzer] Iterator Checker - Part 5: Move Assignment of Containers

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 5 05:07:38 PDT 2018


whisperity added inline comments.


================
Comment at: lib/StaticAnalyzer/Checkers/IteratorChecker.cpp:1061
+          // first reassign all iterator positions to the new container which
+          // are not past the container (thus not greater or equal to the
+          // current "end" symbol.
----------------
`(` is not closed


https://reviews.llvm.org/D32859





More information about the cfe-commits mailing list