Author: ericwf Date: Tue Jun 21 21:23:22 2016 New Revision: 273367 URL: http://llvm.org/viewvc/llvm-project?rev=273367&view=rev Log: Move remaining _LIBCPP_VERSION tests into test/libcxx
Added: libcxx/trunk/test/libcxx/algorithms/ libcxx/trunk/test/libcxx/algorithms/version.pass.cpp libcxx/trunk/test/libcxx/containers/associative/map/ libcxx/trunk/test/libcxx/containers/associative/map/version.pass.cpp libcxx/trunk/test/libcxx/containers/associative/set/ libcxx/trunk/test/libcxx/containers/associative/set/version.pass.cpp libcxx/trunk/test/libcxx/containers/container.adaptors/ libcxx/trunk/test/libcxx/containers/container.adaptors/queue/ libcxx/trunk/test/libcxx/containers/container.adaptors/queue/version.pass.cpp libcxx/trunk/test/libcxx/containers/container.adaptors/stack/ libcxx/trunk/test/libcxx/containers/container.adaptors/stack/version.pass.cpp libcxx/trunk/test/libcxx/containers/sequences/array/ libcxx/trunk/test/libcxx/containers/sequences/array/version.pass.cpp libcxx/trunk/test/libcxx/containers/sequences/deque/version.pass.cpp libcxx/trunk/test/libcxx/containers/sequences/forwardlist/ libcxx/trunk/test/libcxx/containers/sequences/forwardlist/version.pass.cpp libcxx/trunk/test/libcxx/containers/sequences/list/version.pass.cpp libcxx/trunk/test/libcxx/containers/sequences/vector/version.pass.cpp libcxx/trunk/test/libcxx/containers/unord/unord.map/version.pass.cpp libcxx/trunk/test/libcxx/containers/unord/unord.set/version.pass.cpp libcxx/trunk/test/libcxx/depr/depr.str.strstreams/ libcxx/trunk/test/libcxx/depr/depr.str.strstreams/version.pass.cpp libcxx/trunk/test/libcxx/input.output/ libcxx/trunk/test/libcxx/input.output/file.streams/ libcxx/trunk/test/libcxx/input.output/file.streams/c.files/ libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_ccstdio.pass.cpp libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_cinttypes.pass.cpp libcxx/trunk/test/libcxx/input.output/file.streams/fstreams/ libcxx/trunk/test/libcxx/input.output/file.streams/fstreams/version.pass.cpp libcxx/trunk/test/libcxx/input.output/iostream.format/ libcxx/trunk/test/libcxx/input.output/iostream.format/input.streams/ libcxx/trunk/test/libcxx/input.output/iostream.format/input.streams/version.pass.cpp libcxx/trunk/test/libcxx/input.output/iostream.format/output.streams/ libcxx/trunk/test/libcxx/input.output/iostream.format/output.streams/version.pass.cpp libcxx/trunk/test/libcxx/input.output/iostream.format/std.manip/ libcxx/trunk/test/libcxx/input.output/iostream.format/std.manip/version.pass.cpp libcxx/trunk/test/libcxx/input.output/iostream.forward/ libcxx/trunk/test/libcxx/input.output/iostream.forward/version.pass.cpp libcxx/trunk/test/libcxx/input.output/iostream.objects/ libcxx/trunk/test/libcxx/input.output/iostream.objects/version.pass.cpp libcxx/trunk/test/libcxx/input.output/iostreams.base/ libcxx/trunk/test/libcxx/input.output/iostreams.base/version.pass.cpp libcxx/trunk/test/libcxx/input.output/stream.buffers/ libcxx/trunk/test/libcxx/input.output/stream.buffers/version.pass.cpp libcxx/trunk/test/libcxx/input.output/string.streams/ libcxx/trunk/test/libcxx/input.output/string.streams/version.pass.cpp libcxx/trunk/test/libcxx/iterators/version.pass.cpp libcxx/trunk/test/libcxx/localization/c.locales/ libcxx/trunk/test/libcxx/localization/c.locales/version.pass.cpp libcxx/trunk/test/libcxx/localization/locale.stdcvt/ libcxx/trunk/test/libcxx/localization/locale.stdcvt/version.pass.cpp libcxx/trunk/test/libcxx/localization/version.pass.cpp libcxx/trunk/test/libcxx/numerics/ libcxx/trunk/test/libcxx/numerics/cfenv/ libcxx/trunk/test/libcxx/numerics/cfenv/version.pass.cpp libcxx/trunk/test/libcxx/numerics/complex.number/ libcxx/trunk/test/libcxx/numerics/complex.number/version.pass.cpp libcxx/trunk/test/libcxx/numerics/numarray/ libcxx/trunk/test/libcxx/numerics/numarray/version.pass.cpp libcxx/trunk/test/libcxx/numerics/numeric.ops/ libcxx/trunk/test/libcxx/numerics/numeric.ops/version.pass.cpp libcxx/trunk/test/libcxx/numerics/rand/ libcxx/trunk/test/libcxx/numerics/rand/rand.synopsis/ libcxx/trunk/test/libcxx/numerics/rand/rand.synopsis/version.pass.cpp libcxx/trunk/test/libcxx/utilities/function.objects/version.pass.cpp libcxx/trunk/test/libcxx/utilities/memory/version.pass.cpp libcxx/trunk/test/libcxx/utilities/meta/version.pass.cpp libcxx/trunk/test/libcxx/utilities/ratio/ libcxx/trunk/test/libcxx/utilities/ratio/version.pass.cpp libcxx/trunk/test/libcxx/utilities/template.bitset/ libcxx/trunk/test/libcxx/utilities/template.bitset/version.pass.cpp libcxx/trunk/test/libcxx/utilities/time/version.pass.cpp libcxx/trunk/test/libcxx/utilities/tuple/ libcxx/trunk/test/libcxx/utilities/tuple/version.pass.cpp libcxx/trunk/test/libcxx/utilities/type.index/ libcxx/trunk/test/libcxx/utilities/type.index/version.pass.cpp libcxx/trunk/test/libcxx/utilities/utility/ libcxx/trunk/test/libcxx/utilities/utility/version.pass.cpp Removed: libcxx/trunk/test/std/algorithms/version.pass.cpp libcxx/trunk/test/std/containers/associative/map/version.pass.cpp libcxx/trunk/test/std/containers/associative/set/version.pass.cpp libcxx/trunk/test/std/containers/container.adaptors/queue/version.pass.cpp libcxx/trunk/test/std/containers/container.adaptors/stack/version.pass.cpp libcxx/trunk/test/std/containers/sequences/array/version.pass.cpp libcxx/trunk/test/std/containers/sequences/deque/version.pass.cpp libcxx/trunk/test/std/containers/sequences/forwardlist/version.pass.cpp libcxx/trunk/test/std/containers/sequences/list/version.pass.cpp libcxx/trunk/test/std/containers/sequences/vector/version.pass.cpp libcxx/trunk/test/std/containers/unord/unord.map/version.pass.cpp libcxx/trunk/test/std/containers/unord/unord.set/version.pass.cpp libcxx/trunk/test/std/depr/depr.str.strstreams/version.pass.cpp libcxx/trunk/test/std/input.output/file.streams/c.files/version_ccstdio.pass.cpp libcxx/trunk/test/std/input.output/file.streams/c.files/version_cinttypes.pass.cpp libcxx/trunk/test/std/input.output/file.streams/fstreams/version.pass.cpp libcxx/trunk/test/std/input.output/iostream.format/input.streams/version.pass.cpp libcxx/trunk/test/std/input.output/iostream.format/output.streams/version.pass.cpp libcxx/trunk/test/std/input.output/iostream.format/std.manip/version.pass.cpp libcxx/trunk/test/std/input.output/iostream.forward/version.pass.cpp libcxx/trunk/test/std/input.output/iostream.objects/version.pass.cpp libcxx/trunk/test/std/input.output/iostreams.base/version.pass.cpp libcxx/trunk/test/std/input.output/stream.buffers/version.pass.cpp libcxx/trunk/test/std/input.output/string.streams/version.pass.cpp libcxx/trunk/test/std/iterators/version.pass.cpp libcxx/trunk/test/std/localization/c.locales/version.pass.cpp libcxx/trunk/test/std/localization/locale.stdcvt/version.pass.cpp libcxx/trunk/test/std/localization/version.pass.cpp libcxx/trunk/test/std/numerics/cfenv/version.pass.cpp libcxx/trunk/test/std/numerics/complex.number/version.pass.cpp libcxx/trunk/test/std/numerics/numarray/version.pass.cpp libcxx/trunk/test/std/numerics/numeric.ops/version.pass.cpp libcxx/trunk/test/std/numerics/rand/rand.synopsis/ libcxx/trunk/test/std/utilities/function.objects/version.pass.cpp libcxx/trunk/test/std/utilities/memory/version.pass.cpp libcxx/trunk/test/std/utilities/meta/version.pass.cpp libcxx/trunk/test/std/utilities/ratio/version.pass.cpp libcxx/trunk/test/std/utilities/template.bitset/version.pass.cpp libcxx/trunk/test/std/utilities/time/version.pass.cpp libcxx/trunk/test/std/utilities/tuple/version.pass.cpp libcxx/trunk/test/std/utilities/type.index/version.pass.cpp libcxx/trunk/test/std/utilities/utility/version.pass.cpp Added: libcxx/trunk/test/libcxx/algorithms/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/algorithms/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/algorithms/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/algorithms/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <algorithm> + +#include <algorithm> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/associative/map/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/associative/map/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/associative/map/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/associative/map/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <map> + +#include <map> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/associative/set/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/associative/set/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/associative/set/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/associative/set/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <set> + +#include <set> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/container.adaptors/queue/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/container.adaptors/queue/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/container.adaptors/queue/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/container.adaptors/queue/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <queue> + +#include <queue> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/container.adaptors/stack/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/container.adaptors/stack/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/container.adaptors/stack/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/container.adaptors/stack/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <stack> + +#include <stack> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/sequences/array/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/sequences/array/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/sequences/array/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/sequences/array/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <array> + +#include <array> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/sequences/deque/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/sequences/deque/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/sequences/deque/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/sequences/deque/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <deque> + +#include <deque> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/sequences/forwardlist/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/sequences/forwardlist/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/sequences/forwardlist/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/sequences/forwardlist/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <forward_list> + +#include <forward_list> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/sequences/list/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/sequences/list/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/sequences/list/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/sequences/list/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <list> + +#include <list> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/sequences/vector/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/sequences/vector/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/sequences/vector/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/sequences/vector/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <vector> + +#include <vector> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/unord/unord.map/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/unord/unord.map/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/unord/unord.map/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/unord/unord.map/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <unordered_map> + +#include <unordered_map> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/containers/unord/unord.set/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/unord/unord.set/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/containers/unord/unord.set/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/containers/unord/unord.set/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <unordered_set> + +#include <unordered_set> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/depr/depr.str.strstreams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/depr/depr.str.strstreams/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/depr/depr.str.strstreams/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/depr/depr.str.strstreams/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <strstream> + +#include <strstream> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_ccstdio.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_ccstdio.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_ccstdio.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_ccstdio.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <cstdio> + +#include <cstdio> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_cinttypes.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_cinttypes.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_cinttypes.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/file.streams/c.files/version_cinttypes.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <cinttypes> + +#include <cinttypes> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/file.streams/fstreams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/file.streams/fstreams/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/file.streams/fstreams/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/file.streams/fstreams/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <fstream> + +#include <fstream> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/iostream.format/input.streams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/iostream.format/input.streams/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/iostream.format/input.streams/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/iostream.format/input.streams/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <istream> + +#include <istream> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/iostream.format/output.streams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/iostream.format/output.streams/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/iostream.format/output.streams/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/iostream.format/output.streams/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <ostream> + +#include <ostream> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/iostream.format/std.manip/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/iostream.format/std.manip/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/iostream.format/std.manip/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/iostream.format/std.manip/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <iomanip> + +#include <iomanip> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/iostream.forward/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/iostream.forward/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/iostream.forward/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/iostream.forward/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <iosfwd> + +#include <iosfwd> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/iostream.objects/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/iostream.objects/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/iostream.objects/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/iostream.objects/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <iostream> + +#include <iostream> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/iostreams.base/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/iostreams.base/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/iostreams.base/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/iostreams.base/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <ios> + +#include <ios> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/stream.buffers/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/stream.buffers/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/stream.buffers/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/stream.buffers/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <streambuf> + +#include <streambuf> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/input.output/string.streams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/input.output/string.streams/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/input.output/string.streams/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/input.output/string.streams/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <sstream> + +#include <sstream> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/iterators/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/iterators/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/iterators/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/iterators/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <iterator> + +#include <iterator> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/localization/c.locales/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/localization/c.locales/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/localization/c.locales/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/localization/c.locales/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <clocale> + +#include <clocale> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/localization/locale.stdcvt/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/localization/locale.stdcvt/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/localization/locale.stdcvt/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/localization/locale.stdcvt/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <codecvt> + +#include <codecvt> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/localization/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/localization/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/localization/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/localization/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <locale> + +#include <locale> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/numerics/cfenv/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/numerics/cfenv/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/numerics/cfenv/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/numerics/cfenv/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,22 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// UNSUPPORTED: newlib + +// <cfenv> + +#include <cfenv> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/numerics/complex.number/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/numerics/complex.number/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/numerics/complex.number/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/numerics/complex.number/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <complex> + +#include <complex> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/numerics/numarray/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/numerics/numarray/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/numerics/numarray/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/numerics/numarray/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <valarray> + +#include <valarray> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/numerics/numeric.ops/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/numerics/numeric.ops/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/numerics/numeric.ops/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/numerics/numeric.ops/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <numeric> + +#include <numeric> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/numerics/rand/rand.synopsis/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/numerics/rand/rand.synopsis/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/numerics/rand/rand.synopsis/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/numerics/rand/rand.synopsis/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <random> + +#include <random> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/function.objects/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/function.objects/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/function.objects/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/function.objects/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <functional> + +#include <functional> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/memory/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/memory/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/memory/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/memory/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <memory> + +#include <memory> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/meta/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/meta/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/meta/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/meta/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <type_traits> + +#include <type_traits> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/ratio/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/ratio/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/ratio/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/ratio/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <ratio> + +#include <ratio> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/template.bitset/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/template.bitset/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/template.bitset/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/template.bitset/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <bitset> + +#include <bitset> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/time/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/time/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/time/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/time/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <chrono> + +#include <chrono> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/tuple/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/tuple/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/tuple/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/tuple/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <tuple> + +#include <tuple> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/type.index/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/type.index/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/type.index/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/type.index/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <typeindex> + +#include <typeindex> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Added: libcxx/trunk/test/libcxx/utilities/utility/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/utility/version.pass.cpp?rev=273367&view=auto ============================================================================== --- libcxx/trunk/test/libcxx/utilities/utility/version.pass.cpp (added) +++ libcxx/trunk/test/libcxx/utilities/utility/version.pass.cpp Tue Jun 21 21:23:22 2016 @@ -0,0 +1,20 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +// <utility> + +#include <utility> + +#ifndef _LIBCPP_VERSION +#error _LIBCPP_VERSION not defined +#endif + +int main() +{ +} Removed: libcxx/trunk/test/std/algorithms/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/algorithms/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/algorithms/version.pass.cpp (original) +++ libcxx/trunk/test/std/algorithms/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <algorithm> - -#include <algorithm> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/associative/map/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/associative/map/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/associative/map/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/associative/map/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <map> - -#include <map> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/associative/set/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/associative/set/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/associative/set/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/associative/set/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <set> - -#include <set> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/container.adaptors/queue/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/container.adaptors/queue/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/container.adaptors/queue/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/container.adaptors/queue/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <queue> - -#include <queue> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/container.adaptors/stack/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/container.adaptors/stack/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/container.adaptors/stack/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/container.adaptors/stack/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <stack> - -#include <stack> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/sequences/array/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/sequences/array/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/sequences/array/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/sequences/array/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <array> - -#include <array> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/sequences/deque/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/sequences/deque/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/sequences/deque/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/sequences/deque/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <deque> - -#include <deque> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/sequences/forwardlist/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/sequences/forwardlist/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/sequences/forwardlist/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/sequences/forwardlist/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <forward_list> - -#include <forward_list> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/sequences/list/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/sequences/list/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/sequences/list/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/sequences/list/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <list> - -#include <list> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/sequences/vector/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/sequences/vector/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/sequences/vector/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/sequences/vector/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <vector> - -#include <vector> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/unord/unord.map/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/unord/unord.map/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/unord/unord.map/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/unord/unord.map/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <unordered_map> - -#include <unordered_map> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/containers/unord/unord.set/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/unord/unord.set/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/containers/unord/unord.set/version.pass.cpp (original) +++ libcxx/trunk/test/std/containers/unord/unord.set/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <unordered_set> - -#include <unordered_set> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/depr/depr.str.strstreams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/depr/depr.str.strstreams/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/depr/depr.str.strstreams/version.pass.cpp (original) +++ libcxx/trunk/test/std/depr/depr.str.strstreams/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <strstream> - -#include <strstream> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/file.streams/c.files/version_ccstdio.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/file.streams/c.files/version_ccstdio.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/file.streams/c.files/version_ccstdio.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/file.streams/c.files/version_ccstdio.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <cstdio> - -#include <cstdio> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/file.streams/c.files/version_cinttypes.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/file.streams/c.files/version_cinttypes.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/file.streams/c.files/version_cinttypes.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/file.streams/c.files/version_cinttypes.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <cinttypes> - -#include <cinttypes> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/file.streams/fstreams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/file.streams/fstreams/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/file.streams/fstreams/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/file.streams/fstreams/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <fstream> - -#include <fstream> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/iostream.format/input.streams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/iostream.format/input.streams/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/iostream.format/input.streams/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/iostream.format/input.streams/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <istream> - -#include <istream> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/iostream.format/output.streams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/iostream.format/output.streams/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/iostream.format/output.streams/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/iostream.format/output.streams/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <ostream> - -#include <ostream> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/iostream.format/std.manip/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/iostream.format/std.manip/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/iostream.format/std.manip/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/iostream.format/std.manip/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <iomanip> - -#include <iomanip> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/iostream.forward/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/iostream.forward/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/iostream.forward/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/iostream.forward/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <iosfwd> - -#include <iosfwd> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/iostream.objects/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/iostream.objects/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/iostream.objects/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/iostream.objects/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <iostream> - -#include <iostream> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/iostreams.base/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/iostreams.base/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/iostreams.base/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/iostreams.base/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <ios> - -#include <ios> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/stream.buffers/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/stream.buffers/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/stream.buffers/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/stream.buffers/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <streambuf> - -#include <streambuf> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/input.output/string.streams/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/input.output/string.streams/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/input.output/string.streams/version.pass.cpp (original) +++ libcxx/trunk/test/std/input.output/string.streams/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <sstream> - -#include <sstream> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/iterators/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/iterators/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/iterators/version.pass.cpp (original) +++ libcxx/trunk/test/std/iterators/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <iterator> - -#include <iterator> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/localization/c.locales/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/localization/c.locales/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/localization/c.locales/version.pass.cpp (original) +++ libcxx/trunk/test/std/localization/c.locales/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <clocale> - -#include <clocale> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/localization/locale.stdcvt/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/localization/locale.stdcvt/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/localization/locale.stdcvt/version.pass.cpp (original) +++ libcxx/trunk/test/std/localization/locale.stdcvt/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <codecvt> - -#include <codecvt> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/localization/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/localization/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/localization/version.pass.cpp (original) +++ libcxx/trunk/test/std/localization/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <locale> - -#include <locale> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/numerics/cfenv/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/numerics/cfenv/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/numerics/cfenv/version.pass.cpp (original) +++ libcxx/trunk/test/std/numerics/cfenv/version.pass.cpp (removed) @@ -1,22 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// UNSUPPORTED: newlib - -// <cfenv> - -#include <cfenv> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/numerics/complex.number/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/numerics/complex.number/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/numerics/complex.number/version.pass.cpp (original) +++ libcxx/trunk/test/std/numerics/complex.number/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <complex> - -#include <complex> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/numerics/numarray/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/numerics/numarray/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/numerics/numarray/version.pass.cpp (original) +++ libcxx/trunk/test/std/numerics/numarray/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <valarray> - -#include <valarray> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/numerics/numeric.ops/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/numerics/numeric.ops/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/numerics/numeric.ops/version.pass.cpp (original) +++ libcxx/trunk/test/std/numerics/numeric.ops/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <numeric> - -#include <numeric> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/function.objects/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/function.objects/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/function.objects/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/function.objects/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <functional> - -#include <functional> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/memory/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/memory/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/memory/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/memory/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <memory> - -#include <memory> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/meta/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/meta/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/meta/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/meta/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <type_traits> - -#include <type_traits> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/ratio/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/ratio/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/ratio/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/ratio/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <ratio> - -#include <ratio> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/template.bitset/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/template.bitset/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/template.bitset/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/template.bitset/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <bitset> - -#include <bitset> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/time/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/time/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/time/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/time/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <chrono> - -#include <chrono> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/tuple/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/tuple/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/tuple/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/tuple/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <tuple> - -#include <tuple> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/type.index/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/type.index/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/type.index/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/type.index/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <typeindex> - -#include <typeindex> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} Removed: libcxx/trunk/test/std/utilities/utility/version.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/utility/version.pass.cpp?rev=273366&view=auto ============================================================================== --- libcxx/trunk/test/std/utilities/utility/version.pass.cpp (original) +++ libcxx/trunk/test/std/utilities/utility/version.pass.cpp (removed) @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <utility> - -#include <utility> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits