[cfe-dev] Unable to View Results Produced by scan-build
Alexander Droste via cfe-dev
cfe-dev at lists.llvm.org
Tue May 30 00:45:55 PDT 2017
Hi Malhar,
scan-build by default writes its output to a temporary folder
why you haven't been able to access the files at a later time.
In order to keep the files and save them to a another path,
you can specify the output location with '-o' (see scan-build
-h for more details).
-Alex
On 30.05.17 06:46, Malhar Thakkar via cfe-dev wrote:
> Hello everyone,
>
> I am using scan-view command to view the results generated by scan-build.
> Yesterday, I was able to navigate through individual files to analyse the
> warnings raised in them but now it shows the following error.
>
>
> Error response
>
> Error code 404.
>
> Message: File not found.
>
> Error code explanation: 404 = Nothing matches the given URI.
>
>
> Can anyone guide me on how to fix this?
>
>
> Thank you.
>
>
>
> Regards,
>
> Malhar Thakkar
>
> ᐧ
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
More information about the cfe-dev
mailing list