Move the C++ Sema tests into a separate SemaCXX directory.
commit541f6bb0d12d47cd3e69f0046eafbd748cbc1afc
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 20:53:59 +0000 (16 20:53 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 20:53:59 +0000 (16 20:53 +0000)
treee6122ba4dba158222f75a474669f28ea2eb74067
parent95de23a5bbe4da712e9b0d6fde5cf463c0289795
Move the C++ Sema tests into a separate SemaCXX directory.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54853 91177308-0d34-0410-b5e6-96231b3b80d8
test/Makefile
test/SemaCXX/class.cpp [moved from test/Sema/cxx-class.cpp with 100% similarity]
test/SemaCXX/namespace.cpp [moved from test/Sema/cxx-namespace.cpp with 100% similarity]
test/SemaCXX/references.cpp [moved from test/Sema/cxx-references.cpp with 100% similarity]
test/SemaCXX/this.cpp [moved from test/Sema/cxx-this.cpp with 100% similarity]
test/SemaCXX/wchar_t.cpp [moved from test/Sema/cxx-wchar_t.cpp with 100% similarity]