]> granicus.if.org Git - clang/commit
[HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInfo when...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 29 Mar 2014 03:22:54 +0000 (03:22 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 29 Mar 2014 03:22:54 +0000 (03:22 +0000)
commitc5e0194d63dbb0e53d0e95c996e56be690de5250
tree13e10dfa5b770f39a290231e9baf4ffb9ef0ee1d
parente1f53884e483c92c497eab5f12f479c136f6ba94
[HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInfo when we reset the start point.

rdar://16462455

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205071 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/HeaderSearch.h
lib/Lex/HeaderSearch.cpp
test/Preprocessor/Inputs/headermap-rel2/Product/someheader.h [new file with mode: 0644]
test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap [new file with mode: 0644]
test/Preprocessor/Inputs/headermap-rel2/system/usr/include/someheader.h [new file with mode: 0644]
test/Preprocessor/headermap-rel2.c [new file with mode: 0644]