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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to