summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-02-29 21:15:23 +0000
committerAdrian McCarthy <amccarth@google.com>2016-02-29 21:15:23 +0000
commita7ad58b61c79619d8a57b59db52acb22b020e576 (patch)
tree01a98570071f290aa98c51d143e076685f1e219b /llvm/lib/CodeGen
parent536183275d67c1de31066386070a2fe9b403e241 (diff)
downloadbcm5719-llvm-a7ad58b61c79619d8a57b59db52acb22b020e576.tar.gz
bcm5719-llvm-a7ad58b61c79619d8a57b59db52acb22b020e576.zip
NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom.
This is a mechanical refactor. There should be no functional changes in this commit. Instead of encapsulating just the Windows-specific data, ProcessWinMiniDump now uses a private implementation class. This reduces indirections (in the source). It makes it easier to add private helper methods without touching the header and allows them to have platform-specific types as parameters. The only trick was that the pimpl class needed a back pointer in order to call a couple methods. llvm-svn: 262256
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud