]> granicus.if.org Git - clang/commit
InstrProf: Hide SourceMappingRegion's internals (NFC)
authorJustin Bogner <mail@justinbogner.com>
Wed, 1 Oct 2014 03:33:49 +0000 (03:33 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 1 Oct 2014 03:33:49 +0000 (03:33 +0000)
commite740642d93d0a40767f89fa73927f35c636b425a
tree419a861517b27010c01e153194d4574a21b758b9
parenta20834dd0cfcfa83d2ae07bf1cafd3fb828ebe80
InstrProf: Hide SourceMappingRegion's internals (NFC)

This struct has some members that are accessed directly and others
that need accessors, but it's all just public. This is confusing, so
I've changed it to a class and made more members private.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218737 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CoverageMappingGen.cpp