Bug 189909 - -iquote and -I- support for scanner discovery
Summary: -iquote and -I- support for scanner discovery
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 4.0 RC3   Edit
Assignee: Markus Schorn CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-05-30 09:05 EDT by Gerhard Schaber CLA
Modified: 2008-06-22 01:22 EDT (History)
1 user (show)

See Also:


Attachments
Quoted includes support for scanner discovery (11.25 KB, patch)
2007-05-30 09:07 EDT, Gerhard Schaber CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard Schaber CLA 2007-05-30 09:05:36 EDT
Build ID: v200705300500

Steps To Reproduce:
1. Create a sample makefile project 
2. Add compiler commands with -iquote or -I-
3. Build the project

The scanner discovery should handle quoted includes correctly.

More information:
Comment 1 Gerhard Schaber CLA 2007-05-30 09:07:30 EDT
Created attachment 69261 [details]
Quoted includes support for scanner discovery
Comment 2 Markus Schorn CLA 2007-05-30 09:10:57 EDT
I have a look.
Comment 3 Markus Schorn CLA 2007-05-30 09:33:51 EDT
Thanks Gerhard, I have applied your patch.