[PATCH] D10305: [Clang Static Analyzer] Bug identification

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 2 07:33:17 PDT 2015


xazax.hun updated this revision to Diff 36363.
xazax.hun marked 3 inline comments as done.
xazax.hun added a comment.

- Updated to latest trunk.
- Style fixes.
- Addressed comments.
- Added tests for Objective-C constructs.
- Fixed the handling of Objective-C methods.


http://reviews.llvm.org/D10305

Files:
  include/clang/StaticAnalyzer/Core/IssueHash.h
  lib/StaticAnalyzer/Checkers/Checkers.td
  lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  lib/StaticAnalyzer/Core/CMakeLists.txt
  lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  lib/StaticAnalyzer/Core/IssueHash.cpp
  lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  test/Analysis/MismatchedDeallocator-path-notes.cpp
  test/Analysis/NewDelete-path-notes.cpp
  test/Analysis/bug_hash_test.cpp
  test/Analysis/bug_hash_test.m
  test/Analysis/conditional-path-notes.c
  test/Analysis/cxx-for-range.cpp
  test/Analysis/diagnostics/deref-track-symbolic-region.c
  test/Analysis/diagnostics/report-issues-within-main-file.cpp
  test/Analysis/diagnostics/undef-value-caller.c
  test/Analysis/diagnostics/undef-value-param.c
  test/Analysis/diagnostics/undef-value-param.m
  test/Analysis/edges-new.mm
  test/Analysis/generics.m
  test/Analysis/inline-plist.c
  test/Analysis/inline-unique-reports.c
  test/Analysis/inlining/eager-reclamation-path-notes.c
  test/Analysis/inlining/eager-reclamation-path-notes.cpp
  test/Analysis/inlining/path-notes.c
  test/Analysis/inlining/path-notes.cpp
  test/Analysis/inlining/path-notes.m
  test/Analysis/lambda-notes.cpp
  test/Analysis/malloc-plist.c
  test/Analysis/method-call-path-notes.cpp
  test/Analysis/model-file.cpp
  test/Analysis/null-deref-path-notes.m
  test/Analysis/objc-arc.m
  test/Analysis/plist-macros.cpp
  test/Analysis/plist-output-alternate.m
  test/Analysis/plist-output.m
  test/Analysis/retain-release-path-notes-gc.m
  test/Analysis/retain-release-path-notes.m
  test/Analysis/unix-fns.c
  utils/analyzer/CmpRuns.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10305.36363.patch
Type: text/x-patch
Size: 1093536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151002/2adb347a/attachment-0001.bin>


More information about the cfe-commits mailing list