-
- Downloads
[analyzer] Refactor and cleanup IsCompleteType
There are three copies of IsCompleteType(...) functions in CSA and all of them are incomplete (I experienced crashes in some CSA's test cases). I have replaced these function calls with Type::isIncompleteType() calls. A patch by Aleksei Sidorin! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219026 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp 1 addition, 12 deletionslib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
- lib/StaticAnalyzer/Core/MemRegion.cpp 2 additions, 13 deletionslib/StaticAnalyzer/Core/MemRegion.cpp
- lib/StaticAnalyzer/Core/Store.cpp 1 addition, 12 deletionslib/StaticAnalyzer/Core/Store.cpp
Loading
Please register or sign in to comment