]> granicus.if.org Git - clang/commit
Test files for private header patch.
authorLawrence Crowl <crowl@google.com>
Thu, 20 Jun 2013 21:15:51 +0000 (21:15 +0000)
committerLawrence Crowl <crowl@google.com>
Thu, 20 Jun 2013 21:15:51 +0000 (21:15 +0000)
commitf3a0d0f3249898d89d6d0c6d2a927c5a77a01652
treebc9c7b5fa18b15dc2d6da47e02a13db5e5567c45
parentbc3f628815b3841dc99109e7f67f9afa7793bc94
Test files for private header patch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184472 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/Modules/Inputs/private/common.h [new file with mode: 0644]
test/Modules/Inputs/private/module.map [new file with mode: 0644]
test/Modules/Inputs/private/private1.h [new file with mode: 0644]
test/Modules/Inputs/private/private2.h [new file with mode: 0644]
test/Modules/Inputs/private/public1.h [new file with mode: 0644]
test/Modules/Inputs/private/public2.h [new file with mode: 0644]
test/Modules/Inputs/private0/common.h [new file with mode: 0644]
test/Modules/Inputs/private1/module.map [new file with mode: 0644]
test/Modules/Inputs/private1/private1.h [new file with mode: 0644]
test/Modules/Inputs/private1/public1.h [new file with mode: 0644]
test/Modules/Inputs/private2/module.map [new file with mode: 0644]
test/Modules/Inputs/private2/private2.h [new file with mode: 0644]
test/Modules/Inputs/private2/public2.h [new file with mode: 0644]
test/Modules/private.cpp [new file with mode: 0644]
test/Modules/private1.cpp [new file with mode: 0644]