Commit Graph

3154 Commits (b1b79a3fedb11cf5037630886e2eb64016c98256)

Author SHA1 Message Date
Sungkeun Cho 98aee0837e [infer] Fix `make clean` of ObjC frontend test 4 years ago
Sungkeun Cho 3df2bbba96 [cost] Fix on-demand generation of NSEnumerator 4 years ago
Sungkeun Cho 43b98fc0cf [preanalysis] Replace overridden method calls in ObjC 4 years ago
Ezgi Çiçek 067020f4df [inferbo] Add model for NSFastEnumeration 4 years ago
Daiva Naudziuniene 059c0f24a2 [pulse] Model Optional value_or 4 years ago
Nikos Gorogiannis b19b8a8d8c [buck-java][test] remove dead variables 4 years ago
Sungkeun Cho 67d74c7c3d [cost] Revise nextObject model to handle multiple enumerators 4 years ago
Sungkeun Cho a3fd1cad56 [cost] Fix function name in model `arrayWithObjects:` 4 years ago
Sungkeun Cho 95efb32fb4 [cost] Enable passing enumerator as paramter in ObjC 4 years ago
Sungkeun Cho 198c700e87 [cost] Add an option printing/suppressing function pointers in cost 4 years ago
Sungkeun Cho cd27695524 [cost] Add model: NSFileManager.contentsOfDirectoryAtURL 4 years ago
Sungkeun Cho dbc33aa427 [cost] Add model: NSKeyedUnarchiver.decodeObjectForKey: 4 years ago
Sungkeun Cho b3c74c4152 [cost] Add models: NSURL.getResourceValue, path 4 years ago
Sungkeun Cho 0f22f1bd95 [cost] Add models: NSOrderedSet.orderedSet, orderedSetWithArray 4 years ago
Ezgi Çiçek 2679bb0b61 [inferbo] Add model for `String.valueOf(char[])` 4 years ago
Sungkeun Cho 0f44f39b41 [cost] Support closure symbols in operation/allocation cost kinds 4 years ago
Sungkeun Cho 075581ec8d [cost] Extend the polynomial domain for closure field 5 years ago
Ezgi Çiçek cbe796e541 [preanalysis] Add a new preanalysis for ObjC's copy and mutableCopy 5 years ago
Ezgi Çiçek 8da46d0f0d [inferbo] Add naive models for mutableCopy and copy 5 years ago
Ezgi Çiçek f7fed13d0c [inferbo] Model NSSet/NSOrderedSet as collections 5 years ago
Ezgi Çiçek f5c2be5543 [frontend] Treat allocWithZone: same as alloc 5 years ago
Ezgi Çiçek ec88edd564 [inferbo] Add model for NSDictionary.initWithDictionary 5 years ago
Sungkeun Cho 1154a2673a [inferbo] Introduce closure value 5 years ago
Ezgi Çiçek eb0fe0f995 [cost] Refactor dispatch mechanism to be uniform across cost kinds 5 years ago
Jules Villard 7fdb33b710 [pulse] report errors only when the PRUNE nodes along the path are true 5 years ago
Ezgi Çiçek 980f110156 [cost] Add naive model for forEach 5 years ago
Sungkeun Cho 4e7fc51ad2 [cost] Add FN tests on enumerator 5 years ago
Mitya Lyubarskiy 506907568b [nullsafe] Store information about nullable method calls as part of issue json 5 years ago
David Pichardie 2c6fd7a617 Running Java source parser from command line 5 years ago
Daiva Naudziuniene 22d317c940 [pulse] Move pulse model flags to .inferconfig for pulse tests 5 years ago
Sungkeun Cho a9e2322bda [closure] Keep closure parameter in specialized procedure 5 years ago
Martin Trojer 26dcd63a25 Revert "upgrade to clang10" 5 years ago
Nikos Gorogiannis 63586d98df [starvation] make analysis work with sil instead of hil 5 years ago
Sungkeun Cho 3dc96deea5 [cost] Fix test: field of object 5 years ago
Mitya Lyubarskiy b019143577 [nullsafe] Record relevant third party method in case of bad param passed. 5 years ago
Sungkeun Cho 03b330214f [cost] Add FN test: saving lambda in object field 5 years ago
Ezgi Çiçek 68597c5908 [cost] Remove --perf-profiler-data-file option and loom_test.json 5 years ago
Sungkeun Cho ead975f193 [closure] Substitute closure parameter when given via variable 5 years ago
Ezgi Çiçek 6678455838 [cost] Rename test files to enable arc lint & editor highlighting 5 years ago
Martin Trojer 15786e8f09 upgrade to clang10 5 years ago
Sungkeun Cho 8222d5fa1f [cost] Ignore tagged pointers in autoreleasepool size 5 years ago
Sungkeun Cho 498b49769c [cost] Add model of NSArray.index_of_object_passing_test 5 years ago
Ezgi Çiçek ee5ccfeb9b [cost] Add differential test for unreachable cost issue type 5 years ago
Jules Villard 6c8fc85e22 [preanalysis] do not nullify vars captured by ref 5 years ago
Sungkeun Cho 6ebc5033a8 [cost] Add model of CFAutorelease 5 years ago
Sungkeun Cho 4aa3338947 [cost] Add autorelease models: some methods of NSKeyedUnarchiver 5 years ago
Sungkeun Cho 83641788d1 [cost] Use prefix convention not returning autoreleased object 5 years ago
Sungkeun Cho 76ad9915a1 [cost] Increase autoreleasepool size when non-ARC call ARC 5 years ago
Daiva Naudziuniene 91a33f6edc [frontend] Captured struct variables in cpp lambdas 5 years ago
Daiva Naudziuniene 857daf63c9 [frontend] Capture reference variables 5 years ago