Bug 69633 - [Help Wanted][Variant] __asm keyword flagged as error by indexer
Summary: [Help Wanted][Variant] __asm keyword flagged as error by indexer
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2004-07-08 12:03 EDT by yugeshren CLA
Modified: 2020-09-04 15:26 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yugeshren CLA 2004-07-08 12:03:14 EDT
My project uses OpenWatcom 1.2. I have some inline assembler code. The code is 
structured as follows:

__asm
{
  mov eax, ebx
  ....<blah blah>
}

The indexer flags the __asm keyword as an error.
Comment 1 John Camelon CLA 2004-07-08 14:15:15 EDT
When we get around to providing a Watcom parser configuration, we can address 
this. 
Comment 2 John Camelon CLA 2004-07-08 14:16:19 EDT
It's not so much that __asm is not recognized, its that the grammar in ANSI 
C++/C does not support asm statements in braces.  
Comment 3 Chris Recoskie CLA 2007-05-18 16:18:15 EDT
No one is currently looking at this.  If someone wishes to contribute a parser for the language variant we would welcome the contribution.
Comment 4 Doug Schaefer CLA 2007-08-21 10:56:46 EDT
Future means you commit to fix it in the Future. Inboxes can't make committments. Moving to '--'.