]> granicus.if.org Git - clang/commit
Move the C++ Sema tests into a separate SemaCXX directory.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 20:53:59 +0000 (20:53 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 20:53:59 +0000 (20:53 +0000)
commit5e8840c7a6840c9dd67dc3b8ca0ab965db439e32
treee6122ba4dba158222f75a474669f28ea2eb74067
parent6c2dc4d99392042a70dff89ee8cfa9594075709e
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]