On Sep 16, 2009, at 5:43 PM, Anders Carlsson wrote:
> Add basic substitution to the C++ mangler. It currently only looks  
> at types.

> +// RUN: grep "define void @_Z1f1XS_" %t | count 1 &&
> +void f(X, X) { }
> +
> +// RUN: grep "define void @_Z1fR1XS0_" %t | count 1 &&
> +void f(X&, X&) { }

FileCheck lives to do these sorts of tests...  Real easy to use and  
faster...
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to