- 0578959 [analyzer] These implements unix.MismatchedDeallocatorChecker checker. by Anton Yartsev · 13 years ago
- 8b66270 [analyzer] For now assume all standard global 'operator new' functions allocate memory in heap. by Anton Yartsev · 13 years ago
- 13df036 [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete. by Anton Yartsev · 13 years ago
- 6c2af43 [analyzer] fixed the logic changed by r176949 by Anton Yartsev · 13 years ago
- 59ed15b Refactoring: by Anton Yartsev · 13 years ago
- 613f3c0 [analyzer] Be more consistent about Objective-C methods that free memory. by Jordan Rose · 13 years ago
- 87396b9 Replace ProgramPoint llvm::cast support to be well-defined. by David Blaikie · 13 years ago
- 05785d1 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 13 years ago
- 2fdacbc Replace SVal llvm::cast support to be well-defined. by David Blaikie · 13 years ago
- c89ad07 [analyzer] Report bugs when freeing memory with offset pointer by Anna Zaks · 13 years ago
- acdc13c [analyzer] Add pointer escape type param to checkPointerEscape callback by Anna Zaks · 13 years ago
- f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
- a043d0c [analyzer] Include the bug uniqueing location in the issue_hash. by Anna Zaks · 13 years ago
- 7505b5a Tighten code. No functionality change. by Ted Kremenek · 13 years ago
- 6fcefb5 Make MallocChecker debug output useful. by Ted Kremenek · 13 years ago
- dc15415 [analyzer] Add the pointer escaped callback. by Anna Zaks · 13 years ago
- a7b1c47 [analyzer] Don't generate a summary for "freeWhenDone" if method is inlined. by Anna Zaks · 13 years ago
- bcf9053 Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_vars_iterator. by Ted Kremenek · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- ea70eb3 Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 13 years ago
- ba4c85e Make helpers static/anonymous. by Benjamin Kramer · 13 years ago
- f1f2614 [analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback. by Jordan Rose · 13 years ago
- a14c1d0 [analyzer] Address Jordan's code review for r167813. by Anna Zaks · 13 years ago
- 67291b9 Fix a Malloc Checker FP by tracking return values from initWithCharacter by Anna Zaks · 13 years ago
- 0c153cb [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). by Jordan Rose · 13 years ago
- e10d5a7 [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 13 years ago
- 40bb1249 [analyzer] Fix typo in r167186. by Jordan Rose · 13 years ago
- 14fe9f3 [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. by Jordan Rose · 13 years ago
- 58a2c4e [analyzer] Malloc checker cleanup/refactor by Anna Zaks · 13 years ago
- c102b35 Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. by Jordan Rose · 13 years ago
- d6e5fd5 [analyzer] MallocChecker should not do post-call checks on inlined functions. by Jordan Rose · 13 years ago
- 4278234 [analyzer] Teach the analyzer about implicit initialization of statics by Anna Zaks · 13 years ago
- 75cfbb6 [analyzer] Fix another false positive in malloc realloc logic. by Anna Zaks · 13 years ago
- 244e1d7 Remove ProgramState::getSymVal(). It was being misused by Checkers, by Ted Kremenek · 13 years ago
- fe6eb67 [analyzer] Fix realloc related bug in the malloc checker. by Anna Zaks · 13 years ago
- d94854a Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. by Ted Kremenek · 13 years ago
- 23a6201 [analyzer] Cleanup of malloc checker. by Anna Zaks · 13 years ago
- d86b3bd [analyzer] Clean up the printing of FieldRegions for leaks. by Jordan Rose · 13 years ago
- 356279c [analyzer] Track malloc'd regions stored in structs. by Jordan Rose · 13 years ago
- 6ce686e [analyzer] Malloc: remove assert since is not valid as of r161248 by Anna Zaks · 13 years ago
- 52242a6 [analyzer] Malloc: track non-allocated but freed memory by Anna Zaks · 13 years ago
- 4f7df9b [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. by Jordan Rose · 13 years ago
- 6cd16c5 [analyzer] Guard against C++ member functions that look like system functions. by Jordan Rose · 13 years ago
- fbe6dba [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints by Jordan Rose · 13 years ago
- 681cce9 [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints. by Jordan Rose · 13 years ago
- 547060b [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. by Jordan Rose · 13 years ago
- 6bad490 [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. by Jordan Rose · 13 years ago
- 7ab0182 [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent. by Jordan Rose · 13 years ago
- 742920c [analyzer] Add a new abstraction over all types of calls: CallEvent by Jordan Rose · 13 years ago
- 4688e60 [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090) by Jordan Rose · 13 years ago
- 26712c8 [analyzer] Teach malloc checker that initWith[Bytes|Characters}NoCopy by Anna Zaks · 13 years ago
- e4b6d5e [analyzer] Fixup to r158958. by Anna Zaks · 13 years ago
- 0d6989b [analyzer] Malloc: Warn about use-after-free when memory ownership was by Anna Zaks · 13 years ago
- 886dfb8 [analyzer] Malloc leak false positive: Allow xpc context to escape. by Anna Zaks · 13 years ago
- 9050ffd [analyzer] Malloc: cleanup, disallow free on relinquished memory. by Anna Zaks · 13 years ago
- 42908c7 [analyzer] Allow pointers to escape into NSPointerArray. by Anna Zaks · 13 years ago
- de409b6 [analyzer] Buffers passed to CGBitmapContextCreate can escape. by Jordan Rose · 13 years ago
- 3563fde [analyzer] Anti-aliasing: different heap allocations do not alias by Anna Zaks · 13 years ago
- 474261a Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 13 years ago
- b343660 [analyzer] Malloc checker: remove unnecessary comparisons. by Anna Zaks · 13 years ago
- 46d0160 [analyzer]Malloc: refactor and report use after free by memory by Anna Zaks · 13 years ago
- 62cce9e [analyzer] Do not highlight the range of the statement in case of leak. by Anna Zaks · 13 years ago
- 228f9c7 [analyzer] Allow pointers escape through calls containing callback args. by Anna Zaks · 14 years ago
- 263b7e0 [analyzer] Fix the 'ptr = ptr' false negative in the Malloc checker. by Anna Zaks · 14 years ago
- b508d29 [analyzer] Don't crash even when the system functions are redefined. by Anna Zaks · 14 years ago
- 90ab9bf [analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert. by Anna Zaks · 14 years ago
- a651c40 [analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue. by Anna Zaks · 14 years ago
- 21ff76e [analyzer] Tighten up the realloc() failure path note generation...make sure we get the right realloc()! by Jordy Rose · 14 years ago
- 43a9af7 [analyzer] Restart path diagnostic generation if any of the visitors change the report configuration while walking the path. by Jordy Rose · 14 years ago
- f78877e [analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able to reset diagnostic generation. by Jordy Rose · 14 years ago
- 9fe8098 [analyzer] Malloc: drop symbols captured by blocks. by Anna Zaks · 14 years ago
- c25c5e0 Remove unused variable, fix indentation. by Benjamin Kramer · 14 years ago
- fc2e153 [analyzer] Malloc: Utter the name of the leaked variable. by Anna Zaks · 14 years ago
- bf38f20 [analyzer] Mark a failed-realloc's result as an interesting symbol between the realloc call and the null check, so we get nicer path notes. Fixes a regression introduced by the diagnostic pruning added in r152361. by Jordy Rose · 14 years ago
- a7f457a [analyzer] Shorten the stack hint diagnostic. by Anna Zaks · 14 years ago
- cba4f29 [analyzer] Create symbol-aware stack hints (building upon r152837). by Anna Zaks · 14 years ago
- 1ff57d5 [analyzer] Allow checkers to supply call stack diagnostic hints for the by Anna Zaks · 14 years ago
- 1e809b4 [analyzer] Implement basic path diagnostic pruning based on "interesting" symbols and regions. by Ted Kremenek · 14 years ago
- 330de22 [analyzer] Remove now-unused constant. No functionality change. by Jordy Rose · 14 years ago
- 0accc6a [analyzer] Fix unnecessary dyn_cast_or_null. No functionality change. by Jordy Rose · 14 years ago
- 12a8b90 [analyzer] Malloc should assume that ownership is transfered when by Anna Zaks · 14 years ago
- 8dc53af [analyzer] Fix a regression introduced in malloc with by Anna Zaks · 14 years ago
- e0c03ca [analyzer] Malloc: A pointer might escape through CFContainers APIs, by Anna Zaks · 14 years ago
- 06a77fc [analyzer] Fix Malloc False Positive (PR 12100) by Anna Zaks · 14 years ago
- 43ffba2 [analyzer] Leaks should be uniqued by the allocation point in the by Anna Zaks · 14 years ago
- 7ac344a [analyzer] Malloc: reason about the ObjC messages and C++. by Anna Zaks · 14 years ago
- df901a4 [analyzer] Malloc: unique leak reports by allocation site. by Anna Zaks · 14 years ago
- 07de9c1 [analyzer] Invalidate the region passed to pthread_setspecific() call. by Anna Zaks · 14 years ago
- 40a7eb3 [analyzer] Malloc cleanup: by Anna Zaks · 14 years ago
- 199e8e5 [analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators. by Anna Zaks · 14 years ago
- 4ca45b1 [analyzer] Malloc: fix another false positive. by Anna Zaks · 14 years ago
- 1526881 [analyzer] Make Malloc aware of inter-procedural execution + basic tests. by Anna Zaks · 14 years ago
- e56167e [analyzer] Fix another false positive in the Malloc Checker, by making by Anna Zaks · 14 years ago
- 546c49c [analyzer] Malloc Checker: Clean up bug naming: by Anna Zaks · 14 years ago
- 9eb7bc8 [analyzer] Malloc Checker: Make the diagnostic visitor handle the case by Anna Zaks · 14 years ago
- d32ead8 [analyzer] Malloc Checker: Give up when a pointer escapes into a struct. by Anna Zaks · 14 years ago
- d1ff1cb [analyzer] Malloc checker: make a bit safer. by Anna Zaks · 14 years ago
- ac06814 [analyzer] Malloc Checker: add support for reallocf, which always frees by Anna Zaks · 14 years ago
- d515748 [analyzer] Malloc Checker: add support for valloc + minor code hardening. by Anna Zaks · 14 years ago
- 3d34834 [analyzer] Make Malloc Checker optimistic in presence of inlining. by Anna Zaks · 14 years ago