-Wdeprecated cleanup: Make CallGraph movable by default by using unique_ptr...
-Wdeprecated cleanup: Make CallGraph movable by default by using unique_ptr members rather than raw pointers. The only place that tries to return a CallGraph by value (CallGraphAnalysis::run) doesn't seem to be used right now, but it's a reasonable bit of cleanup anyway. llvm-svn: 244122
Loading
Please register or sign in to comment