[PATCH] D22048: [analyzer] Suppress false positives in std::shared_ptr

Devin Coughlin via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 6 14:38:50 PDT 2016


dcoughlin updated the summary for this revision.
dcoughlin updated this revision to Diff 62978.
dcoughlin added a comment.

Address Artem's comments: fix a copy-pasta mistake and separate out std stubs with deliberate divide-by-zero bugs into their own simulated header file. This required moving the suppression tests into their own separate test.


http://reviews.llvm.org/D22048

Files:
  lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  test/Analysis/Inputs/system-header-simulator-cxx-std-suppression.h
  test/Analysis/Inputs/system-header-simulator-cxx.h
  test/Analysis/diagnostics/implicit-cxx-std-suppression.cpp
  test/Analysis/inlining/stl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22048.62978.patch
Type: text/x-patch
Size: 10939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160706/23b0e0ce/attachment.bin>


More information about the cfe-commits mailing list