Rename valueFlowAllFunctionParameterValues => valueFlowSafeFunctionParameterValues

This commit is contained in:
Daniel Marjamäki 2019-07-24 10:57:19 +02:00
parent b912c56fa0
commit 8959c5a9d0
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ private:
TEST_CASE(valueFlowDynamicBufferSize);
TEST_CASE(valueFlowAllFunctionParameterValues);
TEST_CASE(valueFlowSafeFunctionParameterValues);
TEST_CASE(valueFlowUnknownFunctionReturn);
}
@ -3906,7 +3906,7 @@ private:
ASSERT_EQUALS(true, testValueOfX(code, 4U, 100, ValueFlow::Value::BUFFER_SIZE));
}
void valueFlowAllFunctionParameterValues() {
void valueFlowSafeFunctionParameterValues() {
const char *code;
std::list<ValueFlow::Value> values;
Settings s;