Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Tweak MallocSizeOfChecker to not warn when using sizeof(void*) to ↵ | Ted Kremenek | 2014-10-19 | 1 | -0/+26 |
allocate a bunch of any pointer type. This suppresses a common false positive when analyzing libc++. Along the way, introduce some tests to show this checker actually works with C++ static_cast<>. llvm-svn: 220160 |