Commit Graph

104 Commits (0c9b0258579e6b502efa16cf8129862f9a4569eb)

Author SHA1 Message Date
Dulma Churchill 66b1956e9a [debug] Adding the captured variable to the printing of the closures 7 years ago
Jeremy Dubreil 71cf1760c5 [infer][nullable checker] find the nullable violation involving annotated protocol methods 7 years ago
Dulma Churchill 45df254a99 [infer][PR] [C/C++] Encode filename into the Procname of global initializers 7 years ago
Dulma Churchill 5902f6363b [objc] Add a new call flag for calls with objc blocks as parameters 7 years ago
Dulma Churchill 3a3e1893d6 [objc] Fix bad footprint caused by incorrect translation of blocks as arguments 7 years ago
Dulma Churchill e7907032bf [clang] Remove allocating blocks 7 years ago
Dulma Churchill 2f8b749045 [objc] Better names for the block translation and using temp variables 7 years ago
Dulma Churchill 01219a0298 [cleanup] Remove the retain count implementation from ObjC that is unused. 7 years ago
Dulma Churchill 3304160790 [tests] Remove frontend test that depends on header macro. 7 years ago
Jules Villard 94e7a7b141 [siof] one access per sink, better report deduplication 8 years ago
Dulma Churchill 67b08f666f [objc] Translate ObjCAvailabilityExpr 8 years ago
Jeremy Dubreil 919b9268d4 [infer][clang] simplify the translation of the prune nodes 8 years ago
Andrzej Kotulski 88b74d524d [C++] Rewrite initListExpr_trans 8 years ago
Jules Villard fe01f47e41 [clang] correct sizeof info 8 years ago
Jia Chen 0b641edaac Do not assign the hidden field when processing init list initialization for objective c 8 years ago
Jules Villard 93ec47a5f4 [IR] add stride to array type 8 years ago
Dulma Churchill 6097c05d88 [clang] Add a preanalysis to compute nullability annotations 8 years ago
Andrzej Kotulski 462220ce3e [typ] Print type qualifiers in Typ.pp_full 8 years ago
Andrzej Kotulski 62d1d74d74 [Typ] Change Typ.pp_full to not include class keywords 8 years ago
Jules Villard cd421b4a5f [make] print @ commands when passed VERBOSE=1 8 years ago
Dulma Churchill 565ce2166d [ios] Translate nonnull annotations and take them into account in parameter not null checked issues. 8 years ago
Jules Villard dac8906d86 [make] make sure makefile uses config-time values 8 years ago
Andrzej Kotulski 6a02568982 [clang] Change procname file naming scheme 8 years ago
Dulma Churchill 461bd691ce [clang] Translate nullable annotations of return types of methods 8 years ago
Jules Villard a229595856 [tests] run objc frontend tests... 8 years ago
Jules Villard a6be58848b [make] make frontend tests more functional 8 years ago
Jules Villard bce1a1ff2e [make] make infer/src/Makefile less phony 8 years ago
Josh Berdine 0cf71c74ef Sort nodes when printing cfg to dot file 8 years ago
Andrzej Kotulski 2810740377 [tests] Make project root infer/test/ for clang tests 8 years ago
Sam Blackshear 708c0bf1f8 [backend] eliminate phantom spaces in printing of types 8 years ago
Andrzej Kotulski 6b083af4f3 [tests] small refactor of frontend makefiles 8 years ago
Cristiano Calcagno a71902355f [debug][dotty] Fix issue in dotty output where overloaded functions were conflated 8 years ago
Cristiano Calcagno 3fb8801b6c [IR] Change cfg representation so the node number is per-procedure and not per-cfg 8 years ago
Josh Berdine f45cf115e6 [test] Do not use infer from PATH 8 years ago
Jules Villard 62bfde8b5a [clang] translate global var initializers 8 years ago
Cristiano Calcagno 847c141912 [tests] Clean up test files shared between frontend and endtoend tests 9 years ago
Cristiano Calcagno c134eac91e [tests] Convert objective-c frontend tests to new direct format 9 years ago
Cristiano Calcagno afebcdad60 [tests] Prepare objective-c tests for conversion to the new direct testing format 9 years ago
Jules Villard 10f10a90c6 diverge on `throw` 9 years ago
Dulma Churchill 0253608fab Separate the flow of the frontend checks form the translation 9 years ago
Sam Blackshear 7b58c71475 centralize creation and detection of clang tmp vars, fix errdesc/bucketing 9 years ago
Dulma Churchill 5adab3cb61 Fix StmtExpr 9 years ago
Dulma Churchill a68c45c2a9 Fix dyspatch_async calls 9 years ago
Sam Blackshear fd8a864c15 doing preanalysis on-demand 9 years ago
Andrzej Kotulski 617ffab0ac Add @generated comment to icfg.dot files 9 years ago
Sam Blackshear 3f49f3a1d4 using liveness to add removetemps instructions 9 years ago
Sam Blackshear 20925df57c removing unused deallocate param in nullify instr 9 years ago
Sam Blackshear 4fd2f52fe8 new analysis for adding nullify's 9 years ago
Sam Blackshear 6f6da12b2c don't nullify params/locals at beginning of procedure 9 years ago
Dulma Churchill 54a3bdd455 Load the attribute file to get the getter/setter info from the procdesc 9 years ago