]> granicus.if.org Git - clang/commit
Fix case-sensitivity of inferred framework modules
authorBen Langmuir <blangmuir@apple.com>
Mon, 14 Jul 2014 19:45:12 +0000 (19:45 +0000)
committerBen Langmuir <blangmuir@apple.com>
Mon, 14 Jul 2014 19:45:12 +0000 (19:45 +0000)
commit74261e38efaa174d256fe35156859ce35b5e2db7
treee81927d141969bb31eb58d0b6e6b164120d21592
parentc7645b926632a67137194dbe71eaa6a029dc0742
Fix case-sensitivity of inferred framework modules

Just because we can open a directory named "COcoa.framework" doesn't
mean we should provide a "COcoa" module on a case-insensitive filesystem.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212975 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/ModuleMap.cpp
test/Modules/inferred-framework-case.m [new file with mode: 0644]