You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably makes the plugin CLion/AppCode-only but to be honest without the proper data for the file Cppcheck will never give you all the actual results.
If we have access to the build path (I know we can access the workspace path) we could leverage a potentially existing compile_commands.json to get the configuration. Maybe this could be done by leveraging the internal macros mentioned in #40.
Currently no additional includes paths are being passed to the analysis. This may lead to false positives or findings not being reported at all.
We should also indicate that a non-system include wasn't found in the editor (albeit optional).
These need to be made available to the plugin and it seems they are not available yet.
The text was updated successfully, but these errors were encountered: