refs #13245 - use builddir consistently and verify usage of cached results in selfcheck / improved --debug-analyzerinfo output#8204
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
2216ede to
5e6e050
Compare
--debug-analyzerinfo output
5e6e050 to
ad64df7
Compare
The problem is that we perform individual analysis(eses) on the same builddir leading to conflicts when a file with the same name exists in a different location. I am not sure this can be resolved as the A valid use case would be the usage of a cache in conjunction with an IDE integration which would only invoke the analysis for a single file. In that case though we could generate the It could be achieved though by not writing the file unconditionally but use it as an index for lookups and append new entries. This would leave outdated and/or removed files behind but that is already an issue now (needs a separate ticket). |
ade4d58 to
8e1d6dc
Compare
8e1d6dc to
1e2278e
Compare
|
--debug-analyzerinfo output--debug-analyzerinfo output



No description provided.