Commit Graph

4491 Commits (4afde73765685f087900a97b94aa5c6be9263533)
 

Author SHA1 Message Date
Mehdi Bouaziz 2e8cb343d4 [Inferbo] Itv.mli 7 years ago
Nikos Gorogiannis 484480f72f [deadlock] regression tests 7 years ago
Nikos Gorogiannis fe43dc2080 [deadlock] analysis and reporting 7 years ago
Sam Blackshear 12ad6c11c1 [ownership] return bottom on early exit or thrown exception 7 years ago
Sam Blackshear 3a40afcd22 [ownership] directly assigning any field of an aggregate struct counts as initialization 7 years ago
Dulma Churchill 0bc4df4b42 [retain cycles] Report cycles after assignment and method call 7 years ago
Dulma Churchill 716bb1939c [backend] Add missing fields to the tenv in the bi-abduction 7 years ago
Sam Blackshear 6976181b77 [ownership] special-case frontend-generated inner destructors. 7 years ago
Dulma Churchill 2edc1d8581 [retain cycles] Improve the message of cycles with blocks by adding more info about captured variables 7 years ago
Varun Arora 892eeb13f7 [bugfix] fix double logging of backend perf stats 7 years ago
Varun Arora 28b455cbfa [backend] Directly report analysis perf from ProcessPool assigned Task so it works correctly with new parallelism 7 years ago
Daiva Naudziuniene 9d844b707a Use after free false postives due to missing operator++ of hash map iterator 7 years ago
Sungkeun Cho 426af10130 [inferbo][bugfix] Pruning array block (NE case) 7 years ago
Sungkeun Cho 18ea3f99d8 [inferbo][bugfix] Plus semantics of interval domain 7 years ago
Sam Blackshear d720eb52ba [quandary] check for subclassing in externally specified sources/sinks 7 years ago
Daiva Naudziuniene 12be484431 Remove unnecessary option type 7 years ago
Sam Blackshear 89a6d7e20d [racerd] don't report races in third-party code 7 years ago
Jeremy Dubreil d74f189dfe [infer] add the report kind to the list of expected output 7 years ago
Nikos Gorogiannis 3bcfbd6a64 [deadlock] abstract domain 7 years ago
Dulma Churchill 26697704dc [retain cycles] Example of a cycle that includes a C++ class 7 years ago
Daiva Naudziuniene 5898417fdd [frontend] Getting appropriate type information for exp in sizeof exp 7 years ago
Dino Distefano d2cc5e72f7 Extending analysis to parametric case 7 years ago
Sam Blackshear 1977fefaab [ownership] assume operator= borrows for function types, copies for other types 7 years ago
Mehdi Bouaziz 6f4c08f798 [inferbo][trace] Trace element for Unknown values 7 years ago
Mehdi Bouaziz 72ec9516d4 [inferbo][trace] Show some SymAssigns 7 years ago
Mehdi Bouaziz 55fee73669 [inferbo][traces] Nits 7 years ago
Tony Hu 8f43bdf521 [java] Allow "empty" sources when loading from arguments 7 years ago
Mehdi Bouaziz 279e7d67f0 More inline records 7 years ago
Varun Arora 77e643ee1e combine ocaml_pos and ml_loc 7 years ago
Varun Arora 4cd110b85f [logging] Move Driver perf stats to driver_stats directory 7 years ago
Varun Arora 5d6951a545 [logging] Always log PerfStats to EventLogger 7 years ago
Varun Arora 37720e1bbf [logging] performance stats logging via EventLogger 7 years ago
Mehdi Bouaziz 7ab8b2c354 Inline records for Loops 7 years ago
Sungkeun Cho 8fd04d5312 [inferbo][bugfix] Add index to offset at array fields 7 years ago
Sungkeun Cho 469a5f64ed [inferbo] Simplify realloc model 7 years ago
Mehdi Bouaziz eae3b38920 Itv.range and simplifications 7 years ago
Mehdi Bouaziz 04f7e83351 [Inferbo] Small factorizations 7 years ago
Daiva Naudziuniene 4157ba820a [HIL] Implicit dereference in access expression 7 years ago
Sam Blackshear a0149872ad [ownership] report invocation of lambdas capturing a var whose lifetime is over 7 years ago
Dulma Churchill d763cfdd6f [clang] Keep QualifiedCppName free of clang frontend modules dependencies 7 years ago
Dulma Churchill be53bc80e2 [lieveness] Fix false positive to do with a _Generic expression not being translated properly 7 years ago
Sungkeun Cho 09ae1f96fc [inferbo] Avoid array field is evaluated to the unknown location 7 years ago
Sungkeun Cho d6740e94b2 [inferbo] Collect array accesses from sub expressions 7 years ago
Sungkeun Cho e537f8f383 [inferbo] Revise realloc semantics 7 years ago
Dulma Churchill ae8067ea1a [clang] Set up the objc accessor flags correctly in case property is defined in protocol 7 years ago
Varun Arora fa3bd1e140 [reporting] add float support to JsonBuilder 7 years ago
Dulma Churchill eef8774aa2 [clang] Restore the debug tenv file for the clang frontend 7 years ago
Jeremy Dubreil b4b901c725 [infer][scheduler] always return None when the method is already being analyzed 7 years ago
Tony Hu 56872d8126 [java] Add command-line option to specify external Java packages 7 years ago
Dulma Churchill 9f343853ec [clang] Find fields from the properties corresponding to the property implementations. 7 years ago