[LLVMbugs] [Bug 13741] New: MS's _stdcall et al. are parsed but ignored
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Aug 31 07:20:30 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13741
Bug #: 13741
Summary: MS's _stdcall et al. are parsed but ignored
Product: clang
Version: 3.1
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: avakar at ratatanek.cz
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
The following will compile cleanly but the _stdcall (note only one underscore,
__stdcall will work just fine) specified will be ingnored.
void _stdcall foo();
Similarly for _fastcall and _thiscall.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list