]> granicus.if.org Git - clang/commit
[modules] Retain the name as written for umbrella headers and directories, rather...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 16 May 2015 02:28:53 +0000 (02:28 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 16 May 2015 02:28:53 +0000 (02:28 +0000)
commit4c293dd558b4086f7d7d26cec547a02a0ce2685f
tree9e768186acd887b01033adb2e89ddcc1514c40df
parent0e3cc7e5024970882204d43f7462f65dbb4333e6
[modules] Retain the name as written for umbrella headers and directories, rather than converting to an absolute path. No observable change expected, but this allows us to correctly compute the module for an umbrella header, which later changes will require.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237508 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Module.h
include/clang/Lex/ModuleMap.h
lib/Basic/Module.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendActions.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/PPLexerChange.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp