Commit Graph

4319 Commits (9c9519fddb683bb13347c8365371aff4be59d998)
 

Author SHA1 Message Date
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
Mehdi Bouaziz 569efd4c4a [ProcnameDispatcher] Matcher for Procnames 7 years ago
Mehdi Bouaziz 6b22ee3932 [ProcnameDispatcher] Rename Procname to Call 7 years ago
Mehdi Bouaziz 07a21da13a [ProcnameDispatcher] Move stuff around 7 years ago
Sam Blackshear 58adf8dd52 [ownership] implementing borrowing 7 years ago
Jules Villard fa6a798451 [clang] improve `CMethodSignature` interface 7 years ago
Jules Villard d773dedb4b [IR] kill `Exp.get_vars` 7 years ago
Jules Villard 43d6c17f29 [IR] do not take captured vars into account for program vars, only the captured expression 7 years ago
Jules Villard a926f82c39 [IR] address long-lived FIXME in computing free variables 7 years ago
Jules Villard bc7a71d413 [IR] add API for Sil and Exp.FreeVar 7 years ago
Sungkeun Cho 6bacdf4a4d [inferbo] Return newly allocated locations in callees 7 years ago
Jeremy Dubreil 79276d26bf [infer][java] avoid conflicts between Eradicate warnings and Biabdduction warnings 7 years ago
Jeremy Dubreil c1d0709fe9 [infer][java] only collect the analysis results on the affected targets 7 years ago
Sam Blackshear 68e4e94008 [ownership] domain for borrowing 7 years ago
Sam Blackshear e687ef40b3 [dead stores] report on dead stores to values captured by value in a lambda 7 years ago
Sam Blackshear aca9d034a7 [clang] translate capture-by-reference correctly 7 years ago
Dulma Churchill c689d5a91e [annotations] Pretty print also the annotations parameters 7 years ago
Jules Villard e6750e1610 [IR] `Sequence`-like interface to walk over program variables in expressions 7 years ago
Jérémie Marguerie 8cfc7f2cad Add function to retrieve the lifetime of an ivar pointer and check if it is strong 7 years ago
Varun Arora 7cc0946a5a [backend] change three exceptions to developer-only visibility 7 years ago
Varun Arora 32b2a707e8 [reporting] Exceptions of visibility Exn_developer are now logged using EventLogger when not running in developer mode 7 years ago
Dino Distefano 69bfc0535c [Experimental] First very basic version of performance analysis tool 7 years ago
Sungkeun Cho e304b511fa [inferbo][bugfix] Declare parameter of flexible array member 7 years ago