Bug 74451 - [Help Wanted][Parser][Variant] Parser breaks on specific .h file (Watcom)
Summary: [Help Wanted][Parser][Variant] Parser breaks on specific .h file (Watcom)
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 2.0.2   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2004-09-21 13:29 EDT by Mathieu Lapensée CLA
Modified: 2020-09-04 15:20 EDT (History)
0 users

See Also:


Attachments
file system (135.51 KB, application/x-zip-compressed)
2004-09-21 13:30 EDT, Mathieu Lapensée CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lapensée CLA 2004-09-21 13:29:53 EDT
CDT 200409101437

Steps:
1) In Eclipse, remove Build Automatically
2) In the C++ Project View, open the h project
3) Open complex.h in the C/C++ View.

You will see that the class:

class _WPRTLINK Complex {
    double  __r;
    double  __i;

public:

...
}

is not displayed in the C/C++ Projects View and the Outline Viewer.
Comment 1 Mathieu Lapensée CLA 2004-09-21 13:30:53 EDT
Created attachment 14680 [details]
file system
Comment 2 Mathieu Lapensée CLA 2004-09-21 13:31:27 EDT
This breaks the feature of our product.
Comment 3 John Camelon CLA 2004-09-21 13:56:54 EDT
We do not yet support the Watcom compiler.  
_WPRTLINK is not defined properly because we do not have the built-ins.

Lowering this from Major to Normal.  
A workaround would be to add the following definition to the paths and symbols 
page.  
_WPRTLINK=__declspec(x)
Comment 4 Chris Recoskie CLA 2007-05-31 16:12:16 EDT
No one is looking at Watcom stuff currently.