[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2003-09-30-CommaExprBug.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 30 16:47:01 PDT 2003


Changes in directory llvm/test/Regression/C++Frontend:

2003-09-30-CommaExprBug.cpp added (r1.1)

---
Log message:

New testcase that was not correctly handled


---
Diffs of the changes:

Index: llvm/test/Regression/C++Frontend/2003-09-30-CommaExprBug.cpp
diff -c /dev/null llvm/test/Regression/C++Frontend/2003-09-30-CommaExprBug.cpp:1.1
*** /dev/null	Tue Sep 30 16:46:33 2003
--- llvm/test/Regression/C++Frontend/2003-09-30-CommaExprBug.cpp	Tue Sep 30 16:46:23 2003
***************
*** 0 ****
--- 1,8 ----
+ class Empty {};
+ 
+ void foo(Empty E);
+ 
+ void bar() {
+   foo(Empty());
+ }
+ 





More information about the llvm-commits mailing list