Bug 367482 - New exclude comments get ignored with CCache
Summary: New exclude comments get ignored with CCache
Status: RESOLVED INTENTIONAL
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-18 09:21 UTC by Mathias Hasselmann
Modified: 2016-10-13 21:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Hasselmann 2016-08-18 09:21:21 UTC
When using Clazy together with CCache newly added //clazy:exclude comments get ignored until a semantic change that causes a re-compile is done to the source code.

This isn't trivial to fix, I know. Maybe clazy should use attributes or pragmas for annotations?
Comment 1 Sergio Martins 2016-08-21 19:24:57 UTC
How does ccache know what a semantic change is ? I thought touching the source file would be enough.

This might be out of scope for clazy, not sure.