]> granicus.if.org Git - clang/commit
[Lexer] Support adding working directory to relative search dir for #include shorteni...
authorEric Liu <ioeric@google.com>
Mon, 29 Jan 2018 13:21:23 +0000 (13:21 +0000)
committerEric Liu <ioeric@google.com>
Mon, 29 Jan 2018 13:21:23 +0000 (13:21 +0000)
commitb286bfc45eee9cdb65f43545e8ae08bdf33ef859
tree16c37e3bc100c64a79d48375f64ff769cdff2f3c
parent0c08d9830124a75675348b4eeb47256f3da6693d
[Lexer] Support adding working directory to relative search dir for #include shortening in HeaderSearch.

Reviewers: bkramer

Subscribers: mgorny, hintonda, cfe-commits

Differential Revision: https://reviews.llvm.org/D42577

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323647 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/HeaderSearch.h
lib/Lex/HeaderSearch.cpp
unittests/Lex/CMakeLists.txt
unittests/Lex/HeaderSearchTest.cpp [new file with mode: 0644]