This is an archive of the discontinued LLVM Phabricator instance.

NFC: Rename (PDB) RawSession to NativeSession (2nd attempt)
ClosedPublic

Authored by amccarth on Jan 24 2017, 2:12 PM.

Details

Summary

Renaming RawSession to NativeSession because "Raw" is overloaded in the PDB reading code (e.g., RawSymbol).

No functionality change. This renames (and moves) files as well as one type.

There are still files like "RawConstants.h" that probably also need to be renamed, but I'm trying to limit the amount of change in this patch.

Note, this uses the mono repo, and part of the change is in lld.

Diff Detail

Repository
rL LLVM

Event Timeline

amccarth created this revision.Jan 24 2017, 2:12 PM
zturner accepted this revision.Jan 25 2017, 1:37 PM
This revision is now accepted and ready to land.Jan 25 2017, 1:37 PM
This revision was automatically updated to reflect the committed changes.