Bug 70261

Summary: [Scanner] Indexer fails for constant integer
Product: [Tools] CDT Reporter: Michael Fraenkel <fraenkel>
Component: cdt-parserAssignee: John Camelon <john.camelon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.