Commit Graph

5734 Commits (6e0682b463bb6d8d5646b75b424311e5de226f7f)
 

Author SHA1 Message Date
Ezgi Çiçek 6e0682b463 [purity] Mark unmodeled functions as modifying global state 6 years ago
Jeremy Dubreil d08cabe7ed [eradicate] match the different re-definitions of Preconditions.checkState 6 years ago
Ezgi Çiçek 50b1533921 [loop-invariance] Make InvariantModels based on ProcName 6 years ago
Jules Villard 6af46027bf [travis] use ocaml-ci-scripts to build infer 6 years ago
David Lively c5890238f0 [Config] support arbitrary named symbol lists 6 years ago
Jules Villard 03d73c7941 [make] record `SDKROOT` at configure-time to use during `make` 6 years ago
Jules Villard 5d3a24eb9c [make] let user know how to stop clang rebuilds 6 years ago
Jules Villard e572bbe2b6 [make] do not call external build systems to clean 6 years ago
Jules Villard e95b0282e1 [clang] bump facebook-clang-plugins to stop mangling errors 6 years ago
Martin Trojer 9cce84ac6c dont report biabduction NPE's on tmp variables 6 years ago
Sungkeun Cho caf61461ac [inferbo] Update reachability conditions at function call 6 years ago
Sungkeun Cho 5a5f83a492 [inferbo] Add strcat model 6 years ago
Sungkeun Cho f250ca7e06 [inferbo] Evaluation of abstract location of literal string 6 years ago
Ezgi Çiçek c72f381520 [purity] Refactor global writes and get rid of BottomLifting 6 years ago
Nikos Gorogiannis 374538a02f [crashcontext] die 6 years ago
Dino Distefano e6d2872a4e Using record data structure for the cost domain 6 years ago
Katie Ots 7907fac13b [Clang] Bump facebook-clang-plugins version 6 years ago
Sungkeun Cho 6621bc950a [inferbo] Do not copy callee's parameter 6 years ago
Mehdi Bouaziz 1b8927badd [inferbo/cost] Do not produce inferbo issues on Cost and Purity analysis 6 years ago
Mehdi Bouaziz e4bb3c9d68 [inferbo] Only callee formals are needed 6 years ago
Jeremy Dubreil 1765b66916 [eradicate] add model for com.google.common.base.Verify.verifyNotNull 6 years ago
Jeremy Dubreil dc290555f1 [eradicate] fix conflict between null assertions methods with a var args and the modeled methods using string formatter 6 years ago
Daiva Naudziuniene 6d562fc7b0 [dead store] Dead store false positive caused by forgetting expression inside decltype 6 years ago
Mehdi Bouaziz 5ba8bbe08f [inferbo] Split summary 6 years ago
Mehdi Bouaziz 3fabbfdcad [inferbo] Split Analysis and Checker 6 years ago
Sungkeun Cho 0447c5b8d5 [inferbo] Give a widening threshold for array offset 6 years ago
Sungkeun Cho 7b7e6990e4 [inferbo] Add models for basic array iterator 6 years ago
Jeremy Dubreil 40ead0ac3d [infer] remove the visibility field from the Infer JSON report 6 years ago
Nikos Gorogiannis 764e9ee1be [AI] empty is not (necessarily) bottom 6 years ago
Mehdi Bouaziz 8a3592c34e [inferbo] Uncouple numerical analysis and numerical checks 6 years ago
Jeremy Dubreil 83dad3e1d4 [infer] set the default value for --ignore-trivial-traces to be false 6 years ago
Nikos Gorogiannis 9463b25702 [classloads] move sources to more appropriate location 6 years ago
Mehdi Bouaziz 5e7fd7c326 [inferbo] Uncouple condition reporting and propagating 6 years ago
Mehdi Bouaziz c3182b7032 [inferbo] Collect all issues before reporting 6 years ago
Mehdi Bouaziz 34ed67fea3 [inferbo] Stronger typing to ensure absence of on-demand env in summary 6 years ago
Mehdi Bouaziz c6b222c757 [inferbo] Always update summary 6 years ago
Nikos Gorogiannis 2ee8ab2990 [class-loads] catch expressions 6 years ago
Sungkeun Cho 7a4862b994 [inferbo] Revise std::array::at model 6 years ago
Nikos Gorogiannis b4a22a5bdd [classloads] prune and multidimensional arrays 6 years ago
Nikos Gorogiannis 3e55f8eb60 [classloads] class object expressions 6 years ago
Nikos Gorogiannis 3f9eb37246 [classloads] casts and instanceof 6 years ago
Nikos Gorogiannis c1a00b2358 [classloads] restrict loads via fields 6 years ago
David Lively a8c946f1d9 new predicate is_in_source_file and placeholders %source_file% and %kind% 6 years ago
Sungkeun Cho ca463d17c1 [inferbo] Add strcpy model 6 years ago
Sungkeun Cho 9bb5738675 [inferbo] Add test for contents of std::array 6 years ago
Sungkeun Cho 6226722c22 [inferbo] Add a test of comparison operator as function 6 years ago
Sungkeun Cho 371dc2060f [inferbo] Add strndup model 6 years ago
Nikos Gorogiannis f171d0496b [classloads] array expressions 6 years ago
Sungkeun Cho 7fda4f1cc2 [inferbo] Revise strncpy model 6 years ago
Sungkeun Cho 11854ac037 [inferbo] Print reachability of proof obligation in debug mode 6 years ago