2012/8/25 John McCall <[email protected]>: > + void static_baz(); > + void __cdecl static_qux(); FYI these lines are missing 'static' keywords; I've fixed that in r175502. Bug found by Alexander Zinenko!
Hm, interesting - looks like a method declared without a CC can be defined with __cdecl?.. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
