]> granicus.if.org Git - clang/commit
[analyzer] Shorten the malloc checker’s leak message
authorAnna Zaks <ganna@apple.com>
Sat, 6 Apr 2013 00:41:36 +0000 (00:41 +0000)
committerAnna Zaks <ganna@apple.com>
Sat, 6 Apr 2013 00:41:36 +0000 (00:41 +0000)
commit68eb4c25e961d18f82b47a0a385f90d7af09bcc3
tree3d5d3f87204a05f0b0dc7ec68cfd23871d203d13
parentcb3443925f967b5d51e582b39e28f67d41d73199
[analyzer] Shorten the malloc checker’s leak message

As per Ted’s suggestion!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178938 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
test/Analysis/Malloc+NewDelete_intersections.cpp
test/Analysis/NewDelete-checker-test.cpp
test/Analysis/NewDelete-custom.cpp
test/Analysis/NewDelete-intersections.mm
test/Analysis/coverage.c
test/Analysis/malloc-annotations.c
test/Analysis/malloc-interprocedural.c
test/Analysis/malloc-plist.c
test/Analysis/malloc.c
test/Analysis/new.cpp
test/Analysis/objc-boxing.m