Commit Graph

7424 Commits (412e8a977ccdc8357e56d9c3eb461bc1703d692a)
 

Author SHA1 Message Date
Andrzej Kotulski 2d087b7142 [C Frontend] Get support for map pointer -> decl from fcp 10 years ago
Jules Villard 72c4354395 [clang] propagate parameters of sentinel attr to the backend 10 years ago
Dulma Rodriguez b79028af32 [clang] Remove call to create_local_procdesc and create it only when it's called. 10 years ago
=?UTF-8?q?Deniz=20T=C3=BCrkoglu?= 092e447ce3 Handle java sources from a file 10 years ago
Rohan Jacob-Rao fc0ca6b6db Initial LLVM parser. 10 years ago
Cristiano Calcagno 6bde9bda88 [Bucketing] Improve error bucketing by using constant propagation when detecting direct null assignments. 10 years ago
jrm 1356fd331f [infer][clang] test reporting of assertion failures 10 years ago
Jules Villard 5912e607ff [inferTraceBugs] fix selected/displayed bug mismatch 10 years ago
Cristiano Calcagno a94fab55e8 [Eradicate] Fix issue where direct throw instructions were not handled like method calls that trow exceptions. 10 years ago
Andrzej Kotulski 2365e6244d Update fcp, add support for pointers to declarations 10 years ago
Andrzej Kotulski 927653e8d8 Update facebook-clang-plugin 10 years ago
Cristiano Calcagno 9c4a4a16f3 [inferconfig] don't fail during filtering if a file does not exist 10 years ago
Dulma Rodriguez 442a15e9fa [clang] Fixing some error names in the filtering. 10 years ago
Jules Villard c26401021c [infer] remove Sil.Avariadic_function_argument 10 years ago
Jules Villard 9354b1562c [infer] more generic and correct handling of arrayWithObjects: 10 years ago
jrm 8779b80f8a [infer][tracing] add an example of inter-procedural array out of bounds error 10 years ago
Dulma Rodriguez 9e3e250fb9 [clang] Add option print_buckets. It is needed to get the right list of errors. 10 years ago
jrm 4013e13cbe [infer] Moving the getter for the return variable from Cfg.Procdesc to Sil 10 years ago
jrm d808a3ee26 [infer] implements call by procedure name 10 years ago
Dulma Rodriguez 41fe321582 [clang] Adding option analyzer to InferPrint in inferiOS to avoid analysing generated files 10 years ago
jrm 393f5aad1e [infer] refactoring to isolate in a single place the need for the procedure description of the callees 10 years ago
Dulma Rodriguez 63b1d1ac1c Revert "[clang] Removing the case of flagging npes in initialisers. This causes many FPs." 10 years ago
Dulma Rodriguez 18173a7b7f [clang] Removing the case of flagging npes in initialisers. This causes many FPs. 10 years ago
Sam Blackshear ca65b2b906 [Infer][Java] Adding is_static metadata to Java procname's 10 years ago
jrm 2125bfdad9 [infer][java] prevent the closeable as resource approach to report resource leak when close() throws an exception 10 years ago
Dulma Rodriguez ea3e614cce [clang] Adding support for NSMakeCollectable and CFMakeCollectable 10 years ago
Andrzej Kotulski 9f9bc53361 [Frontend][C++] Add support for default params 10 years ago
Dulma Rodriguez d15e60ffbf [clang] Translating nonnull attributes as assertions 10 years ago
Cristiano Calcagno a87bedb5dd [Bucketing] Promote NPEs originating from a call with a null parameter to bucket b1. 10 years ago
Sam Blackshear 712d27b544 [Infer][capture] Fixing Python AttributeError in javac capture 10 years ago
jrm cc89c6f8ac [infer] non-functional refactoring when obtaining the procedure description of function calls 10 years ago
Sam Blackshear 1baaa96fcc [Infer][C frontend] Fixing double translation of builtin args 10 years ago
Jules Villard 77aaa1aa8e [inferTraceBugs] fix crash on no-longer-needed bucket removal 10 years ago
Tomoyuki Saito 82c4dc6d10 [Java] Force javac to report in the correct language 10 years ago
jrm e7d0038af3 [infer] fix OCaml formatting 10 years ago
Irene Papakonstantinou af730cd16d Infrastructure improvement 10 years ago
Andrzej Kotulski 76203aa847 [Frontend][C++] Add translation for static cast 10 years ago
Jules Villard 7f72397999 bumping Infer version to 0.2.0 10 years ago
Andrzej Kotulski f99f650b07 Don't add buckets to error message by default 10 years ago
jrm e3e9221a9d [infer][java] removing the previously check-in copy of older versions of javalib and sawja 10 years ago
Jules Villard 34aa9c2949 [infer][java] handle int boxing in HashMap model 10 years ago
Jules Villard 904ebb0154 [infer][java] model for Integer 10 years ago
Cristiano Calcagno 784c5b23d2 javalib 2.3a support 10 years ago
Andrzej Kotulski 819227d97d [C++][Frontend] Add translation for nullptr 10 years ago
Jules Villard 119521bd83 [infer][java] do not pass -Werror to javac 10 years ago
Dulma Rodriguez 751288e5eb [clang] Remove setjmp that is causing problems in the models in linux. 10 years ago
Sam Blackshear f6784e3796 [infer][models] Fixing InferAssume 10 years ago
Dulma Rodriguez 695c87377e [clang] Fixing the model for fgetpos so that it works in linux 10 years ago
Sam Blackshear 4feb925dd7 [Infer][Java] Prevent assertion failure in jTransStaticField 10 years ago
Dulma Rodriguez d3f20dcaca [clang] Fix translation of fast loops 10 years ago