================
@@ -263,6 +263,15 @@ class CallEvent {
     return Origin.dyn_cast<const Expr *>();
   }
 
+  /// Returns the desired \c UnmodeledCall wrapping this call.
+  template <class CauseT> const CauseT *tryCreateInvalidationCause() const {
+    static_assert(std::is_base_of_v<UnmodeledCall, CauseT>,
+                  "forInvalidation<T> requires T : UnmodeledCall");
----------------
NagyDonat wrote:

I don't see any other reference to the template `forInvalidation<T>` which is 
mentioned in this string. Is this a leftover after some rename, a hallucination 
or something else?

https://github.com/llvm/llvm-project/pull/207155
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to