зеркало из https://github.com/microsoft/clang-1.git
On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63162 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
b243b7d98e
Коммит
7536889333
|
@ -77,7 +77,7 @@ public:
|
|||
class FileManager::UniqueFileContainer {
|
||||
/// UniqueFiles - Cache from full path to existing directories/files.
|
||||
///
|
||||
llvm::StringMap<FileEntry> UniqueFiles;
|
||||
llvm::StringMap<FileEntry, llvm::BumpPtrAllocator> UniqueFiles;
|
||||
|
||||
public:
|
||||
FileEntry &getFile(const char *Name, struct stat &StatBuf) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче