From 85a203ebdda6977a7e75cf555c2991fe2eb21809 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. llvm-svn: 125687 --- clang/lib/StaticAnalyzer/Core/GRState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/StaticAnalyzer/Core/GRState.cpp') diff --git a/clang/lib/StaticAnalyzer/Core/GRState.cpp b/clang/lib/StaticAnalyzer/Core/GRState.cpp index 80f2ae082be..80c8bbf195a 100644 --- a/clang/lib/StaticAnalyzer/Core/GRState.cpp +++ b/clang/lib/StaticAnalyzer/Core/GRState.cpp @@ -165,7 +165,7 @@ SVal GRState::getSValAsScalarOrLoc(const MemRegion *R) const { if (const TypedRegion *TR = dyn_cast(R)) { QualType T = TR->getValueType(); - if (Loc::IsLocType(T) || T->isIntegerType()) + if (Loc::isLocType(T) || T->isIntegerType()) return getSVal(R); } -- cgit v1.2.3