Bug 367482

Summary: New exclude comments get ignored with CCache
Product: [Developer tools] clazy Reporter: Mathias Hasselmann <mathias.hasselmann>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: smartins
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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.