зеркало из https://github.com/microsoft/clang.git
use getBuffer() to fix compile error. Ted, please review.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
5039f211dd
Коммит
1b230149be
|
@ -347,7 +347,7 @@ void clang::CacheTokens(Preprocessor& PP, const std::string& OutFile) {
|
|||
PCHMap::iterator PI = PM.find(FE); // Have we already processed this file?
|
||||
if (PI != PM.end()) continue;
|
||||
|
||||
const llvm::MemoryBuffer* B = C->Buffer;
|
||||
const llvm::MemoryBuffer* B = C->getBuffer();
|
||||
if (!B) continue;
|
||||
|
||||
Lexer L(SourceLocation::getFileLoc(I.getFileID(), 0), LOpts,
|
||||
|
|
Загрузка…
Ссылка в новой задаче