commit | 64eb070234bc4cd4fd2debf3a91c6e2d8f0d32d8 | [log] [tgz] |
---|---|---|
author | Anna Zaks <ganna@apple.com> | Wed Jan 16 01:35:54 2013 +0000 |
committer | Anna Zaks <ganna@apple.com> | Wed Jan 16 01:35:54 2013 +0000 |
tree | 071b3464e1a0674b1273c9fd90a1c5860a18e178 | |
parent | f43b7214e812ddca74a6213608c69c960e067956 [diff] [blame] |
[analyzer] Refactor: parameter rename. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172595 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Checkers/CStringChecker.cpp b/lib/StaticAnalyzer/Checkers/CStringChecker.cpp index 889b236..771d829 100644 --- a/lib/StaticAnalyzer/Checkers/CStringChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
@@ -817,7 +817,7 @@ // Invalidate this region. const LocationContext *LCtx = C.getPredecessor()->getLocationContext(); return state->invalidateRegions(R, E, C.blockCount(), LCtx, - /*CausedByPointerEscape*/ false); + /*CausesPointerEscape*/ false); } // If we have a non-region value by chance, just remove the binding.