Bug #7505 2006-05-15 13:53
vegetable
wrong return type for functions
for a function declared like this
_CRTIMP int __cdecl printf(const char *, ...);
the code completion feature says that the return type is __cdecl...
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2010-10-16 02:01
- Assigned to
- loaden
History
ID_43911 2008-02-14 10:08
Checked it out. It seems to be a problem with the symbol browser. Not Code Completion. Code Completion reports the return type as "_CRTIMP int __cdecl". The symbol browser shows a global function with return type __cdecl.
Checked with SVN 4872