-
- Downloads
[analyzer] Pointers escape into +[NSValue valueWithPointer:]...
...even though the argument is declared "const void *", because this is just a way to pass pointers around as objects. (Though NSData is often a better one.) PR18262 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198710 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h 2 additions, 0 deletionsinclude/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
- lib/StaticAnalyzer/Checkers/MallocChecker.cpp 2 additions, 1 deletionlib/StaticAnalyzer/Checkers/MallocChecker.cpp
- lib/StaticAnalyzer/Core/CallEvent.cpp 11 additions, 0 deletionslib/StaticAnalyzer/Core/CallEvent.cpp
- test/Analysis/Inputs/system-header-simulator-objc.h 5 additions, 2 deletionstest/Analysis/Inputs/system-header-simulator-objc.h
- test/Analysis/malloc.m 5 additions, 0 deletionstest/Analysis/malloc.m
Loading
Please register or sign in to comment