This is an archive of the discontinued LLVM Phabricator instance.

NFC: Rename RawSession to NativeSession
AbandonedPublic

Authored by amccarth on Jan 13 2017, 3:42 PM.

Details

Reviewers
zturner
Summary

The term Raw is overloaded in the PDB handling code, used both to indicate an
alternative to DIA, as in DIASession and RawSession, and to indicate a
monolithic symbol, as in IPDBRawSymbol. In order to avoid creating types
with nonsense names like RawRawSymbol, I'm proposing we rename RawSession
to NativeSession.

Diff Detail

Event Timeline

amccarth updated this revision to Diff 84404.Jan 13 2017, 3:42 PM
amccarth retitled this revision from to NFC: Rename RawSession to NativeSession.
amccarth updated this object.
amccarth added a reviewer: zturner.
amccarth added a subscriber: llvm-commits.
amccarth abandoned this revision.Jan 23 2017, 3:59 PM

I'm unable to resolve the merge conflicts with head, so I'll start fresh.

lib/DebugInfo/PDB/Raw/TpiHashing.cpp