]> granicus.if.org Git - clang/commitdiff
Rename -constructors test to just -structors as in fact it tests dtors too. Also...
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 12 Feb 2013 13:22:47 +0000 (13:22 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 12 Feb 2013 13:22:47 +0000 (13:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174966 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/microsoft-abi-structors.cpp [moved from test/CodeGenCXX/microsoft-abi-constructors.cpp with 94% similarity]

similarity index 94%
rename from test/CodeGenCXX/microsoft-abi-constructors.cpp
rename to test/CodeGenCXX/microsoft-abi-structors.cpp
index c9701e8270de52e7edd60e3d382c56cafda91447..12622f108975cbc85685bd0d3d46d63c737ea9e0 100644 (file)
@@ -6,7 +6,7 @@ class A {
   ~A() { }
 };
 
-void no_contstructor_destructor_infinite_recursion() {
+void no_constructor_destructor_infinite_recursion() {
   A a;
 
 // CHECK:      define linkonce_odr x86_thiscallcc %class.A* @"\01??0A@@QAE@XZ"(%class.A* %this)