File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
clang/include/clang/Analysis/FlowSensitive Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,9 @@ ast_matchers::StatementMatcher isSmartPointerLikeGetMethodCall();
7676const FunctionDecl *
7777getCanonicalSmartPointerLikeOperatorCallee (const CallExpr *CE);
7878
79- // / A transfer function for `operator*` (and `value`) calls
80- // / that can be cached.
79+ // / A transfer function for `operator*` (and `value`) calls that can be
80+ // / cached. Runs the `InitializeLoc` callback to initialize any new
81+ // / StorageLocations.
8182// /
8283// / Requirements:
8384// /
@@ -88,8 +89,8 @@ void transferSmartPointerLikeCachedDeref(
8889 TransferState<LatticeT> &State,
8990 llvm::function_ref<void (StorageLocation &)> InitializeLoc);
9091
91- // / A transfer function for `operator->` (and `get`) calls
92- // / that can be cached .
92+ // / A transfer function for `operator->` (and `get`) calls that can be cached.
93+ // / Runs the `InitializeLoc` callback to initialize any new StorageLocations .
9394// /
9495// / Requirements:
9596// /
You can’t perform that action at this time.
0 commit comments