Skip to content
Commit a5d7de9f authored by David Blaikie's avatar David Blaikie
Browse files

-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
parent 7c4218f4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment