[all-commits] [llvm/llvm-project] 817dd5: [clang][dataflow] Rename member to make it clear t...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Tue Aug 2 23:25:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 817dd5e3fd6bdad584728843c72892f0fae058cd
https://github.com/llvm/llvm-project/commit/817dd5e3fd6bdad584728843c72892f0fae058cd
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-08-03 (Wed, 03 Aug 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
M clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list