]> granicus.if.org Git - clang/commit
[Modules] Enable local submodule visibility for ObjC/C
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 12 Apr 2017 21:46:16 +0000 (21:46 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 12 Apr 2017 21:46:16 +0000 (21:46 +0000)
commit5e8a35ff84263fd2636595b2cb65054c538a78a2
tree313ab87d9d7d78b53ba0a68a7655d1b70f113a44
parent01692f0fd276b6e935da06174aed22770d5db477
[Modules] Enable local submodule visibility for ObjC/C

Remove the restriction where this is only valid with C++

rdar://problem/29055656

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300108 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/Modules/localsubmodulevis.m [new file with mode: 0644]