Commit Graph

6751 Commits (b14333485cf30d39b609f1d53c5d0092e6023886)

Author SHA1 Message Date
Nikos Gorogiannis 6c8036e6c0 [buck] fix target quoting regexp 5 years ago
Ezgi Çiçek 7deaae6598 [cost] Rename ZERO_* to *_UNREACHABLE_AT_EXIT 5 years ago
Mitya Lyubarskiy e1f4da320f [nullsafe] Consistent severity for nullsafe issues. 5 years ago
Ezgi Çiçek ebbc0fc7f2 [cost] Add traces for ZERO_* issues 5 years ago
Fernando Gasperi Jabalera 082ae44ec7 Do not send task bar updates when progress bar is off 5 years ago
Mitya Lyubarskiy 335a9efec7 [nullsafe] Trust explicitly annotated third party in all modes 5 years ago
Mitya Lyubarskiy f136bf21b5 [nullsafe][refactor][messaging] Refactor code + more consistent messaging 5 years ago
Mitya Lyubarskiy 2aea7d1304 [nullsafe][refactor] Use ThirdPartyNonnull instead of heuristic in error rendering 5 years ago
Sungkeun Cho 9a38987929 [cost] Do not report `EXPENSIVE_EXECUTION_TIME` when a cost of a node is top 5 years ago
Sungkeun Cho 85812abf71 [cost] Report the biggest cost in function 5 years ago
Nikos Gorogiannis 876abcb283 [annotreach] stop printing trace in report 5 years ago
Ezgi Çiçek 43350f7c6b [cost] Add Java tests for ZERO_EXECUTION_TIME 5 years ago
Fernando Gasperi Jabalera 0397b8248d [scheduler][restart] Add analysis time to BackendStats 5 years ago
Sungkeun Cho 0d046c8e7c [inferbo] Ignore float/double constant 5 years ago
Radu Grigore 5a095ca411 [topl] Switched to low-level syntax. 5 years ago
Radu Grigore 2888a90e2a [topl] Added tests for inefficient iteration 5 years ago
Nikos Gorogiannis 3538caeb1b [starvation] skip getinstance methods 5 years ago
Mitya Lyubarskiy 73e78d9e20 [orchestration][refactoring] Introduce stronger contract for file-level callback 5 years ago
Fernando Gasperi Jabalera c2a53a1334 [scheduler] Add wall time to ExecutionDuration 5 years ago
Nikos Gorogiannis e01311c431 [scheduler][callgraph] load graph directly from DB 5 years ago
Nikos Gorogiannis 3f4458361c [scheduler][callgraph] only load defined procs 5 years ago
Sungkeun Cho 7a0be26596 [inferbo] Revise semantics of `values` function of Java enum class 5 years ago
Ezgi Çiçek cbd506011f [cost] Add tests for ZERO_EXECUTION_COST 5 years ago
Sungkeun Cho ef74f3f18d [cost] Revise message of Provider.get.modeled 5 years ago
Mitya Lyubarskiy d94b365b65 Add documentation and better naming around checker callbacks 5 years ago
Artem Pyanykh d50039b495 [infer][PR] Release infer-annotations 0.17.2 5 years ago
Artem Pianykh 70582f9ede [annotations] Fix annotation comments that cause javadoc target to fail 5 years ago
Artem Pianykh 3859f178fa [nullsafe] Properly handle method calls on trusted classes under NullsafeLocal mode 5 years ago
Sungkeun Cho 7219cb1eff [inferbo] Do not prune when the pruning target is already bottom 5 years ago
Sungkeun Cho da7cd0b45a [inferbo] Ignore error memory status 5 years ago
Artem Pianykh 3e9702edf2 [build] Fix test build failure due to use of polymorphic compare 5 years ago
Mitya Lyubarskiy f57dc78679 [nullsafe] Error reporting: recommend non-nullable alternarives for known nullable methods 5 years ago
Sungkeun Cho 50e5bfd32f [infer] Find dead signature (.mli file) 5 years ago
Fernando Gasperi Jabalera a66f6cd736 [scheduler][restart] Quantify wasted work 5 years ago
Fernando Gasperi Jabalera 5c5609591e [scheduler][restart] Reduce live-locking by using data produced on failure 5 years ago
Fernando Gasperi Jabalera b2a2919ce2 [scheduler][restart] Add Files to the work queue 5 years ago
Sungkeun Cho 100807ed2a [inferbo] Do not prune values with bottom 5 years ago
Sungkeun Cho f19e6d3c27 Revive llvm_sil.ml 5 years ago
Sungkeun Cho 3c29685667 [infer] Find dead module (.ml file) 5 years ago
Ezgi Çiçek dcb3ab1288 [inferbo] Remove dangling file 5 years ago
Mitya Lyubarskiy e334647db8 [nullsafe] More thorough documentation for contract annotations. 5 years ago
Sungkeun Cho 046e392f3a [infer] Add --continue-analysis option 5 years ago
Artem Pianykh bcaa0e0dfe [nullsafe] Add tests on interop between third-party vs other in various modes 5 years ago
Artem Pianykh 9697c6e294 [nullsafe] Fix treatment of enum values wrt nullsafe mode 5 years ago
Artem Pianykh 2572819a5b [nullsafe] Directly model nullability of values from third-party code 5 years ago
Artem Pianykh b50f13eb18 [nullsafe] Support Nullsafe(Local, trust=all/none) mode 5 years ago
Nikos Gorogiannis 43b3ef60f8 [db][procname] kill dead optional argument 5 years ago
Ezgi Çiçek ec950666a0 [infer] rely on driving for Procdesc.Node.equal_id 5 years ago
Mitya Lyubarskiy 8e1e15a8c4 [nullsafe] Fix genrule test 5 years ago
Mitya Lyubarskiy c38c2cf1bf [nullsafe][EASY] Add period at the end of dereference message when origin is present 5 years ago
Nikos Gorogiannis 281385203f [biabduction] kill guarded by check 5 years ago
Jules Villard 317a74ffee [nullsafe] show state after each instruction in debug HTML 5 years ago
Nikos Gorogiannis c10c7a39a6 [java] use a package/classname record for java classes instead of string 5 years ago
David Pichardie 64289cde4d [Java frontend]Javalib's lambda rewritting is making his way through Infer 5 years ago
Fernando Gasperi Jabalera 865691b535 [scheduler][restart] Use symlinks as locks in ProcLocker 5 years ago
Mitya Lyubarskiy 75e52f1f1b [nullsafe] Improve documentation for @Initializer annotation 5 years ago
Mitya Lyubarskiy 8ab9a7e14e [nullsafe] Don't emit Field Not Initialized warnings on @JsonField-annotated fields 5 years ago
Sungkeun Cho 175af05b8b [inferbo] Add model of vector resize 5 years ago
Nikos Gorogiannis ace23a1670 [java] use plain strings instead of mangled for JavaClassName 5 years ago
Nikos Gorogiannis a85dfe6af4 [java] get type name directly from procname 5 years ago
Ezgi Çiçek 8e3f9dd32e [cost] Pass proc_name around rather than recomputing 5 years ago
Sungkeun Cho 9562ab4d68 [inferbo] Suppress integer overflow in hash functions 5 years ago
Ezgi Çiçek ceb50cdf0e [cost] Adjust cold-start loom query 5 years ago
Fernando Gasperi Jabalera bf210844d9 Log the scheduler and cores used as part of the environment 5 years ago
Sungkeun Cho 72a061d101 [infer] Fix `make deadcode` 5 years ago
Nikos Gorogiannis c51db130fc [driver] don't clear MAKEFLAGS 5 years ago
Mitya Lyubarskiy d9595181f7 [nullsafe] Ignore autogenerated fields when issuing Field Not Initialized 5 years ago
Sungkeun Cho 4311371d81 [inferbo] Revise split model semantics 5 years ago
Sungkeun Cho 23ee36e44e [inferbo] Move Split modules to next of StdVector 5 years ago
Sungkeun Cho 35491c73a8 [inferbo] Refactor the parameter of checker 5 years ago
Sungkeun Cho bb625c6ca8 [infer] Use let* instead of let%bind 5 years ago
Jules Villard 826fd8a999 [pulse] monad, monads everywhere 5 years ago
Jules Villard 72f560036d [pulse] formal/actual length mismatch is a contradiction 5 years ago
Dulma Churchill 58913e6a1c [Infer] Dedup reports of weakSelf in Noescape block 5 years ago
Dulma Churchill 00c52a52c2 [Infer] Dedup the reporting of Captured StrongSelf 5 years ago
Dulma Churchill f6341977fb [Infer] Dedup reports of strongSelf Not checked 5 years ago
Sungkeun Cho 22601846b2 [inferbo] Add model of emplace_back 5 years ago
Artem Pianykh b41064149b [syntax] Add let binding syntax to IOption 5 years ago
Artem Pianykh 44f41d2929 [infer] Extend annotation framework to handle wider variety of param types 5 years ago
Nikos Gorogiannis ddfa6fc96e [scheduler][callgraph] use counter instead of set of scheduled procs 5 years ago
Nikos Gorogiannis a44e138dd4 [scheduler][callgraph] use a queue for graph leaves instead of a list 5 years ago
Nikos Gorogiannis 757f6ee829 [scheduler][static callgraph] remove lazy init now that it's enforced in ProcessPool 5 years ago
Ezgi Çiçek 7f8ce501d0 [purity] Remove duplicated/unnecessary code 5 years ago
Sungkeun Cho 5b0fd3af6f [inferbo] Distinguish unreachable and error status 5 years ago
Jules Villard 2c5a297636 @allow-large-files [ocaml] upgrade core to v13 5 years ago
Jules Villard 66361961b6 [ocaml] more Not_found_s 5 years ago
Jules Villard a684a1edf0 [ocaml] preparations for core v13 5 years ago
Jules Villard bc50a8e724 [inferbo] no polymorphic max in [degree_with_term] 5 years ago
Jules Villard b7f42759cf [ocaml] aliasing sexp_{list,option} doesn't work anymore 5 years ago
Dulma Churchill 51c713adf2 [SelfInBlock] Improve the error message of stronSelf Not checked 5 years ago
Radu Grigore f8511c2358 [topl] Added another small test, for BAOS. 5 years ago
Radu Grigore c2161f3c28 [topl] Minor: debug message more accurate. 5 years ago
Sungkeun Cho b9db4fa4b9 [inferbo] Add model for C++ exception throw 5 years ago
Sungkeun Cho 412e8a977c [inferbo] Add model for std::shared_ptr<>::operator-> 5 years ago
David Pichardie 2cccf8adce Invokedynamic removing by class file rewriting 5 years ago
Sungkeun Cho ca04002f6c [inferbo] Revise finding constructors on std::make_shared 5 years ago
Fernando Gasperi Jabalera e2f837c81e [scheduler] Instrument ProcLocker to record its systime 5 years ago
Mitya Lyubarskiy bd166a244f [nullsafe][easy] fix the wrong comment about order of arguments in `instanceof` 5 years ago
Sungkeun Cho 92e7aeeb3e [infer] Fix clang frontend for switch statment 5 years ago
Dulma Churchill a864823f38 [SelfInBlock] Fix a bug in exps_of_instr where some expressions were missed. 5 years ago
Dulma Churchill 682f8c5355 [SelfInBlock] Add the procname to the is_no_escape_block flag to improve the error message of the weakSelf In Noescape block check 5 years ago
Nikos Gorogiannis 6076e22f18 [racerd] improve handling of summaries of synchronized methods 5 years ago
Sungkeun Cho f6123cfac1 [inferbo] Make taint analysis inter-procedural 5 years ago
Mitya Lyubarskiy 597c730474 [nullsafe] Treat parameter in overrides of `equals(Object param)` as nullable. 5 years ago
Mitya Lyubarskiy ae907d80cf [nullsafe] Model Object.equals() and descentands as FalseOnNull 5 years ago
Mitya Lyubarskiy 79d088e676 [nullsafe][EASY] functions that are modelled as @TrueOnNull should be also modelled for nullability. 5 years ago
Mitya Lyubarskiy 067a545c0e [nullsafe] Fix a bug and specify behavior for multiparam version for @TrueOnNull and @FalseOnNull annotations 5 years ago
Mitya Lyubarskiy 5bee0858c6 [nullsafe][refactor] Simplify logic for the method handling PRUNE instruction 5 years ago
Fernando Gasperi Jabalera b212c4e20d [schedulers] Lazy initialization to avoid fork copies 5 years ago
Mitya Lyubarskiy 7b502d863c [nullsafe][refactor] Simplify and rename a function. 5 years ago
Mitya Lyubarskiy 2001d39e9a [nullsafe][refactor] Simplify and document code processing particular part of prune instruction 5 years ago
Mitya Lyubarskiy a55179ba80 [nullsafe][refactoring] Simplify call to condition_redundant checks. 5 years ago
Mitya Lyubarskiy a4a4b92690 [nullsafe][refactor] TypeState.ml cleanup: Remove uneccessary calls 5 years ago
Mitya Lyubarskiy eded9141d9 [nullsafe][refactor] Clean up code responsible for manipulations with `containsKey()` 5 years ago
Dulma Churchill 7631d34f43 [SelfInBlock] Refactor the reporting to run only once over the domain 5 years ago
Nikos Gorogiannis a6da208e9d [starvation] use access expressions instead of access paths 5 years ago
Ezgi Çiçek b5562f124a [cost] Disable reporting of allocation costs 5 years ago
Sungkeun Cho cf6073a60c [inferbo] Check tainted value is used in array accesses or malloc 5 years ago
Sungkeun Cho f94990a0c2 [inferbo] Add taint domain 5 years ago
Dulma Churchill af380708aa [SelfInBlock] Fixing bugs in checking nullable annotation when reporting strongSelfNotChecked 5 years ago
Ezgi Çiçek 239a5302f6 [pulse] Add more models for Java 5 years ago
Fernando Gasperi Jabalera 0b22fbb01b Fix RestartSchedulerTests 5 years ago
Mitya Lyubarskiy 43e857ccb3 [nullsafe][easy] Break CustomAnnotations.java into two subtests 5 years ago
Mitya Lyubarskiy 95d0e49c62 Rename is_override to has_same_signature to correctly reflect behavior 5 years ago
Sungkeun Cho 4a08151851 [cost] Non-symbolic value for unknown external function call 5 years ago
Ezgi Çiçek 040442c93b [pulse] Don't write through pointer arguments in Java 5 years ago
Nikos Gorogiannis 777eb33870 [racerd] use concurrent context for reporting in C++/ObjC 5 years ago
Sungkeun Cho 5510223850 [infer] Get rid of the is_cpp_nothrow field and is_cpp_noexcept_method 5 years ago
Fernando Gasperi Jabalera ce32a1b917 [scheduler] [restart] Implement the ProcLocker 5 years ago
Nikos Gorogiannis 9648632bd5 [clang] Revert "Translate SynchronizedStmt" 5 years ago
Nikos Gorogiannis 1a0c73ab99 [starvation] decouple AbstractAddress from starvation 5 years ago
Ezgi Çiçek d84a9e0c1c [inferbo][cost] Generalize String models and add models for StringBuilder 5 years ago
Ezgi Çiçek 6a38121b8a [inferbo] Add model for String.substring 5 years ago
Ezgi Çiçek c51f47b05e [inferbo] Revise Java's String constructor models 5 years ago
Jules Villard 81e3dc5069 [HIL] do not crash on confusing function call expressions 5 years ago
Sungkeun Cho 9d9cbdc3d6 [inferbo] Cache results of `replace_make_shared` call 5 years ago
Sungkeun Cho 7f25684491 [inferbo] Check nested global array access 5 years ago
Sungkeun Cho f8ee0a14aa [inferbo] Give semantics of std::make_shared as simple constructor 5 years ago
Dulma Churchill 63428e7b69 [SelfInBlock] Check for when weakSelf is used in a no escaping block 5 years ago
Dulma Churchill 05ea5ec844 [clang frontend] Add support for the clang attribute NS_NOESCAPE for Objective-C blocks in Sil 5 years ago
Artem Pianykh 4f4455b73c [compilation] Turn on more warnings; make 'partial match' fatal 5 years ago
Artem Pianykh c735b6f0a5 [nullsafe] Introduce NullsafeMode as a replacement for `is_strict_mode` 5 years ago
Dulma Churchill 355ff5c202 [clang frontend] Refactor block_data into a record 5 years ago
Ezgi Çiçek 43a99745b6 [infer] Get rid of verbose Typ.mk Tvoid 5 years ago
Artem Pianykh 17c5f5c424 [build] Update to dune 2 5 years ago
Nikos Gorogiannis b2dc55ce0a [starvation] extract lock module 5 years ago
Ezgi Çiçek 9f4098ea1a [cost] Revise substring's cost model 5 years ago
Nikos Gorogiannis 21cff2d659 [starvation] substitute arguments over parameters in locks 5 years ago
Nikos Gorogiannis 07e91cabf7 [starvation] no inner class normalisation for java 5 years ago
Artem Pianykh ea3cbae757 [nullsafe] Rename nullability variants 5 years ago