This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Look through member function call base during implicit DSA analysis.
ClosedPublic

Authored by ABataev on Dec 16 2021, 1:28 PM.

Details

Summary

Need to look through the base of the member function calls at the DSA
analysis stage to correctly capture implicit class instances.

Diff Detail