Rename all 'EvalXXX' methods in libChecker to
'evalXXX'.
llvm-svn: 120609
diff --git a/clang/lib/Checker/BasicValueFactory.cpp b/clang/lib/Checker/BasicValueFactory.cpp
index 4c9b109..c6b71a9 100644
--- a/clang/lib/Checker/BasicValueFactory.cpp
+++ b/clang/lib/Checker/BasicValueFactory.cpp
@@ -142,7 +142,7 @@
}
const llvm::APSInt*
-BasicValueFactory::EvaluateAPSInt(BinaryOperator::Opcode Op,
+BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op,
const llvm::APSInt& V1, const llvm::APSInt& V2) {
switch (Op) {