summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2025-10-17 16:16:20 -0700
committerFlorian Mayer <fmayer@google.com>2025-10-17 16:16:20 -0700
commitd6cb62fd95974bcc9a95540cd150bf538434e840 (patch)
tree2882081995644eaa987496651906b426519f8a8f
parent5032e6247a8acb0d297a45479ddcdb482a27d181 (diff)
Created using spr 1.3.7
-rw-r--r--clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h b/clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h
index c775d04f0ba8..03fa05f69ef1 100644
--- a/clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h
+++ b/clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h
@@ -167,6 +167,8 @@ void transferSmartPointerLikeCachedDeref(
State.Env.setStorageLocation(*DerefExpr, LocForValue);
}
+// This was introduced after the QualType was added to InitializeLoc, so
+// we don't provide a compatibility wrapper.
template <typename LatticeT>
void transferSmartPointerLikeConstructor(
const CXXConstructExpr *ConstructOperator,