1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Adrian McCarthy 76db3aa83c Make IPDBSession::getGlobalScope a non-const method
There doesn't seem to be a compelling reason why this method should be const
other than it was possible with the DIA implementation.  The native session
is going to act as a symbol factory and cache.  This could be acheived with
mutable (and the existing const_cast), but it seems cleaner to accept that
this method affects the state of the session.

This change eliminates an existing const_cast.

llvm-svn: 306041
2017-06-22 18:42:23 +00:00
..
2017-06-16 00:18:29 +00:00
2017-06-16 00:18:29 +00:00
2016-04-18 09:17:29 +00:00
2017-06-21 23:06:53 +00:00
2017-06-20 12:28:33 +00:00
2016-04-18 09:17:29 +00:00