================ @@ -30,6 +24,9 @@ bool isMoveAssignmentCall(const CallEvent &Call); bool isMoveConstructorCall(const CallEvent &Call); bool isStdType(const Type *Type, const std::string &TypeName); bool isStdVariant(const Type *Type); +bool isStdAny(const Type *Type); ---------------- whisperity wrote:
```suggestion bool isStdAny(const Type *Type); bool isStdVariant(const Type *Type); ``` https://github.com/llvm/llvm-project/pull/76580 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits