| commit | d6cb62fd95974bcc9a95540cd150bf538434e840 | [log] [tgz] |
|---|---|---|
| author | Florian Mayer <[email protected]> | Fri Oct 17 23:16:20 2025 |
| committer | Florian Mayer <[email protected]> | Fri Oct 17 23:16:20 2025 |
| tree | 2882081995644eaa987496651906b426519f8a8f | |
| parent | 5032e6247a8acb0d297a45479ddcdb482a27d181 [diff] |
comment Created using spr 1.3.7
diff --git a/clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h b/clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h index c775d04..03fa05f 100644 --- a/clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h +++ b/clang/include/clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h
@@ -167,6 +167,8 @@ 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,