[cfe-commits] r162639 - in /cfe/trunk: lib/Sema/SemaDecl.cpp test/CodeGenCXX/microsoft-abi-default-cc.cpp
Timur Iskhodzhanov
timurrrr at google.com
Tue Feb 19 02:54:24 PST 2013
2012/8/25 John McCall <rjmccall at apple.com>:
> + 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?..
More information about the cfe-commits
mailing list