]> granicus.if.org Git - clang/commit
Add PCH tests for R336379
authorErich Keane <erich.keane@intel.com>
Thu, 5 Jul 2018 17:23:15 +0000 (17:23 +0000)
committerErich Keane <erich.keane@intel.com>
Thu, 5 Jul 2018 17:23:15 +0000 (17:23 +0000)
commit6aaa2f4b453456b0f82b4ffcef4c8fa10c94bfc7
treee4a0f963f36451ff9244cf8d369d76e37d74f093
parentba7b10ace863027ff37af5488e3e6bac66d141b4
Add PCH tests for R336379

I seemingly forgot the tests for this commit, added here.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336380 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
test/PCH/Inputs/pch-through-use0.cpp [new file with mode: 0644]
test/PCH/Inputs/pch-through-use1.cpp [new file with mode: 0644]
test/PCH/Inputs/pch-through-use2.cpp [new file with mode: 0644]
test/PCH/Inputs/pch-through-use3a.cpp [new file with mode: 0644]
test/PCH/Inputs/pch-through-use3b.cpp [new file with mode: 0644]
test/PCH/Inputs/pch-through1.h [new file with mode: 0644]
test/PCH/Inputs/pch-through2.h [new file with mode: 0644]
test/PCH/Inputs/pch-through3.h [new file with mode: 0644]
test/PCH/Inputs/pch-through4.h [new file with mode: 0644]
test/PCH/pch-through1.cpp [new file with mode: 0644]
test/PCH/pch-through2.cpp [new file with mode: 0644]
test/PCH/pch-through3a.cpp [new file with mode: 0644]
test/PCH/pch-through3b.cpp [new file with mode: 0644]