[llvm-bugs] [Bug 25774] New: Analyzer misses mismatch between container and iterator

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 8 06:51:24 PST 2015


https://llvm.org/bugs/show_bug.cgi?id=25774

            Bug ID: 25774
           Summary: Analyzer misses mismatch between container and
                    iterator
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: t at sharklasers.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15415
  --> https://llvm.org/bugs/attachment.cgi?id=15415&action=edit
Example demonstrating the bug

Two maps are created. Iterators from second map are used for insertions in the
first.

$ scan-build g++ -std=c++1z wrong_iterator.cpp 
scan-build: Using 'local/tmp/clang/bin/clang' for static analysis
scan-build: Removing directory '/tmp/scan-build-2015-12-08-154917-8614-1'
because it contains no reports.
scan-build: No bugs found.

Example taken from the talk "CppCon 2015: Herb Sutter "Writing Good C++14... By
Default" at 1:09:13 (a Microsoft static analysis tool was demonstrated that is
supposedly able to catch this bug)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151208/1a967bdc/attachment.html>


More information about the llvm-bugs mailing list