Commit Graph

563 Commits (2a35d6579b7d79d5e884a1bfd34d99dd7780cf22)

Author SHA1 Message Date
Daiva Naudziuniene 2a35d6579b [dead store] Removed special case for constexpr in lambda captures 7 years ago
Julian Sutherland 34b0a6165c Added new issues to differentiate tainted buffer accesses and heap allocations 7 years ago
Julian Sutherland 7fc29b3248 Added unit tests for function pointers 7 years ago
Daiva Naudziuniene bfab195d08 [dead store] Do not report dead stores on constexpr 7 years ago
Jules Villard 5894258f43 [ownership] do not warn on returning ref to outer local 7 years ago
Daiva Naudziuniene 8e753c2b74 [deadstore] Do not report on __tmp 7 years ago
Mehdi Bouaziz b4b54025bf Remove C++ mutex DOUBLE_LOCK checker 7 years ago
Mehdi Bouaziz 5817ff6adc [inferbo] Do not re-report issues if the precision hasn't improved 7 years ago
Mehdi Bouaziz 693089ab08 [inferbo] Alloc site in the trace for INFERBO_ALLOC_xx issues 7 years ago
Dino Distefano 370f33c8dc Added predicate for CXX11ConstantExpr 7 years ago
Mehdi Bouaziz 07f22daada [inferbo] Report calls without () 7 years ago
Julian Sutherland b7c90c3fe0 Fixed incorrect reporting of tainted index in function call by quandary 7 years ago
Daiva Naudziuniene e8c5a84acd [Ownership] Add ownership to return param 7 years ago
Mehdi Bouaziz ad986dffde Get rid of Declare_locals 7 years ago
Mehdi Bouaziz 12c0e245c6 [Inferbo] Simplify interval pretty-print 7 years ago
Dino Distefano 4065b76663 Fixed has_type for iterator type 7 years ago
Ezgi Çiçek 0a668c2161 [DEAD_STORE] Capture `constexpr`s in lambdas 7 years ago
Daiva Naudziuniene ba4f33089e [stack variable address escape] Do not report on temporary variables 7 years ago
Dino Distefano 1efc44c27f Fix has_type when used in the context of namespace 7 years ago
Martino Luca cccef6261d Revert "[Perf] Add cost information to the hashing function" 7 years ago
Martino Luca ac64be761f [Perf] Add cost information to the hashing function 7 years ago
Daiva Naudziuniene 84cfd0a450 [frontend] Do not create exceptional successors for return nodes 7 years ago
Dino Distefano b215cdbff4 Fixed problem with expasion of %name% placeholder 7 years ago
Kai Yang 2d73494e87 Add is_static_local_var predicate 7 years ago
Nikos Gorogiannis d4a9c6f81a [racerd] gate stability 7 years ago
Jules Villard 6f3719f5f2 [siof] do not warn on simply taking reference of global 7 years ago
Jules Villard 2c8d7a2046 [clang] support `SubstNonTypeTemplateParmExpr` 7 years ago
Mehdi Bouaziz bea71d9168 Inferbo/perf: path rather than symbols 7 years ago
Daiva Naudziuniene 1e2e9b6d11 [clang frontent] Fix translation of binary operator 7 years ago
Nikos Gorogiannis 848ef3da21 [RacerD] Fix stability implementation 7 years ago
Nikos Gorogiannis f28aa37cb6 [racerd] Do not record paths starting at variables not appearing in source 7 years ago
Dulma Churchill 91e0a7d1a3 [IR] Take parameters into account in to_filename method 7 years ago
Daiva Naudziuniene 9738f9821e [frontend] Translating ToVoid cast 7 years ago
Daiva Naudziuniene 18b3a465d2 [uninit] Report on unitialized expressions in conditions 7 years ago
Dulma Churchill 79a8f8716c [clang] Adding parameters as part of the procname for C++/ObjC methods and ObjC blocks 7 years ago
Daiva Naudziuniene be754c1558 [bi-abduction] Do not treat for union fields as uninitialized 7 years ago
Daiva Naudziuniene 610ed0c885 [uninit] Filter out fields if they come from unions 7 years ago
Jules Villard 30c470eb48 [tests] record error bucket in expected output 7 years ago
Jules Villard 8b882ac1df Change license to MIT 7 years ago
Daiva Naudziuniene d7d3e16d6f [uninit] Enable reporting on uninitialized pointers 7 years ago
Jules Villard fecabb3bf3 [siof] do not report on standard streams 7 years ago
Daiva Naudziuniene 736badbb2f [uninit] Fix false positive that includes array element passed by reference 7 years ago
Sam Blackshear 9ca945aa2f [ownership] warn when returning references to borrowed values 7 years ago
Daiva Naudziuniene 8ccf4897dd [uninit] Use access expressions 7 years ago
Jules Villard 8715c4f892 [clang] make switch statement translation more robust 7 years ago
Daiva Naudziuniene 9e1678ec65 [uninit] Check the type of whole lhs rather than the base of lhs 7 years ago
Sam Blackshear 5ed2016899 [clang] basic support for exceptional control-flow 7 years ago
Sam Blackshear 85b8087f66 [quandary] de-prioritize command line flag sources 7 years ago
Oliver Castillo fb4e7ee4a4 [infer][PR] Fix spelling errors 7 years ago
Jules Villard 766a16cd90 [clang] enforce that `instruction` always returns one SIL expression 7 years ago