[PATCH] D25660: [Analyzer] Checker for iterators dereferenced beyond their range.
Balogh, Ádám via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 21 04:08:55 PST 2016
baloghadamsoftware added inline comments.
================
Comment at: test/Analysis/Inputs/system-header-simulator-for-iterators.h:62
+ ForwardIterator2 first2, ForwardIterator2 last2);
+}
----------------
Maybe we should merge this file with the system-header-simulator-cxx.h? It already contains a vector type but no iterators.
https://reviews.llvm.org/D25660
More information about the cfe-commits
mailing list