Bug 70261 - [Scanner] Indexer fails for constant integer
Summary: [Scanner] Indexer fails for constant integer
Status: RESOLVED FIXED
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: 2.0.1   Edit
Assignee: John Camelon CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 15:21 EDT by Michael Fraenkel CLA
Modified: 2004-08-10 13:31 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 Michael Fraenkel CLA 2004-07-16 15:21:09 EDT
The indexer fails when you have something like
  int i = 0X0;
If you use 0x0, it works correctly.

C/C++ Indexer Problem: Syntax error encountered in file: Test/foo.c on line: 3.
Comment 1 John Camelon CLA 2004-08-10 10:45:14 EDT
This defect is fixed in HEAD w/Scanner2 implementation. 
It shall be marked as resolved once it has been fixed in 2.0.1 as well. 
Comment 2 John Camelon CLA 2004-08-10 13:31:07 EDT
The merge from HEAD to 2_0 branch is complete.  
JUnits validating these fixes have been committed to both branches. 
Marking as RESOLVED - FIXED. 
The next available 2.0.1 build shall contain these fixes along with Parser 
performance/scalability improvements.