Commit Graph

161 Commits (7a9fe9184659e25ec61e25046c7170de45a731ba)

Author SHA1 Message Date
Qianyi Shu dc502676ea [cost] add model for NSString.string_with_utf8_string_linear and NSString.length 5 years ago
Sungkeun Cho a49b094e0c [inferbo] Remove unused issue types 5 years ago
Jules Villard b1e35a728d [biabd] rename test directories from {biabduction,errors,infer} to {biabduction} 5 years ago
Sungkeun Cho 30ca51366d [inferbo] Do not append field to the unknown location 5 years ago
Sungkeun Cho f0f91b21c6 [inferbo] Distinguish array declaration and size-setting in trace 5 years ago
Sungkeun Cho 175af05b8b [inferbo] Add model of vector resize 5 years ago
Sungkeun Cho 9562ab4d68 [inferbo] Suppress integer overflow in hash functions 5 years ago
Sungkeun Cho 4311371d81 [inferbo] Revise split model semantics 5 years ago
Sungkeun Cho 22601846b2 [inferbo] Add model of emplace_back 5 years ago
Sungkeun Cho b9db4fa4b9 [inferbo] Add model for C++ exception throw 5 years ago
Sungkeun Cho 412e8a977c [inferbo] Add model for std::shared_ptr<>::operator-> 5 years ago
Sungkeun Cho ca04002f6c [inferbo] Revise finding constructors on std::make_shared 5 years ago
Sungkeun Cho 7f25684491 [inferbo] Check nested global array access 5 years ago
Sungkeun Cho f8ee0a14aa [inferbo] Give semantics of std::make_shared as simple constructor 5 years ago
Sungkeun Cho c93c3163d6 [inferbo] Get global constant array values from initializers 5 years ago
Sungkeun Cho 1305db390a [infer] Load global array constant 5 years ago
Nikos Gorogiannis ce39017611 [typ][fieldname] make java representation more sharing friendly and typesafe 5 years ago
Sungkeun Cho 59f06568cf [inferbo] Use std::vector model for std::string 6 years ago
Sungkeun Cho ddd4d98636 [inferbo] Add vector model: data 6 years ago
Sungkeun Cho 58b403c8ff [inferbo] Add vector model: empty 6 years ago
Sungkeun Cho c05062556f [inferbo] Add vector model: push_back 6 years ago
Sungkeun Cho f6b4f75e7c [inferbo] Pruning by vector::size 6 years ago
Sungkeun Cho e9cf5d33b3 [inferbo] Add models of vector constructors 6 years ago
Sungkeun Cho 8c4be65754 [inferbo] Ondemand value generation of vector as function parameter 6 years ago
Sungkeun Cho f066776b17 [inferbo] Add model: vector size 6 years ago
Sungkeun Cho 7a8e7d13e9 [inferbo] Add model: vector constructor 6 years ago
Jules Villard 13d54990bd [models] get rid of include-based C++ models 6 years ago
Sungkeun Cho b3f52284ed [inferbo] Ignore the top of latest prune of callees 6 years ago
Sungkeun Cho 84a6561dc9 [inferbo] Precise mod semantics on unsigned integer 6 years ago
Sungkeun Cho 124ab9fed7 [inferbo] Downgrade issues of void pointer 6 years ago
Josh Berdine cfc1c8be36 [copyright] Remove years 6 years ago
David Lively 5d4a27ea54 RFC: stop using _ to separate ObjC/C++ class name from method in Typ.Procname.to_string 6 years ago
Sungkeun Cho 5762c47ef2 [inferbo] Accumulate LatestPrune in sequential prunings 6 years ago
Sungkeun Cho 3b5ef0b31b [inferbo] Translate re-declared globals to point to original ones 6 years ago
Sungkeun Cho a46130655e [inferbo] Address __return_param on function calls 6 years ago
Sungkeun Cho 22aea43f76 [inferbo] Assign unknown value for unknown functions 6 years ago
Sungkeun Cho 4a013f5bf6 [inferbo] Add FN test of using global constant 6 years ago
Mehdi Bouaziz f20e0737fd [inferbo] Extract abstract domain functor for 'set represented by its smallest element' 6 years ago
Sungkeun Cho 8ea92c51e0 [inferbo] Suppress ALLOC_IS_ZERO for C++'s array object 6 years ago
Sungkeun Cho caf61461ac [inferbo] Update reachability conditions at function call 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
Sungkeun Cho 7a4862b994 [inferbo] Revise std::array::at model 6 years ago
Sungkeun Cho 9bb5738675 [inferbo] Add test for contents of std::array 6 years ago
Sungkeun Cho 1bcdc6e761 [inferbo] Extend conditional proof obligation for inequalities 6 years ago
Sungkeun Cho 09a5671ef4 [inferbo] Add a test for conditional inequality 6 years ago
Sungkeun Cho 5aa26dc32e [inferbo] Add an allocsite type for literal strings 6 years ago
Mehdi Bouaziz 405dee5ceb [inferbo] Consider `this` to never be a pointer inside an array 6 years ago
Sungkeun Cho 05ec029e50 [inferbo] Suppress intended integer overflow 6 years ago
Sungkeun Cho d5faf2de52 [inferbo] Ignore encoding error in the snprintf model 6 years ago