Bug 225654 - Compile errors in projects containing only header files are shown even if already fixed
Summary: Compile errors in projects containing only header files are shown even if alr...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 5.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 17:05 EDT by Tomasz Olszewski CLA
Modified: 2020-09-04 15:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Olszewski CLA 2008-04-03 17:05:32 EDT
Build ID: I20080207-1530

Steps To Reproduce:
One of the projects in my workspace contains only header files. If there is a syntax error in one of those headers, it is properly listed in the "Problems" window after hitting the "Build All" button. Unfortunately it is still listed there even if I correct problematic statement and hit "Build All" again. Console output confirms that the error is gone and compilation is successful. A simple workaround is to add   a dummy (empty) .cpp file to that header-only project.

More information: