Fix gcc build.

llvm-svn: 138226
This commit is contained in:
Argyrios Kyrtzidis 2011-08-21 23:49:52 +00:00
parent 61ef3db222
commit 8d32f754b8
1 changed files with 3 additions and 3 deletions

View File

@ -203,9 +203,9 @@ namespace SrcMgr {
/// together.
uintptr_t Data;
friend class SourceManager;
friend class ASTWriter;
friend class ASTReader;
friend class clang::SourceManager;
friend class clang::ASTWriter;
friend class clang::ASTReader;
public:
/// get - Return a FileInfo object.
static FileInfo get(SourceLocation IL, const ContentCache *Con,