diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-12-01 21:57:22 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-12-01 21:57:22 +0000 |
commit | dc891429e41187f0ada5e910bea2922e870c6a65 (patch) | |
tree | dc905892a7461fc88e74c689eb512c8b48aa8267 /clang/lib/Checker/BasicValueFactory.cpp | |
parent | 87240d4b9ce0d7840ff3a4c69788f18cd7de0e72 (diff) | |
download | bcm5719-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.cpp | 2 |
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) { |