From 7dfc9420babe83e236a47e752f8723bd06070d9d Mon Sep 17 00:00:00 2001 From: Zhanyong Wan Date: Wed, 16 Feb 2011 21:13:32 +0000 Subject: Makes most methods in SVals.h conform to the naming guide. Reviewed by kremenek. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125687 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/StaticAnalyzer/Core/CFRefCount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/StaticAnalyzer/Core/CFRefCount.cpp') diff --git a/lib/StaticAnalyzer/Core/CFRefCount.cpp b/lib/StaticAnalyzer/Core/CFRefCount.cpp index 92bd4116a7..b3721d7659 100644 --- a/lib/StaticAnalyzer/Core/CFRefCount.cpp +++ b/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); -- cgit v1.2.3-70-g09d2