Commit Graph

5013 Commits (99464c01da5809e7159ed1a75ef10f60d34506a4)

Author SHA1 Message Date
Nikos Gorogiannis 380515bc89 [changed files] don't fail on non-existent absolute paths 6 years ago
Phoebe Nichols 82eb91fe71 Move core CallGraph API from SyntacticCallGraph.ml to CallGraph.ml 6 years ago
Phoebe Nichols 0ecd73d0f8 Add --incremental-analysis flag 6 years ago
Jules Villard 128f37985d [ocaml] upgrade most dependencies 6 years ago
Jules Villard a504a67ec2 [pulse] model some of `std::basic_string` 6 years ago
Jules Villard 14b9975cf3 [pulse] support modelling destructors 6 years ago
Jules Villard d9aadf5df2 [pulse] allow models in invalidation traces 6 years ago
Nikos Gorogiannis 4f46567fa7 [annotreach] kill custom path sensitivity 6 years ago
Phoebe Nichols 3e7f500ae8 Rename CallGraph.ml to SyntacticCallGraph.ml 6 years ago
Mitya Lyubarskiy 99e6447663 [infer][logging] log time for merge captured targets to `infer_events` 6 years ago
Nikos Gorogiannis ffdc9193dc [annot-reach] complete the set of android thread annotations 6 years ago
Jules Villard b4f3bce0c0 [biabd] remove a quadratic list operation 6 years ago
Martin Trojer 124036ea0b New faster version of Diff/Test-Determinator 6 years ago
Phoebe Nichols 542dc9086a Remove optional caller_summary from Ondemand.analyze_proc_name 6 years ago
Phoebe Nichols dc37aeed5c Refactor ondemand.ml 6 years ago
Phoebe Nichols 8ce592576e Register callees in Summary.callee_pnames 6 years ago
Phoebe Nichols b835f281cb Store a set of callee names in Summary.t 6 years ago
Jules Villard ef26e8bb28 [clang] NamespaceAliasDecl is just a no-op 6 years ago
Phoebe Nichols 2f6510395e Remove redundant fields from proc_callback_args 6 years ago
Phoebe Nichols a3eed439f6 Supply caller summary to Ondemand.analyze_proc_desc and Ondemand.analyze_proc_name 6 years ago
Phoebe Nichols d9535f42d5 Introduce method SummaryPayload.read_toplevel_procedure 6 years ago
Ezgi Çiçek 4114f7fbdf [inefficientKeysetIterator] Chase predecessors 4 more nodes to check the pattern 6 years ago
Ezgi Çiçek 102018734f [inefficientKeysetIterator] Add missing type checks 6 years ago
Artem Pianykh 39dce8878f [infra] Update yojson and fix deprecations 6 years ago
Phoebe Nichols fa1bcbe12d Change ProcData to have a summary instead of a proc_desc 6 years ago
Phoebe Nichols bd1c3deac6 Remove proc_desc from iterate_procedure_callbacks 6 years ago
Phoebe Nichols 13c2c84897 Remove proc_desc from proc_callback_args 6 years ago
Nikos Gorogiannis ae4f7561b3 [hil] class constant types 6 years ago
Jules Villard c89a8d3e63 delete ownership checker 6 years ago
Phoebe Nichols bc208ee9c8 Remove analyze_proc callback in ondemand.ml 6 years ago
Jules Villard a3086cbc37 [clang] remove 3 year obsolete TODO 6 years ago
David Pichardie 95e90f741c Compatibility with javalib 3.0 6 years ago
Jules Villard e803a30c2d [clang] fix translation of `initListExpr` again 6 years ago
Nikos Gorogiannis a47a8d2627 [java][classpath] fixes 6 years ago
Phoebe Nichols 5d24982823 Make the task bar display progress more accurately 6 years ago
Nikos Gorogiannis 2f21d223ac [buck] don't fail on empty list of targets found from query 6 years ago
Mehdi Bouaziz 13dac07361 MaximumSharing: remove inplace 6 years ago
Nikos Gorogiannis fd09f1bfc9 [java] fix classpath order 6 years ago
Mehdi Bouaziz 4c50dc096c MaximumSharing: handle cycles 6 years ago
Ezgi Çiçek 563cc760ed [cost] Make the kind of complexity increase clear in the message 6 years ago
Jules Villard 86decb83f6 [pulse] record attributes of address not edge-reachable in the post 6 years ago
Jules Villard 493d38a682 [pulse] overwrite attributes of modified cells in interproc calls 6 years ago
Jules Villard 910131edca [pulse][trivial] remove unecessary option type, exception catching, and mutual recursion 6 years ago
Phoebe Nichols a4013bdbe9 Remove analyze_ondemand from Ondemand.callbacks 6 years ago
Jules Villard 58b1df6bb9 [clang] fix destructor placement for temporaries in conditionals 6 years ago
Jules Villard cb9ee662c8 [pulse] skip `folly::Optional::reset()` 6 years ago
Jules Villard 3a3c93140e [pulse] translate initListExpr in more cases 6 years ago
Jules Villard d96ab2458d [pulse] model lambda destructor 6 years ago
Jules Villard 91a2e2986b [pulse] model lambda capture by value 6 years ago
Jules Villard 433c144840 [pulse] calling known lambdas calls the corresponding proc name 6 years ago
Jules Villard 2bf6852b95 [pulse] model `std::function::operator=` 6 years ago
Mehdi Bouaziz 39c7ab86e1 Maximum sharing: reuse sharing and detect cycles 6 years ago
Mehdi Bouaziz 09efe4f2c1 Add tests for MaximumSharing 6 years ago
Jules Villard ae3089c2b2 [uninit] look at complex HIL expressions too 6 years ago
Jules Villard 007c044d92 [HIL] add warning about HIL unsoundness 6 years ago
Jules Villard 6dee89b786 [backend] print what we are doing when invalidating for reanalysis 6 years ago
Jules Villard 8eba6503a4 [backend] do not crash getting `State.get_loc_exn` when already crashing 6 years ago
Jules Villard 2d41b9d58a [pulse] skip `folly::SocketAddress::~SocketAddress` 6 years ago
Jules Villard f15d9915a0 [pulse] better types to avoid `_fun_` prefix to proc names in bug traces 6 years ago
Jules Villard a3311fb751 [pulse] C++ temporaries bound to globals do not "escape" 6 years ago
Phoebe Nichols 2f8d09c651 Change Hashtbl.clear to Hashtbl.reset 6 years ago
Radu Grigore 4ce3ff944d [topl] Avoid side-effects when Topl is inactive. 6 years ago
Radu Grigore a6edb94450 Biabduction prover now logs inconsistency reason. 6 years ago
Jules Villard 7f12ced394 [pulse] move to SIL proper 6 years ago
Nikos Gorogiannis 97c41120ae [buck/java2] eliminate project root config flag 6 years ago
Artem Pianykh 33424c12ac [infra] Fix deadcode check target 6 years ago
Dino Distefano 571ae7774a Extended check on n-th parameter to cpp method calls 6 years ago
Artem Pianykh 9d9df458b6 [infra] Add Config.execution_id and log it to scuba as a normal 6 years ago
Artem Pianykh 046132b4c5 [infra] Collect low-prio logs during execution and flush them to Scuba at the end in one go 6 years ago
Radu Grigore 3de7acada4 [topl] tiny fixes to tracing output 6 years ago
Radu Grigore 10d87eec4e [topl] Simple error reporting. 6 years ago
Mehdi Bouaziz 0efd8960e1 [Tenv] Maximum sharing 6 years ago
Radu Grigore 384b3c5798 Assert that there is at most one flowgraph per procedure name. 6 years ago
Mehdi Bouaziz 5f8514a8c2 [sqlite] Normalize blobs used for comparison 6 years ago
Ezgi Çiçek 2db1a3b8e3 [cost,inferBo] Add models for Collections.unmodifiable* getters 6 years ago
Jules Villard 04233ee49b [clang] destroy C++ temporaries 6 years ago
Jules Villard 0592bac25e [pulse] explain SIL logical variables in terms of program access paths 6 years ago
Jules Villard c9f4768be7 [pulse] move to SIL 6 years ago
Jules Villard 695b493b56 [pulse] move [PulseTrace] inside [PulseDomain] 6 years ago
Mehdi Bouaziz b03aeb49c2 [eradicate] remove the constant flag only_keep_intersection 6 years ago
Jules Villard 512b42ece7 [pulse] move PulseInvalidation inside PulseDomain 6 years ago
Jules Villard 457b017343 [pulse] more general graph visitor API 6 years ago
Ezgi Çiçek fedb8e5136 [infer] Cleanup preanalysis 6 years ago
Nikos Gorogiannis 013d153538 [buck/java2] hashcons the global tenv during merging 6 years ago
Nikos Gorogiannis 8776a31f7d [infer][buck capture] kill dead code 6 years ago
Ezgi Çiçek 898dd104c8 [cost] Invoke Cost issues only once 6 years ago
Ezgi Çiçek 0f43930f40 [cost] Refactor cost issue types and enable detecting allocation complexity increase on cold start 6 years ago
Jules Villard 21f66dd197 [pulse] do not model `operator=` as assignment 6 years ago
Jules Villard ab427fd3f3 [clang] cache of names of C++ temporaries 6 years ago
Jules Villard a9a7239831 [clang] split `inject_destructors` into two functions 6 years ago
Jules Villard db800f138b [clang] rewrite scope computations 6 years ago
Jules Villard eaa5c32432 [clang] some more debug info 6 years ago
Jules Villard 696731523d [pname dispatcher] more permissive templated function match 6 years ago
Dino Distefano 472f155a7a Improved rule on block capturing CXX Reference 6 years ago
Ezgi Çiçek be85296759 [frontend] Move Preanalysis to frontend so that it is run always 6 years ago
Josh Berdine cfc1c8be36 [copyright] Remove years 6 years ago
Josh Berdine 5b190629bf [copyright] Change to copyright headers without years 6 years ago
Nikos Gorogiannis 7904ca31c0 [scheduler] consume all updates each time 6 years ago
Ezgi Çiçek d2eb3c8cc6 [inefficient-keyset-iterator] New checker for finding inefficient keySet iterator 6 years ago
Nikos Gorogiannis 733a29e44b [buckjava2] Move genrule capture integration logic from shell to OCaml 6 years ago