Implement second part of PR 2600: NSError** parameter may be null, and should...
Implement second part of PR 2600: NSError** parameter may be null, and should be checked before being dereferenced. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56318 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Analysis/PathSensitive/BasicValueFactory.h 2 additions, 0 deletionsinclude/clang/Analysis/PathSensitive/BasicValueFactory.h
- include/clang/Analysis/PathSensitive/GRExprEngine.h 7 additions, 0 deletionsinclude/clang/Analysis/PathSensitive/GRExprEngine.h
- include/clang/Analysis/PathSensitive/GRState.h 23 additions, 5 deletionsinclude/clang/Analysis/PathSensitive/GRState.h
- lib/AST/Type.cpp 1 addition, 1 deletionlib/AST/Type.cpp
- lib/Analysis/BasicValueFactory.cpp 5 additions, 0 deletionslib/Analysis/BasicValueFactory.cpp
- lib/Analysis/CheckNSError.cpp 48 additions, 0 deletionslib/Analysis/CheckNSError.cpp
- lib/Analysis/GRExprEngine.cpp 6 additions, 1 deletionlib/Analysis/GRExprEngine.cpp
- lib/Analysis/GRState.cpp 6 additions, 0 deletionslib/Analysis/GRState.cpp
Loading
Please register or sign in to comment