9848 Commits (f5c6a5a79decf2dbb797dfc7c86030548c005f24)
 

Author SHA1 Message Date
Josh Berdine f5c6a5a79d [sledge] Add type for instruction pointers and use in Control
4 years ago
Josh Berdine e43582b480 [sledge] Add n-ary join to Domain and use in analysis
4 years ago
Josh Berdine e8890c7bc6 [sledge] Memoize reg to var translation
4 years ago
Josh Berdine 9150290abe [sledge] Minor improvement of Sh printing
4 years ago
Josh Berdine ee4bb29cc4 [sledge] Global initializers do not contain registers
4 years ago
Radu Grigore 063ddb5784 [erl-frontend] First Erlang test with warnings
4 years ago
Josh Berdine 7bb2e678e3 [sledge] Add Ord.( @? ) to lexicographically compose compare functions
4 years ago
Josh Berdine 37aa0159ea [sledge] Add Set.pop_min_elt_exn
4 years ago
Josh Berdine ec8ba5aea3 [sledge] Add Map.max_binding_exn
4 years ago
Josh Berdine df4ce19954 [sledge] Add List.foldi
4 years ago
Josh Berdine 8678923ca2 [sledge] Add List.Assoc support for deriving compare, equal, sexp_of
4 years ago
Josh Berdine d67a977f71 [sledge] Use opam var instead of opam config var
4 years ago
Nikos Gorogiannis a7c4b5f951 [concurrency] log failure to parse lock arguments
4 years ago
Akos Hajdu 84d747b90c [erl-frontend] Translate some binary expressions
4 years ago
Akos Hajdu 98c32643fa [erl-frontend] Extract helper methods for blocks
4 years ago
Akos Hajdu 0a5323160f [erl-frontend] Translate case expressions and int literals
4 years ago
Nikos Gorogiannis c7e0f092a1 [kotlin] add flag controlling Kotlin capture
4 years ago
Daiva Naudziuniene 6b67a57029 [pulse][objc][nil] Add constraint `self > 0` before computing spec for Objective-C instance methods
4 years ago
Jules Villard 61ade247cd [pulse] model random(3)
4 years ago
Jules Villard fb69d8aca1 [pulse] use phys_equal on the underlying abstract state instead of the toplevel pair
4 years ago
Jules Villard 18097db701 [pulse] apply disjunct limit more strictly
4 years ago
Daiva Naudziuniene 2c93de142e [minor] Unnecessary sprintf
4 years ago
Akos Hajdu 661df0ca16 [erl-frontend] Translate expressions to blocks
4 years ago
Josh Berdine bb4963b6ab [sledge] Suppress warning in test from newer clang
4 years ago
Josh Berdine 713d090743 [sledge] Make workaround for broken llvm-config easier
4 years ago
Josh Berdine 0d430efb42 [sledge] Query llvm-config for compilation flags for tests
4 years ago
Josh Berdine 5a8fe540d3 [sledge] Add missing build dep on env var
4 years ago
Josh Berdine a07c71352b [sledge] Add a distinct formula and use it to strengthen Sh.pure_approx
4 years ago
Josh Berdine 2378068442 [sledge] Add Array.contains_adjacent_duplicate
4 years ago
Josh Berdine 69c4f089bd [sledge] Add Array.of_list_map
4 years ago
Josh Berdine a6f3e15cec [sledge] Add List.fold_diagonal
4 years ago
Josh Berdine abe8ba847a [sledge] Fix minor bug in test report generation
4 years ago
Josh Berdine 099af312bb [sledge] Fix bug in Context.canon_extend
4 years ago
Josh Berdine 3d14ef6c77 [sledge] Revise symbolic state joining
4 years ago
Josh Berdine de2ee6f0fd [sledge] Fix control edge depth handling for mutually recursive calls
4 years ago
Daiva Naudziuniene 9d877652d1 [pulse][objc][nil] Improve error message for nil insertion into collection and nil block call issues
4 years ago
Sungkeun Cho 724fbc4ad6 [pulse] Revise semantics of TextUtils.is_empty
4 years ago
Sungkeun Cho 740fb36f1b [pulse] Add semantic models for C++ string length
4 years ago
Nikos Gorogiannis ef2b712941 [java] delete unused `skip-implementation` option and code
4 years ago
Nikos Gorogiannis c423b0d6a6 [java] introduce flag controlling masking of sawja exceptions
4 years ago
Nikos Gorogiannis db0ca12d93 [test-filtering] remove dead option and code
4 years ago
Nikos Gorogiannis c683fbd1b4 [concurrency] add support for folly::DistributedMutex
4 years ago
Nikos Gorogiannis 5c0d3fce24 [racerd] require container method to be non-static
4 years ago
Radu Grigore 2d1ccf5994 [erl-frontend] Activate Pulse for Erlang
4 years ago
Nikos Gorogiannis a4a9433982 [ondemand] print exception
4 years ago
Sungkeun Cho 678386acbb [pulse] Add FP tests due to infeasible paths depending on string length
4 years ago
Radu Grigore 158bfa7a7a [erl-frontend] Translation of some expressions
4 years ago
Daiva Naudziuniene 66746e2b4b [pulse][nullptr] Show NULLPTR_DEREFERENCE issues as Null Dereference as Nullptr is C++ specific term
4 years ago
Daiva Naudziuniene 4e18aa100d [pulse][nullptr] Improve error message by removing duplicated information about the call
4 years ago
Akos Hajdu b9a04a6537 [erl-frontend] Validate association kind in map pattern
4 years ago