Make atom collections private.

These fields were made protected in r193585. The aim of that change is to
expose these fields to SimpleFileWrapper. Because SimpleFileWrapper class
was removed in r227549, we can make them private.

llvm-svn: 227672
This commit is contained in:
Rui Ueyama 2015-01-31 04:19:57 +00:00
parent 14fc2cea42
commit 0f1312fe26
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public:
return make_range(_definedAtoms._atoms);
}
protected:
private:
atom_collection_vector<DefinedAtom> _definedAtoms;
atom_collection_vector<UndefinedAtom> _undefinedAtoms;
atom_collection_vector<SharedLibraryAtom> _sharedLibraryAtoms;