Bug 3338 - CDT parser is setup for CPP files only
Summary: CDT parser is setup for CPP files only
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2006-10-11 13:31 UTC by Rick Moseley
Modified: 2006-10-11 14:09 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2006-10-11 13:31:28 UTC
The CDT parser is set up to only handle parsing of cpp files.  A parameter that
is passed to the parser is hard-coded to cpp.  This has been observed to create
minor errors when parsing c code.
Comment 1 Rick Moseley 2006-10-11 14:09:28 UTC
Fixed.  Checks the suffix of the file name to determine which type of parse to
perform.