]> granicus.if.org Git - clang/commit
<rdar://problem/13037793> Allow the names of modules to differ from the name of their...
authorDouglas Gregor <dgregor@apple.com>
Thu, 21 Mar 2013 01:08:50 +0000 (01:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 21 Mar 2013 01:08:50 +0000 (01:08 +0000)
commitcdf2808c4e735a717599751dcd2b434f239e1c68
tree5fc928e9dcc83080ce96b9ef3a9980b54ea53bc0
parentb9da713efb4277753211590953f433723908aade
<rdar://problem/13037793> Allow the names of modules to differ from the name of their subdirectory in the include path.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177621 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/DirectoryLookup.h
include/clang/Lex/HeaderSearch.h
lib/Lex/HeaderSearch.cpp
test/Modules/Inputs/Modified/B.h
test/Modules/Inputs/Modified/module.map
test/Modules/Inputs/oldname/module.map [new file with mode: 0644]
test/Modules/Inputs/oldname/new_name.h [new file with mode: 0644]
test/Modules/modify-module.m
test/Modules/renamed.m [new file with mode: 0644]