summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/BasicValueFactory.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-12-01 21:57:22 +0000
committerTed Kremenek <kremenek@apple.com>2010-12-01 21:57:22 +0000
commitdc891429e41187f0ada5e910bea2922e870c6a65 (patch)
treedc905892a7461fc88e74c689eb512c8b48aa8267 /clang/lib/Checker/BasicValueFactory.cpp
parent87240d4b9ce0d7840ff3a4c69788f18cd7de0e72 (diff)
downloadbcm5719-llvm-dc891429e41187f0ada5e910bea2922e870c6a65.tar.gz
bcm5719-llvm-dc891429e41187f0ada5e910bea2922e870c6a65.zip
Rename all 'EvalXXX' methods in libChecker to
'evalXXX'. llvm-svn: 120609
Diffstat (limited to 'clang/lib/Checker/BasicValueFactory.cpp')
-rw-r--r--clang/lib/Checker/BasicValueFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Checker/BasicValueFactory.cpp b/clang/lib/Checker/BasicValueFactory.cpp
index 4c9b109c882..c6b71a9b0d2 100644
--- a/clang/lib/Checker/BasicValueFactory.cpp
+++ b/clang/lib/Checker/BasicValueFactory.cpp
@@ -142,7 +142,7 @@ BasicValueFactory::getLazyCompoundValData(const void *store,
}
const llvm::APSInt*
-BasicValueFactory::EvaluateAPSInt(BinaryOperator::Opcode Op,
+BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op,
const llvm::APSInt& V1, const llvm::APSInt& V2) {
switch (Op) {
OpenPOWER on IntegriCloud