4632 Commits (dd22e187eff02e792c3380fd759ff1e61343d3e3)
 

Author SHA1 Message Date
Jules Villard dd22e187ef [java] delete unused `models` field in `ZipLib.zip_library`
8 years ago
Jules Villard 92c129dc4e [cfg] rename `Cfg.is_proc_cfg_connected` to `Procdesc.is_connected`
8 years ago
Nikos Gorogiannis 818d359675 [racerd] reorg domain module
8 years ago
Sam Blackshear 370f5c80e6 [quandary] only treat overrides of service methods as endpoints
8 years ago
Ezgi Çiçek 1263bfa899 Add tests for cost analysis
8 years ago
Nikos Gorogiannis dde2000e75 [racerd] disambiguate duplicate reports due to method overloading
8 years ago
Ezgi Çiçek 6f8bccb8fd Add tests for invariant problem in cost analysis
8 years ago
Nikos Gorogiannis 9cddbd7af8 [racerd] make locals in Java owned, plus stop reporting on temps/logical vars
8 years ago
Nikos Gorogiannis 0563eacbb0 [racerd] remove code and references to being sound
8 years ago
Dulma Churchill 4687573a48 [clang] Removes a crash when unexpected declarations are found in toplevel class declarations
8 years ago
Daiva Naudziuniene 9e1678ec65 [uninit] Check the type of whole lhs rather than the base of lhs
8 years ago
Dulma Churchill accfc00d82 [objc frontend] Do not crash on internal forward classes
8 years ago
Dulma Churchill 87d1f0f241 [clang] Make an assert false into incorrect_assumption as it is happening in prod
8 years ago
Mehdi Bouaziz 1898ef3a7a [Summary] Move payloads to a separate module
8 years ago
Mehdi Bouaziz 15b77c6a55 Move get_phase from Tabulation to BiabductionSummary
8 years ago
Jeremy Dubreil 6a91ad4097 [infer][eradicate] model `android.net.Uri.parse(...)` as not accepting null parameter
8 years ago
Jeremy Dubreil fe0debedb6 [infer][buck] run Infer in single core on Buck projects
8 years ago
Sam Blackshear 5ed2016899 [clang] basic support for exceptional control-flow
8 years ago
Jules Villard 316da14857 [clang] minorish improvements
8 years ago
Sam Blackshear 85b8087f66 [quandary] de-prioritize command line flag sources
8 years ago
Daiva Naudziuniene 4e821129a4 [cfg] Log if the cfg is broken for a join node or not
8 years ago
Sam Blackshear d70d23c5f3 [quandary] treat Fragments like other Context types
8 years ago
Dulma Churchill 27a7f2e798 [linters] Do not report mutable local variable in weakSelf and strongSelf
8 years ago
Mehdi Bouaziz 8615091615 [Summary] Pp simplifications
8 years ago
Mehdi Bouaziz 7f8511c2df [Summary] move Stats and Status to modules
8 years ago
Mehdi Bouaziz aaf346d115 [cost] Polynomial domain
8 years ago
Dulma Churchill 2ee4956c03 [objc] Add methods of ObjC classes and ObjC protocols to the tenv
8 years ago
Nikos Gorogiannis 7e5381b7a9 [starvation] model legacy synchronized containers
8 years ago
Nikos Gorogiannis 5d4007e176 [racerd] silence noise about wobbly paths, but leave a textual clue for statistical purposes
8 years ago
Martino Luca 1916e4fa0f Adding a new ATD-based parser for JSON data containing Java method declarations
8 years ago
Nikos Gorogiannis e3f0754335 [starvation] add static timeout recognition and 5 second android limit
8 years ago
Nikos Gorogiannis f22bb53aa8 [starvation] Treat Service (but not IntentService) subclasses as on UI thread
8 years ago
Nikos Gorogiannis 78ad6e6d00 [concurrency] extend notion of ui thread
8 years ago
Nikos Gorogiannis b02a6e9e48 [starvation] catch AsyncTask.get calls on main thread
8 years ago
Mehdi Bouaziz f3cf0ec0f6 [Inferbo/cost][java] Model for __get_array_length
8 years ago
Mehdi Bouaziz 62fa99ad3f Simplified example showing problem with arrays
8 years ago
Dulma Churchill 7bbf349a76 [logs] Add the callee clang_method_kind and the callee source file to the skip logs
8 years ago
Jose Blanco 6ca1b69b6f [infer][PR] fixed typos
8 years ago
Oliver Castillo fb4e7ee4a4 [infer][PR] Fix spelling errors
8 years ago
Jules Villard 3aa6fdf1ce [rename] specs -> summary, Summary -> SummaryPayload
8 years ago
Jules Villard 607fdc88f1 [docker] upgrade Dockerfile to 0.14.0
8 years ago
Nikos Gorogiannis ecfa29b083 [starvation] dedup deadlock warnings
8 years ago
Jules Villard d207f29287 [specs] move biabduction-specific stuff to BiabductionSummary.ml
8 years ago
Jules Villard 766a16cd90 [clang] enforce that `instruction` always returns one SIL expression
8 years ago
Jeremy Dubreil ed0c550905 [infer][genrule] add an option to make the genrule integration compatible with the Buck cache
8 years ago
Jeremy Dubreil 8162cf826e [infer][genrule] set the project root for the integration test
8 years ago
Brandon Kieft cb66e4212b Add predicates for instance and class methods
8 years ago
Jeremy Dubreil 8ce79a0613 [infer][backend] no longer rely on make to drive the Infer internal parallelism
8 years ago
Dulma Churchill afe511b53d [biabduction] Support finding skip reasons from attributes for clang too
8 years ago
Daiva Naudziuniene 63f1a341b5 [cfg] Filter out join*->destructor->exit nodes as being not broken
8 years ago