Bug 384198 - improper resolution of includes with per directory includes
Summary: improper resolution of includes with per directory includes
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.0.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-03 15:22 EDT by Steven R. Brandt CLA
Modified: 2020-09-04 15:18 EDT (History)
1 user (show)

See Also:


Attachments
A minimal project plus external files needed to reproduce the bug. (8.91 KB, application/zip)
2012-07-03 15:22 EDT, Steven R. Brandt CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steven R. Brandt CLA 2012-07-03 15:22:39 EDT
Created attachment 218233 [details]
A minimal project plus external files needed to reproduce the bug.

Mousing over the symbol DEF in foob.c displays "A" even though "B" is correct (it's what shows up when the program executes). This seems to be a result of incorrect caching for projects that have include settings on individual directories.