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
To analyze non trivial applications, all the files being referred to from the analyzed function must be passed to CBMC.
There are several ways to address this:
Give all the files from the current project (but this may be too big)
Rely on CDT indexing capability to identify the files to analyze
The text was updated successfully, but these errors were encountered:
The detection of file types analysable by CBMC does not seem to work: currently also header files (and may be also others like object files etc) are passed to CBMC, which causes CBMC to fail with "failed to figure out type of file".
To analyze non trivial applications, all the files being referred to from the analyzed function must be passed to CBMC.
There are several ways to address this:
The text was updated successfully, but these errors were encountered: