[clang][dataflow] Rename member to make it clear that it isn't stable
authorStanislav Gatev <sgatev@google.com>
Tue, 2 Aug 2022 21:05:48 +0000 (21:05 +0000)
committerStanislav Gatev <sgatev@google.com>
Wed, 3 Aug 2022 06:25:02 +0000 (06:25 +0000)
commit817dd5e3fd6bdad584728843c72892f0fae058cd
treec7c8c9f92792a7287ae5f211ecf4b9155bcc3c5b
parent9ef11616b228fc2f69cd8fe7f7fd3e821d74c182
[clang][dataflow] Rename member to make it clear that it isn't stable

Rename `DataflowAnalysisContext::getStableStorageLocation(QualType)`
to `createStorageLocation`, to make it clear that it doesn't return
a stable storage location.

Differential Revision: https://reviews.llvm.org/D131021

Reviewed-by: ymandel, xazax.hun, gribozavr2
clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp