aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-03-22 21:33:46 +0000
committerBill Wendling <isanbard@gmail.com>2013-03-22 21:33:46 +0000
commit984f2783ad8319aa0cbfca1c4a719688b1ecfd5e (patch)
tree58160f8fc66220c74e11bd4d7db6b056af52ef5e /lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
parent88de5a0963cbd2b92810d20d1bfbd9eb4951dc42 (diff)
Use RequireCompleteType() instead of isIncompleteType().
isIncompleteType() returns true or false for template types depending on whether the type is instantiated yet. In this context, that's arbitrary. The better way to check for a complete type is RequireCompleteType(). Thanks to Eli Friedman for noticing this! <rdar://problem/12700799> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/RangeConstraintManager.cpp')
0 files changed, 0 insertions, 0 deletions