]> granicus.if.org Git - clang/commit
When writing file references in a pch, make sure to ask the file manager for the...
authorAnders Carlsson <andersca@mac.com>
Tue, 8 Mar 2011 16:04:35 +0000 (16:04 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 8 Mar 2011 16:04:35 +0000 (16:04 +0000)
commit2c10c8072cabeb22651462e435e8b81f3221b6a5
treeb8e3ce2d528aa9325959ad4af483f050a1caee44
parentacba90f30876b4140b738f0d3dd0e50724053a96
When writing file references in a pch, make sure to ask the file manager for the absolute path.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127248 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTWriter.cpp
test/PCH/Inputs/working-directory-1.h [new file with mode: 0644]
test/PCH/working-directory.cpp [new file with mode: 0644]
test/PCH/working-directory.h [new file with mode: 0644]