8136 Commits (79e45fae17b0a22d4326e28bc5213a56ee5b4765)

Author SHA1 Message Date
Jules Villard 8089bcb191 [config] fix incorrect json decoding of some option types
4 years ago
Akos Hajdu 849c49280f [erl-frontend] make guard sequence expression list list
4 years ago
Nikos Gorogiannis 3eb6e0d344 [racerd] refactor reporting and split by language
4 years ago
Nikos Gorogiannis 64a5fbf14e [biabduction] recognise restart exception in timeout handling
4 years ago
Jules Villard da425d0a4f [caml] upgrade to 4.12 and most recent versions of dependencies
4 years ago
Jules Villard 4e3afbe329 [caml] 4.12 is fussier about possible name ambiguities
4 years ago
Radu Grigore cfed4c4fa0 [erl-frontend] Translation for case clauses
4 years ago
Nikos Gorogiannis e5b9d415f9 [merge] die on non-existent database
4 years ago
Nikos Gorogiannis 990d0fbed5 [racerd] treat @Initializer methods as constructors wrt ownership
4 years ago
Sungkeun Cho 1e77569e64 [uninit/pulse] Enable uninit/pulse issue by defualt
4 years ago
Nikos Gorogiannis e67c4c1ac8 [specs] count overwrites
4 years ago
Nikos Gorogiannis f3ded9e492 [starvation] determine lock recursiveness on language if type unknown
4 years ago
Radu Grigore 818a586580 [erl-frontend] Translation for functions
4 years ago
Jules Villard f0741626a1 [clang] fix order of parameters in some inherited constructors
4 years ago
Jules Villard d285ee900b [pulse] functional unknown functions
4 years ago
Jules Villard 24b32c24f4 [pulse] model two more objc ownership transferring functions
4 years ago
Nikos Gorogiannis 55253a2763 [linereader] simplify and remove exceptions
4 years ago
Xiaoyu Liu 5d2ba44292 Add exn expression support in json frontend (#1450)
4 years ago
Matthew Jin 8a85a73af3 Adding Support For Instof Subtype (#1447)
4 years ago
Sangwoo Joh 55f6e27c32 Fix matching double-quotes in json example (#1448)
4 years ago
Jules Villard 199f707495 [config] add option to disable the DBWriter daemon
4 years ago
Sungkeun Cho 7211e4cfbc [report] Print Cost/ConfigImpact json reports only for changed files
4 years ago
Sungkeun Cho 11ea6f9ab1 [refactoring] Move read_config_changed_files from Driver to SourceFile
4 years ago
Nikos Gorogiannis 98c0419acc [racerd] litho-specific messaging
4 years ago
Jules Villard a1855dee8a [pulse][5/5] timestamps for MustBeInitialized
4 years ago
Jules Villard df9a7bbc81 [pulse][4/5] add a path context to record timestamps
4 years ago
Jules Villard 4bad4bf63c [pulse][3/5] delete stale comment
4 years ago
Jules Villard 37a79d16b0 [pulse][2/5] do not overwrite attributes
4 years ago
Jules Villard 721e64126e [pulse][1/5] add a test that we report on the first null access
4 years ago
Jules Villard 8446ef488c [pulse][0/5] MustBeValid should be removed in the pre, not the post
4 years ago
Radu Grigore a2de3afc04 [erl-frontend] Create (empty) Procdesc for Erlang functions.
4 years ago
Daiva Naudziuniene ec1a13fc52 [website] Update website
4 years ago
Jules Villard 5ec898a4f3 [pulse] suppress leaks that are not leaks due to pointer arithmetic
4 years ago
Jules Villard 26f0309ec9 [pulse] add "fat pointers" mem leak tests
4 years ago
Jules Villard 75a068b602 [pulse] delay leak reporting until summary is created
4 years ago
Jules Villard 84cc2bd371 [pulse] more config options to model dynamic memory management
4 years ago
Jules Villard 77865559f5 [pulse] model realloc(3)
4 years ago
Jules Villard caad455e42 [pulse] remove pulse-specific matchers from PatternMatch
4 years ago
Jules Villard 7b5bfa1796 [pulse] defend in depth against false leaks
4 years ago
Jules Villard b7ee374d00 [pulse] values equal to live values are not dead
4 years ago
Jules Villard 99c53b2d7b [pulse] report leaks as soon as values become unreachable
4 years ago
Daiva Naudziuniene d11852af9a [pulse][objc][nullptr] A separate issue type for calling nil blocks
4 years ago
Daiva Naudziuniene c8771a3eeb [pulse][objc][nullptr] Improve nil messaging traces
4 years ago
Xiaoyu Liu 53e6aec80d Fix .NET resource leak detection leaked type lost (#1446)
4 years ago
Sungkeun Cho 7e58392558 [frontend] Add support for fields of Remodel-generated class in ObjC
4 years ago
Loc Le d8d2f2b23d [pulse] added user-defined models for malloc/free
4 years ago
Sungkeun Cho 75e09f7563 [ConfigImpact] Ignore class number when reading config impact data
4 years ago
Sungkeun Cho a577d5fe0f [ConfigImpact] Add FP test due to anonymous class
4 years ago
Daiva Naudziuniene fbfe5f8be5 [pulse][objc] Special case for calling objc dispatch methods
4 years ago
Daiva Naudziuniene 85eb72f7cd refactor objc dispatch models
4 years ago
Ezgi Çiçek ab7d569e50 [refactor] Remove redundant calls
4 years ago
Sungkeun Cho 291d250b9b [frontend] Add field for property to the type environment in ObjC
4 years ago
Jules Villard 8f1df1f11e [pulse] deduplicate histories and traces for memleaks
4 years ago
Jules Villard 23fcb72d3d [pulse] refactor translating callee attributes to callers
4 years ago
Jules Villard 16054a4510 [pulse] interproc memleak trace test
4 years ago
Jules Villard 8fcd79a0b7 [pulse][models] refactor garbage-collected allocations
4 years ago
Jules Villard 0ab6f883e0 [pulse] refactor check whether an address is allocated but not freed
4 years ago
Jules Villard c59765b95c [pulse] refactor an ISL function
4 years ago
Jules Villard 427937083b [pulse] do not report null deref errors where the source of null is unclear
4 years ago
Jules Villard 02e6d46e7f [pulse] follow values inside function calls
4 years ago
Xiaoyu Liu 287eee78f5 CIL race condition detection support (#1443)
4 years ago
Daiva Naudziuniene 5fb747eda6 [pulse][objc][nullptr] Dereference call expression to catch nil block issues
4 years ago
Daiva Naudziuniene c6bf155004 [pulse][objc][nullptr] Copy tests for calling nil blocks from bi-abduction
4 years ago
Sungkeun Cho 903106b298 [ConfigImpact] Fix inefficient config impact data checking
4 years ago
Daiva Naudziuniene bf8bc66707 [pulse][objc][nullptr] Model NSArray methods to catch nil insertion into collection issues
4 years ago
Daiva Naudziuniene 5c8b5657d1 [clang frontend][objc][nullptr] Insert missing load to catch nil insertion into collection issues
4 years ago
Nikos Gorogiannis c287afe07d [logging] fix always zero count for modified files
4 years ago
Daiva Naudziuniene 6c7cce6588 [pulse][objc][nullptr] Model NSSet methods to catch nil issues
4 years ago
Nikos Gorogiannis 68ae6ee6f3 [merge] forked global tenv merge
4 years ago
Artem Pianykh b38cc767fa [nullsafe] Add models for java.util.Locale public fields
4 years ago
Sungkeun Cho f26573c0ef [Cost] Comment out non-deterministic test
4 years ago
Radu Grigore 6a0f16b463 [erl-frontend] Build names environment for resolving functions
4 years ago
Radu Grigore 6536919d6a [erl-frontend] Procnames for Erlang.
4 years ago
Daiva Naudziuniene 6bcf4203c3 [pulse][objc][nullptr] Model NSDictionary methods to catch nil insertion issues
4 years ago
Jules Villard 9409685a2f [pulse] a few textual changes in traces
4 years ago
Jules Villard 54228740dd [pulse] fix typo in test
4 years ago
Daiva Naudziuniene 174320f890 [pulse][objc][nullptr] Model more methods for NSMutableArray to catch nil issues
4 years ago
Sungkeun Cho 12415a174d [frontend] ObjC++ setter/getter for C struct field
4 years ago
Daiva Naudziuniene 6e0dc0a5c6 [pulse][objc][nullptr] Tests for NSDictionary literals
4 years ago
Ezgi Çiçek 84a30c4530 [ConfigImpact] Track the intermediate callers for better readability
4 years ago
Daiva Naudziuniene 119e206988 [pulse][objc][nullptr] Model NSMutableSet methods to catch nil issues
4 years ago
Daiva Naudziuniene 6d75961a87 [config] Allow regex in --skip-translation-headers
4 years ago
Jules Villard 9980c4f614 [pulse] correct order of calling context in trace
4 years ago
Daiva Naudziuniene 3e629281c6 [pulse][objc][nullptr] Model more NSMutableDictionary methods to catch nil insertion into collection issues
4 years ago
Sungkeun Cho 2bfda57cb1 [ConfigImpact] Revise qualifier
4 years ago
Loc Le aa3a2ce049 [pulse] added an test on memory_leak.c
4 years ago
Sungkeun Cho b7b7e89159 [pulse] Address some modeled fields as pointers
4 years ago
Daiva Naudziuniene 483d0b54ee [pulse][objc][nullptr] Model NSMutableDictionary.setObject:forKeyedSubscript:
4 years ago
Radu Grigore e2cc723074 [erl-frontend] Started ErlangTranslator
4 years ago
Daiva Naudziuniene 765d45c2fd [pulse][objc] Enable nil issue types by default
4 years ago
Sungkeun Cho 64406137e9 [ConfigImpact] Loosely compare ObjC method names
4 years ago
Radu Grigore 1bd741b070 [erl-frontend] Erlang AST, and parser for JSON AST.
4 years ago
Sungkeun Cho 1c87f61728 [ConfigImpact] Add config impact differential test in ObjC
4 years ago
Jules Villard d97b82f8db [pulse] add tests for pulse.isl
4 years ago
Radu Grigore f7278e53af [erl-frontend] Added a build-system test for Rebar3.
4 years ago
Daiva Naudziuniene 3939a66da8 [pulse][objc][nullptr] Model NSArray methods to catch nil insertion into collection issues
4 years ago
Jules Villard dbdf076e30 [pulse] take histories into account for all aspects of a report
4 years ago
Jules Villard 7853c322b3 [pulse] resolve function pointers when known
4 years ago
Jules Villard 16cb07698e [pulse] no longer drop attributes of dead addresses
4 years ago
Sungkeun Cho e5d52c3dc3 [ConfigImapct] Add models of SharedPreferences methods
4 years ago