Commit Graph

3431 Commits (c2c1679a5f10ffd9be902c35c73613b7d5964bea)

Author SHA1 Message Date
Sam Blackshear 768d6e4f3d [thread-safety] better error message for actuals/formals mismatch 8 years ago
Martino Luca 7bd2cedb1d [fcp] Add ooti_ prefix to objc_object_type_info type 8 years ago
Dulma Churchill c9be3c9f94 [integration] Support buck integration with compilation db when passing @mode/... arguments 8 years ago
Jules Villard b54c44e5a0 [cli] enable --fail-on-issue for commands other than run 8 years ago
Jules Villard 65a53a0c63 [cli] do not regenerate report.json when printing specs to stdout 8 years ago
Jules Villard f3d98eb807 [time] do not rely on gettimeofday for measuring time 8 years ago
Jules Villard 97efcd426f [sql] clean up temp files after running 8 years ago
Jules Villard 1b6c77b624 [clang] mark crash sites as `unimplemented` or `incorrect_assumption` 8 years ago
Jules Villard 22aca7494b [siof] understand that <iostream> initialises streams 8 years ago
Sam Blackshear d70babb871 [thread-safety] eliminate escape analysis 8 years ago
Jules Villard 94e7a7b141 [siof] one access per sink, better report deduplication 8 years ago
Jules Villard b8a4147744 [term] do not apply terminal colour codes if the output is not a tty 8 years ago
Dulma Churchill 67b08f666f [objc] Translate ObjCAvailabilityExpr 8 years ago
Mehdi Bouaziz ea4d97ecf8 [inferbo] No bottom bound 8 years ago
Mehdi Bouaziz 26f847f381 [inferbo] Conditions should not have bottom intervals 8 years ago
Mehdi Bouaziz 39ff045569 [ai] No need to create a domain for a bottom_lifted type 8 years ago
Jules Villard 8012d61b0f [sql] do not generate the source file for attribute store if they are no-op 8 years ago
Jules Villard ee1b688e6d [sql] let sqlite handle the attributes update logic 8 years ago
Jules Villard b00451d23e [sql] Cache key blobs 8 years ago
Jules Villard 40c44b0378 [sql] reuse prepared statements 8 years ago
Jules Villard 993ee56fa1 [sql] disable compaction while merge results 8 years ago
Mehdi Bouaziz cfd6148dab [inferbo] Better pp 8 years ago
Jules Villard 2adf654950 [sql] add proc attributes DB 8 years ago
Martino Luca 03a727143a Remove previous_decl field from ast_expressions.ml 8 years ago
Mehdi Bouaziz f37339bd38 Use SymOp.try_finally to avoid swallowing timeouts 8 years ago
Mehdi Bouaziz e8ca44c808 Ensures retry is tailrec 8 years ago
Josh Berdine 959665f5bd [backend] Fix and cleanup uses of sorted lists in substitution operations 8 years ago
Dulma Churchill 870c636e41 [objc] Adding missing fields to env when executing generated getters and setters. 8 years ago
Jeremy Dubreil 37bdf46967 [infer][objc] example of HIL translation using Objective C closure 8 years ago
Sam Blackshear 14d0e2a786 [thread-safety] remove custom compare for AccessListMap 8 years ago
Jeremy Dubreil 3c09ae953d [infer][objc] Run the biabduction test using the checkers analyzer 8 years ago
Dulma Churchill de162c86ab [cleanup] Do not create captured folders when only linting 8 years ago
Dulma Churchill 652af47da7 [linters] Add transition to parameters by position in the parameters list 8 years ago
Dino Distefano d694038abd New test for the tableaux method. 8 years ago
Dulma Churchill 0212aaf81f [stats] Emit the stats only in developer mode 8 years ago
Jeremy Dubreil ba6ef4f5b2 [infer][clang] run the C++ tests using the checkers analyzer 8 years ago
Jeremy Dubreil 5e18a19bfd [infer][test] the ThreadSafety cpp tests should not run in debug mode 8 years ago
Jeremy Dubreil a7e6ba7b2b [infer][java] add support for @Nonnull on skipped functions 8 years ago
Jeremy Dubreil e17e157ae1 [infer][java] no longer combine the type environment with the type environment of the models 8 years ago
Sam Blackshear dfc15372c4 [checkers] make get_proc_desc usable from cluster checkers 8 years ago
Jeremy Dubreil 243fd57eb7 [infer] Add an option to specify the name of the nullable annotation 8 years ago
Mehdi Bouaziz bb15aba766 [log] Even better exception reraising 8 years ago
Jeremy Dubreil f05cc6385c [infer][cleanup] remove old Eclipse project files 8 years ago
Jeremy Dubreil 14d01620d2 [infer][objc] example of nullable annotation suggestion on Objective C 8 years ago
Sungkeun Cho 9f9dbdb914 [Inferbo] Extend abstract domain for vector::empty 8 years ago
Dulma Churchill 234d3627b6 [clang] Support the new @available expression in ObjC in the unavailable API check 8 years ago
Jules Villard abee644b91 [clang] update clang plugin to hash mangled names 8 years ago
Jules Villard cb8e75be85 [clang] do without unstructured type strings 8 years ago
Sam Blackshear ece8678417 [cleanup] remove some needless language checks in checkers callbacks 8 years ago
Sam Blackshear 39a71d607c [cleanup] remove some needless language checks in checkers callbacks 8 years ago
Sam Blackshear 18a9e52752 [cleanup] remove Idenv from checkers callbacks 8 years ago
Sam Blackshear 6a76bc6c7a [checkers] move aggregation by class out of cluster checker callbacks 8 years ago
Jules Villard f1b97d5a89 [make] do not accidentally build the -O3 infer when running `make test_build` 8 years ago
Jules Villard e02f6ab39f [exceptions] make more efforts to preserve backtraces 8 years ago
Jeremy Dubreil 4c88e986b7 [infer][java] transfer the resource ownership to the container when sorting a Closeable into a HashMap 8 years ago
Jeremy Dubreil 8740e8a11a [infer][java] no longer report the resource leaks when using the tracing mode 8 years ago
Jeremy Dubreil 2f0068d180 [infer][java] modeling more methods for HashMap 8 years ago
Jeremy Dubreil 7b8c46a04e [infer][biabduction] remove the flag to trigger on/off the angelic mode in the backend 8 years ago
Sam Blackshear 45dbb42705 [absint] make InvertedSet/InvertedMap functors consistent non-inverted versions 8 years ago
Sam Blackshear ca51c72f3a [thread-safety] support assertOnBackgroundThread and similar 8 years ago
Sam Blackshear 1e605bdd94 [thread-safety] new threads domain 8 years ago
Sam Blackshear b3e8e972d6 [thread-safety] separate warning type for interfaces called in non-threadsafe context 8 years ago
Sam Blackshear f93e500232 [thread-safety] gate de-duplication with Config.filtering 8 years ago
Jeremy Dubreil 41451743f7 [infer][biabduction] Minor simplification of the load symbolic execution code 8 years ago
Jules Villard 5b55179cbf [python] do not fail when trying to log the Java version 8 years ago
Jules Villard d2b4f3c8da [config] add option to force deletion of results dir 8 years ago
Jules Villard 72b1ac4b5a Turn off --keep-going by default 8 years ago
Jeremy Dubreil 2294bfda8f [infer][test] update the shared pointer test names 8 years ago
Martino Luca 35ad7dd8bf [AL] Use Parmap to schedule parallel processes on compilation-database-based analyses 8 years ago
Dulma Churchill 5569ee751a [linters] Add transitions Fields and FieldName 8 years ago
Jeremy Dubreil b63f5d7c00 [infer][clang] translate the annotations on fields 8 years ago
Dino Distefano f3b158a158 Fix use of SEL in AL 8 years ago
Jeremy Dubreil 4ec5440692 [infer][clang] port the nullable suggestion on fields on C++ 8 years ago
Jeremy Dubreil 919b9268d4 [infer][clang] simplify the translation of the prune nodes 8 years ago
Sam Blackshear b61a34007a [thread-safety] re-enable check for calling non-threadsafe interface 8 years ago
Daiva Naudziuniene ac33bf6e66 [destructors] Injecting destructor calls of virtual bases inside destructor bodies 8 years ago
Sam Blackshear 7aa199f707 [clang] fix translation of placement new 8 years ago
Jules Villard f8d7c81045 [build] switch to 4.05.0+flambda by default 8 years ago
Jules Villard 16dcae58fa [buck] display the time it took to merge Buck targets (--flavors) 8 years ago
Jules Villard c6812df1eb fix infinitely-expanding types in the backend 8 years ago
Jeremy Dubreil f8d04b4717 [infer][java] quick patch to fix the assertion failure when the path of a context leak cannot be found 8 years ago
Sam Blackshear d08bebe563 [reporting] don't report duplicate warnings on different instantiations of the same template 8 years ago
Jeremy Dubreil 42fc24ebfd [infer][biabduction] fix the dynamic resolution of non virtual calls 8 years ago
Sam Blackshear ca3e454481 [reporting] aggregate issues from all procedures before reporting 8 years ago
Dulma Churchill 59be79a81e [linters] Improve the linters-doc-url flag, by splitting the url from the left, so we allow urls with colons 8 years ago
Jules Villard 2fff3b0733 [clang] distinguish genuine internal failures from unimplemented features 8 years ago
Sam Blackshear faf04af1f4 [cleanup] kill some debug code 8 years ago
Sam Blackshear 6533aa65c6 [quandary] deserialization as sink 8 years ago
Daiva Naudziuniene 81c0fe6754 [clangplugin] Updating infer to work with the latest clang plugin version 8 years ago
Dulma Churchill d8765d1d44 [linters] Include only base name of ObjC methods in the linters bug hash 8 years ago
Dulma Churchill b99b653ffa [linters] Fix the computing of the successors of method declarations 8 years ago
Jules Villard d7057ece2b [log] disable --keep-going in strict mode 8 years ago
Jules Villard 0cc371d0a2 [driver] remove infer-clang fake command 8 years ago
Jeremy Dubreil bb85b24f0a [infer][java] simplify the process of java.lang.Process 8 years ago
Dulma Churchill 5f176f40e3 [linters] Add linters_doc_url flag for custom doc_urls for linters 8 years ago
Daiva Naudziuniene e78dc91f34 [destructors] Destroy fields after continue. 8 years ago
Jules Villard b740533945 [pp] refactor Pp functions and make them more flexible 8 years ago
Jules Villard b3b4e42067 [threadsafety] watch out for non-Java pnames 8 years ago
Dino Distefano 8cad1b5e69 Remove ETX operator from AL 8 years ago
Sam Blackshear 375b808394 [access tries] max width config 8 years ago