diff options
| author | Zhanyong Wan <wan@google.com> | 2011-02-16 21:13:32 +0000 |
|---|---|---|
| committer | Zhanyong Wan <wan@google.com> | 2011-02-16 21:13:32 +0000 |
| commit | 85a203ebdda6977a7e75cf555c2991fe2eb21809 (patch) | |
| tree | 8b5f1301ecfd0eb88509525fc161684fc4b74054 /clang/lib/StaticAnalyzer/Core/CFRefCount.cpp | |
| parent | eaf2e4fdf15c3385c05a85fbf3543dae141e5744 (diff) | |
| download | bcm5719-llvm-85a203ebdda6977a7e75cf555c2991fe2eb21809.tar.gz bcm5719-llvm-85a203ebdda6977a7e75cf555c2991fe2eb21809.zip | |
Makes most methods in SVals.h conform to the naming guide. Reviewed
by kremenek.
llvm-svn: 125687
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CFRefCount.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Core/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp b/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp index 92bd4116a74..b3721d7659f 100644 --- a/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp +++ b/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp @@ -2679,7 +2679,7 @@ void CFRefCount::evalSummary(ExplodedNodeSet& Dst, // that are returned by value. QualType T = callOrMsg.getResultType(Eng.getContext()); - if (Loc::IsLocType(T) || (T->isIntegerType() && T->isScalarType())) { + if (Loc::isLocType(T) || (T->isIntegerType() && T->isScalarType())) { unsigned Count = Builder.getCurrentBlockCount(); SValBuilder &svalBuilder = Eng.getSValBuilder(); SVal X = svalBuilder.getConjuredSymbolVal(NULL, Ex, T, Count); |

