Commit Graph

6028 Commits (0903355a0e957be2e0de24688ed76aa3556ee9a7)

Author SHA1 Message Date
Nikos Gorogiannis af12e55344 [buck/java2] rely on (and modify) PATH to find infer binary to improve caching 6 years ago
Ezgi Çiçek 998e7c8fe3 [inefficientKeysetIterator] Turn on by default and fix msg 6 years ago
Jules Villard 937e971849 [objc] fix test so that it looks like it could compile 6 years ago
Phoebe Nichols af8c57e07f Write function to load specfiles 6 years ago
David Pichardie f47d4ed285 Compatibility with javalib 3.1 release 6 years ago
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
Jules Villard 15246ec2a2 [tests] attempt at fewer race conditions 6 years ago
Phoebe Nichols 0ecd73d0f8 Add --incremental-analysis flag 6 years ago
Artem Pianykh 467149eaa8 [maven-release-plugin] prepare for next development iteration 6 years ago
Artem Pianykh 53db6e2ea0 [maven-release-plugin] prepare release infer-annotation-0.17.0 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
Artem Pianykh e3fd05b145 Bump infer-annotations jar version 6 years ago
Nikos Gorogiannis 5b191c53ae [annotreach] clean up tests 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
Jules Villard 14ce445f81 [pulse] run tests against C++17 6 years ago
Artem Pianykh 7792c02388 Use xcrun to find SDK paths on OSX host during configure 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 f43544598b [oops] unbreak unit tests 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 6f5cb512db [pulse] add example of FN in const-ref-bound temporary 6 years ago
Jules Villard e14809baa8 [pulse] fix temporaries test code 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 c3d55817b1 [pulse] another test for temporaries 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
Radu Grigore d86e2f0d1c [topl] Generate monitor. 6 years ago
Radu Grigore 047c64c528 [topl] Instrument SIL. 6 years ago
Ezgi Çiçek 6f422fb78f [cost] Modify error message to include trace and constructor information 6 years ago
Ezgi Çiçek 99bc7363bf [cost] Suppress reports on Java access methods 6 years ago
Nikos Gorogiannis d3cf79a095 [buckjava2] integration 6 years ago
Nikos Gorogiannis bc61543875 [buckjava2] refactor 6 years ago
Nikos Gorogiannis 768e2b0332 [tests] stop sharing the root buck repo in java tests 6 years ago
Nikos Gorogiannis 66c45a7f54 [logging] don't clobber progress bar with call graph schedule 6 years ago
Ezgi Çiçek 19b445e00c [cost] Add PERFORMANCE_VARIATION FP test for Java access methods 6 years ago
Ezgi Çiçek 19eac53f0e [cost] Add models for Collections.max/min 6 years ago
Jules Villard 33ae8bae02 [inferbo] silence firing assert 6 years ago
Jules Villard a3d8b9c4a4 [clang][oops] restore previous functionality 6 years ago
Ezgi Çiçek 0ef038332d [purity] More models for Java Map 6 years ago
Jules Villard d00b31f48c [clang] also skip blacklisted flags when passed as -flag=arg 6 years ago
Radu Grigore 16431f5015 When writing debug HTML, don't crash on procs with empty bodies. 6 years ago
Martin Trojer f05d98321a only add --blacklist-regex flag in buck mode 6 years ago
Ezgi Çiçek bb9f44dee2 [cost] Fix and refactor cost models 6 years ago
Ezgi Çiçek 99eda7e3a8 [inferbo,cost] Fix java arrays 6 years ago
Ezgi Çiçek 5b2a36409c [inferbo] Add models for org.json.JSONArray 6 years ago
Ezgi Çiçek 98ecc13a5e [inferbo,cost] Add models for java.util.Arrays and java.util.List 6 years ago
Martin Trojer 90a1324ed3 make blacklisted clang flags configurable 6 years ago
Dino Distefano 24728dc093 New ObjC checker for calls to @optional methods 6 years ago
Nikos Gorogiannis 88d31a7a21 [infer][tests] avoid races in less hacky way 6 years ago
Peter O'Hearn 9b8a908ad3 [Pulse] model folly delayed destruction 6 years ago
Jules Villard 1a19cd5e2d [clang] change `offsetof()` test 6 years ago
Jules Villard 1395d5581d [clang] upgrade to 8.0.0 6 years ago
Jules Villard 4697b22fb4 [clang] make ndk-build integration compatible with clang 8 6 years ago
Ezgi Çiçek 2c15245260 [loop-invariance] Take purity models into account 6 years ago
Ezgi Çiçek c14b917e7f [purity] Rename tests 6 years ago
Ezgi Çiçek a01a4a3658 [purity] Enhance purity models with invalidated arguments 6 years ago
Nikos Gorogiannis 4e0808f1ca [infer][test_build] add fatal warning and fix instance 6 years ago
Radu Grigore 3cf774a142 Fixed typos in comments. 6 years ago
Jules Villard d4e4ed55bc [objc] make quandary test run 6 years ago
Jules Villard 8330394eff [clang] new option to override `-I` paths 6 years ago
Jules Villard 2fff66b1c9 [clang] refactor argument dispatch logic 6 years ago
Ezgi Çiçek a092c4f3f9 [cost] Generalize Java's sort model 6 years ago
Nikos Gorogiannis c697222a04 [scheduler] fix deadlock introduced in D15373840 6 years ago
Ezgi Çiçek bc082da199 [cost] Make unmodeled functions pure by default 6 years ago
Ezgi Çiçek 75cfdf23ea [clang] Fix arc lint 6 years ago
Jules Villard 1241e98403 [clang] avoid error on ObjC model 6 years ago
Dino Distefano 2f3b376996 Added is_optional_objc_method predicate 6 years ago
Ezgi Çiçek b455baae5d [loop-invariance] Invalidate args to T function calls 6 years ago
Ezgi Çiçek 639c91c29f [loop-invariance] Add FPs for modified global and static invalidation 6 years ago
Jeremy Dubreil b06bb42a02 [infer] more nullable tests 6 years ago
Jeremy Dubreil c96e72b990 [eradicate] record example of false positive with invariants between variables 6 years ago
Nikos Gorogiannis eb15e931d1 [callgraph] better progress info 6 years ago
Jeremy Dubreil 79b0b8172d [eradicate] add a model for java.nio.file.Path.getParent() 6 years ago
Nikos Gorogiannis 08ba3e2acb [callgraph] log a bit more 6 years ago
Mitya Lyubarskiy 04c3ccaac5 [infer][logging] support passing arbitrary scuba columns to infer 6 years ago
Mitya Lyubarskiy 6f06e9b20f [infer] Ability to present a list of key-value pairs as a map 6 years ago
Nikos Gorogiannis d9853aa53d [scheduler] quiet at procedure level 6 years ago
Mehdi Bouaziz 64dea4dc0f [inferbo] No need to canonicalize paths in on-demand 6 years ago
Nikos Gorogiannis 66f6f54035 [oomguard] 6 years ago
Jules Villard d586630edf [pules] do not print templated part of function names 6 years ago
Jules Villard 5de9bc29d2 [pulse] better error messages 6 years ago
Jules Villard b700af9ffb [hil] do not put parens around trivial expressions 6 years ago
Mehdi Bouaziz 9db3a3a0b6 [Inferbo] Abstract repeated fields in paths 6 years ago
Mehdi Bouaziz ca28d07cfc [debug] Session kinds 6 years ago
Jules Villard 9717be7e2f [biabd] various very minor changes 6 years ago
Jules Villard 3b3139a29e [biabd] kill Config.undo_join 6 years ago
Ezgi Çiçek d033e72196 [purity] Add tests for locality 6 years ago
Dino Distefano c077cab1a9 (Hopefully) fixed problems with AL 6 years ago
Nikos Gorogiannis 5b4cb893de [processpool] schedule work to idle workers once per refresh cycle 6 years ago
Nikos Gorogiannis 4bdc6efd2e [scheduler] bottom-up callgraph scheduling 6 years ago
Andrew Adams-Moran 0ad15356c2 Add @Cleanup annotation 6 years ago
Mehdi Bouaziz 0a5810c579 [NodePrinter] Force usage of with_session 6 years ago
Jeremy Dubreil 4a44bd4430 [eradicate] remove the constant flag return_nonnull_silent 6 years ago
Jules Villard 6364199b94 [pulse] traces record how values were constructed 6 years ago
Jules Villard 70d38cea77 [pulse] rename PulseTrace.t -> PulseTrace.breadcrumbs 6 years ago
Jeremy Dubreil dc89f3b5a4 [eradicate] remove dated debug info 6 years ago
Mehdi Bouaziz c52125cfcf Debug html for header files 6 years ago
Mehdi Bouaziz 57eb7395d7 Ensure source-file-html files are written 6 years ago
David Lively 94c0cffd56 [checkers] Fiddling w/annotation-reachability-cxx trace format 6 years ago
Jeremy Dubreil 8d36c33d20 [eradicate] record false positive when testing the return on an assignment 6 years ago
Jeremy Dubreil 80ecc959a4 [eradicate] recording false positive example with nullability information stored into a boolean 6 years ago
Jeremy Dubreil adbf6861e9 [eradicate] record false positive when incorrectly looking up overriden methods 6 years ago
Jeremy Dubreil 4725c97fc9 [eradicate] record false positive with nullability information lost after assignment 6 years ago
Dino Distefano 10ca0c3269 Fix detection of return type for instancetype when using NS_ASSUME_NONNUL 6 years ago
Mehdi Bouaziz 12687b2948 Preparatory changes in Printer 6 years ago
Mehdi Bouaziz b27c02ad35 [clang] Correct value for offsetof 6 years ago
Mitya Lyubarskiy 03927af1d0 [infer][realtime log] initial scuba API 6 years ago
Martin Trojer e7ad99eed0 Using DB to store modified functions 6 years ago
Nikos Gorogiannis 7106de35a3 [issuelogs] less imperative 6 years ago
Nikos Gorogiannis 1d846ba631 [racerd] kill original paths from summary 6 years ago
Jules Villard a53d139466 [tests] record ant test 6 years ago
Nikos Gorogiannis d082f36448 [sqlite] calls in the db 6 years ago
Jules Villard d5755fe5c0 [config] starvation on by default 6 years ago
Jules Villard a6ab0cbb0d [CLI] print all available issue types 6 years ago
Dino Distefano 144847219e Making the name and error message for performance variation in cold start stronger 6 years ago
Nikos Gorogiannis 5a18ad5c69 [tasks] relax task generator interface contract 6 years ago
Jeremy Dubreil b47e2d13f3 [eradicate] simplify the analysis traces 6 years ago
Dino Distefano 4f982e9f63 Add predicate for Unavailable attr 6 years ago
Nikos Gorogiannis 65824ed7a9 [tasks] move to a task generator interface 6 years ago
Dino Distefano df438016f2 Adding SourceExp transition to AL 6 years ago
Ezgi Çiçek da13e52b27 [inferbo] Generalize String.length to CharSequence.length 6 years ago
Jeremy Dubreil 5b76bb876f [infer] make the censor reason an option field in the analysis report 6 years ago
Nikos Gorogiannis 711e7d1611 [sqlite] always die on error 6 years ago
Mehdi Bouaziz 4333d5f9cc Summary fields stats 6 years ago
Nikos Gorogiannis 8450ac36d8 [trivial] procname should implement Hashable 6 years ago
Jeremy Dubreil 95ddfd04ca Revert "[topl] Synthesize trivial procedures." 6 years ago
David Lively e0ce8c4392 Add --annotation-reachability-cxx-sources override option 6 years ago
Ezgi Çiçek c85563d606 [inferbo,cost] Add cost models for java.util.Collections 6 years ago
Mehdi Bouaziz 0414024314 [inferbo] Clean up exit state from unreachable locations 6 years ago
Mehdi Bouaziz 2a0ec8c0db Fix infer explore --source-files-procedure-names 6 years ago
Mehdi Bouaziz 8bf0f66f15 Simplify Payloads.pp 6 years ago
Nikos Gorogiannis 941b63a426 [classloads] remove possible race 6 years ago
Radu Grigore 86aae0b8ed [topl] Synthesize trivial procedures. 6 years ago
Nikos Gorogiannis cbf0d00d09 [cost] reduce noise 6 years ago
Mehdi Bouaziz 06caabd50d Fix deadcode 6 years ago
Mehdi Bouaziz 68d0fa8f44 [inferbo] Rename forget_locs 6 years ago
Mehdi Bouaziz 9d2e9102ad Simplify payloads with ppx_fields_conv 6 years ago
Mehdi Bouaziz 4e249b8cc3 Improve man page for infer explore 6 years ago
Jeremy Dubreil 07d6ab2dd6 [infer][racerd] report the thread safety violations as warnings instead of errors 6 years ago
Jeremy Dubreil 8201bc1c4e [infer] add the Fragment from the androidx package to the hard copied lists 6 years ago
Jules Villard 4a91616390 [man] fix bogus markup 6 years ago
Jules Villard 1e3fafb558 [report] avoid embarrassing "object `null` could be null" message 6 years ago
Jules Villard 95132bc3f0 [report] restore missing "could be null and is dereferenced" message for nullable dereference 6 years ago
Lee Howes 183e9ed9fa Add call_cxx_method predicate 6 years ago
Jeremy Dubreil 86d4c5a55f [infer] make the Fragment Retains View checker support the androidx Fragment class name 6 years ago
Daniel Mercier 3fef754b66 [infer][PR] Escape double quotes in urls 6 years ago
Ezgi Çiçek c114a4b9f2 [control,cost] Add test for dangling global enum 6 years ago
Mehdi Bouaziz 21b5eb72e6 [Hoisting] Simplify fetching callee cost 6 years ago
Ezgi Çiçek 478e278ba0 [control] Don't fail hard on undefined control variables 6 years ago
Ezgi Çiçek f4cdc23543 [hoisting] Turn on hoisting of expensive functions by default 6 years ago
Ezgi Çiçek 7e16aafdba [loop-hoisting] Incorporate cost trace into EXPENSIVE_LOOP_INVARIANT_CALL issues 6 years ago
Ezgi Çiçek 6d25b0990d [cost,purity] Model java's Map as Collections 6 years ago
Ezgi Çiçek 105e50d432 [inferbo,cost] Add models for SparseArray 6 years ago
Ezgi Çiçek 4eec73c2f2 [loop-hoisting] Add complexity to EXPENSIVE_LOOP_INVARIANT_CALL issue message 6 years ago
Ezgi Çiçek a2140c3ae4 [hoisting] Rename LOOP_INVARIANT_CALL to EXPENSIVE_LOOP_INVARIANT_CALL and remove VariantForHoisting 6 years ago
Mitya Lyubarskiy 71a2f9bd1d [infer] fix a compiler warning 6 years ago
Mitya Lyubarskiy 244953c04d [infer] Add +14 as warn-as error 6 years ago
Ezgi Çiçek 997ba7c151 [inferbo] Fix inferbo error for ondemand paths of Java Collections 6 years ago
Martin Trojer 52fd4c50de Clang Diff Determinator 6 years ago
David Lively 67cd0e1cd7 More tweaking of annotation-reachability-cxx output 6 years ago
Jules Villard b5589661ce [pulse] improve error messages and traces 6 years ago
Jules Villard 9dbbd68472 [pulse] apply summaries to globals too 6 years ago
Jules Villard 3ba05b8cee [pulse] be more careful about what to consider as a variable going out of scope 6 years ago
Jules Villard 31c2a39e81 [pulse] tighten up summaries 6 years ago
Jules Villard ab30cdb379 [pulse] allow models to return disjuncts 6 years ago
Jules Villard 7c90480758 [pulse] do not create `&` back-edges eagerly 6 years ago
Jules Villard ada032ee2c [pulse] improve error messages and traces 6 years ago
Jules Villard db4e1ea433 [pulse] reallocate variables on initialisation 6 years ago
Jules Villard f659aa1004 [pulse] lower max disjuncts to 20 and loop unrollings to 3 6 years ago
Jules Villard ac62b64009 [pulse][minor] improve debug html 6 years ago
Jules Villard d03271d318 [pulse] no need to keep location information in `PulseInvalidation.t` anymore 6 years ago
Jules Villard 3ce095a288 [pulse] more efficient representation of attributes 6 years ago
Jules Villard d57ed5086e [pulse] better treatment of variables going out of scope 6 years ago
Jules Villard 53b1577b4c [pulse][interproc 3/3] interproc call 6 years ago
Jules Villard 08fb93022f [ai] read proc_desc too 6 years ago
Jules Villard 0300d5374c [pulse][interproc 2/3] abductive domain 6 years ago
Jules Villard f0f66daa4c [pulse][interproc 1/3] save/restore fresh abstract address generator across ondemand calls 6 years ago
Radu Grigore 344889775b [infer][PR] Don't join postconditions. Fixes . 6 years ago
Jules Villard 686231ec6e [SIL] change `variable_initialization()` builtin to a new auxiliary instruction 6 years ago
Jules Villard 2151be9c25 [issues] do not dedup issues when `Config.filtering` is unset 6 years ago
Ezgi Çiçek bbc417cb44 [cost] Fix class name lookup in Cold Start 6 years ago
Ezgi Çiçek b802620bc8 [cost] Add cost models for loop invariant functions 6 years ago
David Lively 2682cdb463 Tweak formatting of CxxAnnotationSpecs output 6 years ago
David Lively 996f7c4f02 Allow Cxx annotation-reachability src/sink/override w/paths AND symbols 6 years ago
Jules Villard 74b7345fd2 [payloads][trivial] alphabetise 6 years ago
Jules Villard ebe5028ca1 [SIL] add `Skip` metadata instruction 6 years ago
Jules Villard b665e1c575 [SIL][HIL] distinguish auxiliary instructions as `Metadata` 6 years ago
Nikos Gorogiannis 70b7beac1c [infer] randomise source files list in deterministic way 6 years ago
Ezgi Çiçek f127d1ca9e [reportdiff] Remove Internal error 6 years ago
David Lively f12bbacbdd [annotation-reachability] stop merging sanitized nodes' callees 6 years ago
David Lively 87391f6f2f [annotation-reachability] make CxxAnnotationSpecs.report more user-friendly 6 years ago
David Lively 5d4a27ea54 RFC: stop using _ to separate ObjC/C++ class name from method in Typ.Procname.to_string 6 years ago
Nikos Gorogiannis 3e94fc7e16 [racerd] consider interfaces extending android.os.IInterface as automatically threadsafe 6 years ago
Dino Distefano e2caf19d4f Fixed constexpr false positive 6 years ago
Nikos Gorogiannis cf6ced0580 [racerd] on-annotations 6 years ago
Dino Distefano 1172e6de50 Translate SynchronizedStmt 6 years ago
Dino Distefano b500b5ffa0 Reporting Performance Variation on Cold Start 6 years ago
Ezgi Çiçek ba42e3fa46 [inferbo] Add models for CF 6 years ago
Katie Ots d805a0ddba [CostReport] Add procedure name to cost report items 6 years ago
Josh Berdine de1ae90a27 [ocamlformat] Move .ocamlformat config file to the project root 6 years ago
Nikos Gorogiannis 7be696a0ed [racerd] kill dead tests 6 years ago
David Lively 20b21698f6 [checkers] enable config-driven annotation reachability for Cxx 6 years ago
Sungkeun Cho e5381a90d5 [inferbo] Propagate LatestPrune on function calls 6 years ago
Sungkeun Cho 4c0aa1f69d [inferbo] Revise substitution of array block 6 years ago
Sungkeun Cho f86f971497 [inferbo] More reachability checks on pruning 6 years ago
Sungkeun Cho 5663ea6fb6 [inferbo] Use return_param only when callee added it 6 years ago
Josh Berdine 4acad5ca90 [ocamlformat] upgrade ocamlformat to 0.9 6 years ago
David Lively 757460ade7 [buck] introduce --buck-targets-blacklist so fbcode can exclude targets incompatible with C++ modules 6 years ago
Nikos Gorogiannis fdcd4cf591 [racerd] modulo loc 6 years ago
Jeremy Dubreil 4700f7684c Revert "[infer] add an option to deactivate the list of previously registered checkers" 6 years ago