[llvm-commits] CVS: llvm/test/Regression/C++Frontend/CompileFail/2003-08-21-EmptyClass.cpp
root
root at apoc.cs.uiuc.edu
Fri Aug 22 19:51:00 PDT 2003
Changes in directory llvm/test/Regression/C++Frontend/CompileFail:
2003-08-21-EmptyClass.cpp updated: 1.1 -> 1.2
---
Log message:
add comment
---
Diffs of the changes:
Index: llvm/test/Regression/C++Frontend/CompileFail/2003-08-21-EmptyClass.cpp
diff -u llvm/test/Regression/C++Frontend/CompileFail/2003-08-21-EmptyClass.cpp:1.1 llvm/test/Regression/C++Frontend/CompileFail/2003-08-21-EmptyClass.cpp:1.2
--- llvm/test/Regression/C++Frontend/CompileFail/2003-08-21-EmptyClass.cpp:1.1 Thu Aug 21 23:13:13 2003
+++ llvm/test/Regression/C++Frontend/CompileFail/2003-08-21-EmptyClass.cpp Thu Aug 21 23:31:24 2003
@@ -1,3 +1,4 @@
+// This tests compilation of EMPTY_CLASS_EXPR's
struct empty {};
More information about the llvm-commits
mailing list