CaptureTracking.h?

Is there any particular reason that CaptureTracking.h isn’t folded into ValueTracking.h? I was looking for the method to check whether a pointer would be captured and looked in ValueTracking.h, unaware that a new header had been created for that one method.

Would anyone mind if I folded CaptureTracking into ValueTracking?

Nick

Is there any particular reason that CaptureTracking.h isn't folded into
ValueTracking.h?

I didn't put it there because it seemed to be of a different nature
to the methods in ValueTracking.h.

I was looking for the method to check whether a pointer
would be captured and looked in ValueTracking.h, unaware that a new header
had been created for that one method.

Would anyone mind if I folded CaptureTracking into ValueTracking?

I'm not strongly against it.

Ciao,

Duncan.