]> granicus.if.org Git - clang/commit
[HeaderSearch] Fix issue where if a headermap entry maps the filename to a framework...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 11 Mar 2014 06:21:28 +0000 (06:21 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 11 Mar 2014 06:21:28 +0000 (06:21 +0000)
commitb5d8fba05e74d73ef40056b8fe4b4a611e02a728
treeefc744923518a1dcc018946f394cf331438a2297
parent89e314dafac217ca5d63877a4ec3f0c8176e5f1e
[HeaderSearch] Fix issue where if a headermap entry maps the filename to a framework import (non-absolute path)
then we fail to find it if it is re-included later on.

rdar://16285490

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203542 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/DirectoryLookup.h
include/clang/Lex/HeaderSearch.h
lib/Lex/HeaderSearch.cpp
test/Preprocessor/headermap-rel.c