johnthagen/clion-cppcheck

Handle additional include paths

Open

#55 opened on Nov 21, 2020

 (2 comments) (0 reactions) (0 assignees)Java (7 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (37 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide