4667 Commits (f7fe76e04324df934a2b7d298d7d001060af543c)

Author SHA1 Message Date
Jules Villard d9e12850b9 [biabd] do not try to bypass `Ondemand` to get proc desc of models
7 years ago
Martino Luca 55c2188615 [Perf] Emit costs to a separate file named costs-report.json
7 years ago
Mehdi Bouaziz 04af716fba Reporting cleanup 8: move errlog to summary
7 years ago
Mehdi Bouaziz ac5633bf58 Reporting cleanup 7: session
7 years ago
Mehdi Bouaziz fbe1e853f4 Reporting cleanup 6: mandatory loc for reporting errors
7 years ago
Mehdi Bouaziz 7024543dc9 Reporting cleanup 5: log_warning/error node_id_key
7 years ago
Mehdi Bouaziz 2ee4b5da18 Reporting cleanup 4: clang_method_kind
7 years ago
Martin Trojer 451f8f1efa Add --Xbuck-no-inline and --Xclang flags to enable jackalope/ios builds.
7 years ago
Mehdi Bouaziz 919d05b5ef Reporting cleanup 3: NodeKey
7 years ago
Julian Sutherland dd4ee55d5a fixed error in java expected test results
7 years ago
Mehdi Bouaziz 114c4e436d Reporting cleanup 2: Errlog.log_issue
7 years ago
Julian Sutherland b7c90c3fe0 Fixed incorrect reporting of tainted index in function call by quandary
7 years ago
Martino Luca 90a3315042 [InferPrint] Refactor common aspects to emit json reports
7 years ago
Mehdi Bouaziz f08ba1c016 Reporting cleanup 1: log_issue_deprecated
7 years ago
Mehdi Bouaziz e3e521afca Kill MinTree
7 years ago
Mehdi Bouaziz add478d97d Remove Errlog.equal
7 years ago
Jeremy Dubreil 54946ce08e [infer] use the procedure name to match Java methods instead of the procedure id
7 years ago
Jeremy Dubreil d000a27bd4 [infer] use a fully qualified name for the procedure field in the final report
7 years ago
Mehdi Bouaziz 6d134762b6 Remove dead print_key
7 years ago
Mehdi Bouaziz 35848a5284 Move 4 eradicate files
7 years ago
Mehdi Bouaziz 96d1f00687 Minor simplifications
7 years ago
Ezgi Çiçek bedf32bed5 [Cost, InferBo] generalize ArrayLists to Collections and Iterators
7 years ago
Ezgi Çiçek 9022228804 add support for hasNext() and iterator() for Java
7 years ago
Daiva Naudziuniene e8c5a84acd [Ownership] Add ownership to return param
7 years ago
Jules Villard 47fdee6000 add tips about debugging infer
7 years ago
Ezgi Çiçek 65491b79ff [Java] Do not generate the same intermediate variable in java translation
7 years ago
Mehdi Bouaziz ad986dffde Get rid of Declare_locals
7 years ago
Jules Villard 59f09ef697 [opam] upgrade atdgen to version 2
7 years ago
Ezgi Çiçek 832e0130cd [Inferbo] Fix the way pointers to arrays are handled in Java
7 years ago
Jeremy Dubreil df34917342 [infer] print all the severities in the debug html
7 years ago
Jeremy Dubreil 802d67ab64 [infer] fix the dependencies for the Buck javac_jar test
7 years ago
Jeremy Dubreil 59b7915177 [infer] rename the severity variants
7 years ago
Jules Villard b8c5dc84ba [absint] escape for xml when dumping info to html debug
7 years ago
Jules Villard e5a5d64760 [caml] do not use `let _ =`
7 years ago
Mehdi Bouaziz 12c0e245c6 [Inferbo] Simplify interval pretty-print
7 years ago
Sungkeun Cho fec87c8b95 [inferbo] Move functions constructing array values
7 years ago
Mehdi Bouaziz 427bb440d6 Inferbo: use Procdesc.get_locals rather than the Declare_locals instruction
7 years ago
Sungkeun Cho 65997b6a44 [inferbo] Remove sizeof function
7 years ago
Mehdi Bouaziz 66d37a496a Tabulation.log_call_trace: do nothing if footprint is false
7 years ago
Jeremy Dubreil 8a6aa4b1fd [infer] fix the internal confusion between the issue kind and the severity
7 years ago
Jeremy Dubreil 3767716c86 [infer][scheduler] simplify the callbacks API
7 years ago
Martino Luca 632cb0e513 [Perf] Emit ZERO_EXECUTION_TIME_CALL issue-type, when zero-costing functions are met
7 years ago
Dino Distefano 4065b76663 Fixed has_type for iterator type
7 years ago
Jules Villard 9ea6d4723f [toplevel] install infertop in infer/bin/ to get models and stuff
7 years ago
Jules Villard 69142ccad4 [biabd] do not get summary of pname to then get pname from summary
7 years ago
Jules Villard cc53c99ad4 [biabd] get rid of `Summary.get` in retain cycle detection
7 years ago
Jules Villard d3a36947bd [specs] do not expose specs cache
7 years ago
Sungkeun Cho c50b28480b [inferbo] Add trace on make_sym
7 years ago
Jeremy Dubreil bdbb8242cf [infer][java] no longer fail on Buck Java project using a custom javac_jar compiler
7 years ago
Jules Villard 987ef9ef67 [biabd] ondemand analysis for `pthread_create` builtin
7 years ago
Julian Sutherland 70ab21d33c Finished splitting itv.ml
7 years ago
Ezgi Çiçek 0a668c2161 [DEAD_STORE] Capture `constexpr`s in lambdas
7 years ago
Jeremy Dubreil 797eedba8b [infer][scheduler] remove one use of Summary.get
7 years ago
Jules Villard ae8632b0be [test determinator] clean up options help
7 years ago
Mehdi Bouaziz 96323b68e6 ProcnameDispatcher: allow matching to depend on a context
7 years ago
Jeremy Dubreil d5a5e7da10 [infer] remove ad hoc treatment of anonymous class renaming
7 years ago
Martino Luca 974e134061 [Perf] Count polynomials costs when computing differential
7 years ago
Sungkeun Cho df80ccda08 [inferbo] Use SymbolPath map in summary instead of entry memory
7 years ago
Daiva Naudziuniene ba4f33089e [stack variable address escape] Do not report on temporary variables
7 years ago
Sungkeun Cho b5ba9a74d1 [Inferbo] Fix trace print condition
7 years ago
Jules Villard f00d73b574 [taskbar] more informative non-interactive mode
7 years ago
Dino Distefano 1efc44c27f Fix has_type when used in the context of namespace
7 years ago
Nikos Gorogiannis 3870ebb747 [starvation] catch calls to Thread.sleep
7 years ago
Nikos Gorogiannis 332bd365e8 [starvation] fix report string when class is annotated @UIThread
7 years ago
Martin Trojer 562f9d1c7c Add guard against triggering static self logic when we have nested class calls
7 years ago
Sungkeun Cho 9eca72d405 [Inferbo] Add relational domains
7 years ago
Mehdi Bouaziz d90a87d743 [inferbo] Remove temporary fix for Java path
7 years ago
Julian Sutherland 66e737a3b4 refactoring itv, moved Ints and NonZeroInt module to seperate file
7 years ago
Jeremy Dubreil ad8c5d68a2 [infer][java] make sure the type definition of the class always exists in the type environment when translating one of its method
7 years ago
Ezgi Çiçek 396caca5d6 Fix array size for Java in `get_malloc_info`
7 years ago
Nikos Gorogiannis 4cc8563212 [starvation] catch Object.wait calls on main thread
7 years ago
Martin Trojer 4ba7218133 Added test to verify a NSArray nil insert case.
7 years ago
Jeremy Dubreil 3539388ea6 [infer][tests] fix the expected test output
7 years ago
Daiva Naudziuniene a8d80a590b [cfg] Add variant type for statement node
7 years ago
Nikos Gorogiannis 14aa1edbf5 [starvation] Avoid FPs in guava Futures
7 years ago
Martino Luca 9e048c11f8 [Perf] Emit cost polynomial and their degree as part of the report
7 years ago
Martino Luca c50b250576 [Perf] Compute the degree of polynomials
7 years ago
Martin Trojer 46e2c153f1 Add std::string as container-method for objc, and change string matching to regexes.
7 years ago
Jules Villard 6e44cae7cd [c] record complex sizeof() and leak from #86
7 years ago
Katie Ots d86737946c Validate buck linters used with compilation database
7 years ago
Ezgi Çiçek 2d889791e2 Fix Java's handling of pointer parameters in Inferbo
7 years ago
Ezgi Çiçek 9ed18e958a Add support for ArrayList.remove
7 years ago
Jules Villard 2761a62e94 [java] record HashMap get from `KeySet()` FP from #128
7 years ago
Jules Villard b23449a7d2 [c] record C lists FP from #120
7 years ago
Jules Villard 398e97183f [java] record Closeable example from #49
7 years ago
Ezgi Çiçek f540aa47a3 Add support for Java's ArrayList.set and ArrayList.get
7 years ago
Ezgi Çiçek 0c6eacc902 Add support for Java's ArrayLists.add*
7 years ago
Martino Luca cccef6261d Revert "[Perf] Add cost information to the hashing function"
7 years ago
Martino Luca ac64be761f [Perf] Add cost information to the hashing function
7 years ago
Nikos Gorogiannis 6b156f71fe [racerd] special-case for Litho's getThis
7 years ago
Martin Trojer ee7f07a1a9 Add missing case to block instruction converter
7 years ago
Jules Villard 83a4a8fa5b [dune] jbuilder -> dune
7 years ago
Jules Villard 0bf9666639 [taskbar] less flicker and garbage
7 years ago
Jules Villard 8977011737 [taskbar] display on-demand nesting
7 years ago
Daiva Naudziuniene 84cfd0a450 [frontend] Do not create exceptional successors for return nodes
7 years ago
Jules Villard c53f35fcf2 [taskbar] migrate compilation db jobs from `Parmap` to `Tasks`
7 years ago
Martin Trojer 4b69087ad5 Adding OBJCPP models to avoid SKIPs of models from .mm
7 years ago
Ezgi Çiçek 34c2899a69 Fix printing of fields in Java
7 years ago
Nikos Gorogiannis c2416defed Fix IntLit.to_int interface and uses.
7 years ago
Katie Ots 9670d3c700 [Lint] Remove misleading error when running linters only
7 years ago