Bug 3434

Summary: CDTParser processes acceptField callback improperly
Product: frysk Reporter: Rick Moseley <rmoseley>
Component: generalAssignee: Rick Moseley <rmoseley>
Status: RESOLVED FIXED    
Severity: normal CC: ajocksch, mcvet
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1633    

Description Rick Moseley 2006-10-30 18:55:11 UTC
The acceptField callback is also processing information from "#include" files.
Put in a check to make sure when this callback is initiated, it is referring to
a field inside the source file we are parsing.
Comment 1 Rick Moseley 2006-10-30 19:35:26 UTC
A check has been added to that method to determine whether or not the variable
found is indeed in the source file being parsed.