]> granicus.if.org Git - clang/commit
Implement MSVC header search algorithm in MicrosoftMode.
authorWill Wilson <will@indefiant.com>
Fri, 27 Dec 2013 19:46:16 +0000 (19:46 +0000)
committerWill Wilson <will@indefiant.com>
Fri, 27 Dec 2013 19:46:16 +0000 (19:46 +0000)
commit75d7d8f2b2eb6b2e69a5d045f08d70897729ac6d
tree260d11aa5d2748a6a0c595f46664922460dc4f3a
parent73a80cc7b650cfebfdae454d8231caf5094276ac
Implement MSVC header search algorithm in MicrosoftMode.
Follows algorithm described here: http://msdn.microsoft.com/en-us/library/36k2cdd4.aspx

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198082 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Lex/HeaderSearch.h
lib/Lex/HeaderSearch.cpp
lib/Lex/PPDirectives.cpp
lib/Rewrite/Frontend/InclusionRewriter.cpp
test/Preprocessor/microsoft-header-search.c [new file with mode: 0644]
test/Preprocessor/microsoft-header-search/a/b/include3.h [new file with mode: 0644]
test/Preprocessor/microsoft-header-search/a/findme.h [new file with mode: 0644]
test/Preprocessor/microsoft-header-search/a/include2.h [new file with mode: 0644]
test/Preprocessor/microsoft-header-search/findme.h [new file with mode: 0644]
test/Preprocessor/microsoft-header-search/include1.h [new file with mode: 0644]